Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable tests on CI #57

Closed
wants to merge 17 commits into from
Closed

Commits on Feb 19, 2024

  1. Update data-sources.json

    manuelburger committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    df3715d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request #1 from ratschlab/manuelburger-patch-1

    Update data-sources.json
    mlondschien committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e79ef46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb2385 View commit details
    Browse the repository at this point in the history
  3. Docstring.

    mlondschien committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f32d46e View commit details
    Browse the repository at this point in the history
  4. format jsons.

    mlondschien committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8aa77b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86980a8 View commit details
    Browse the repository at this point in the history
  6. recursive=true

    mlondschien committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    698b5c1 View commit details
    Browse the repository at this point in the history
  7. Re-add empty line.

    mlondschien committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a06017f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from ratschlab/allow-dir-of-jsons-for-data-sources

    Allow passing a directory containing jsons to data-sources arg
    mlondschien committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aea5685 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Separate entries in the concept dict by category (#3)

    * Separate entries in the concept dict by category.
    
    * Use underscore in blood_gas.
    mlondschien committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7fb95ea View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add env-yaml. (#6)

    mlondschien committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0be6b80 View commit details
    Browse the repository at this point in the history
  2. Integrate PICDB into RICU (#5)

    * Add picdb.json.
    
    * Some fewer rows.
    
    * Add "easy" entries to concept dicts.
    
    * Add 'sub_var': 'itemid'
    
    * Add some 'defaults' values.
    
    * Get rid of surgery vital signs.
    
    * load_difftime and id_win_helper for picdb.
    
    * Add picdb to startup datasets
    
    * Update row counts: chartevents, labevents
    
    ---------
    
    Co-authored-by: Manuel Burger <manuel.burger@inf.ethz.ch>
    mlondschien and manuelburger committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8e5c060 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    1980f37 View commit details
    Browse the repository at this point in the history
  2. Add variables to PICDS (#8)

    * Add picdb ca and cai.
    
    * Add sbp and dbp.
    
    * Add tco2
    
    * Add 1002 - 'pulse' to HR.
    
    * fio2
    
    * Add ph.
    
    * po2
    
    * Add sex.
    
    * age.
    
    * death
    
    * height: get rid of biopsy variable.
    
    * weight: get rid of labevents entry
    
    * alb
    
    * alt
    
    * ast
    
    * bili and bilidir.
    
    * ck
    
    * ckmb and cl
    
    * fix conversion ckmb
    
    * Add conversion to crea.
    
    * glu add conversion.
    
    * mg
    
    * na
    
    * phos
    
    * tnt
    
    * Fix outcome json.
    
    * samp
    
    * Add working `picdb_sampling`
    
    * Fix unit conversion on `alb`
    
    ---------
    
    Co-authored-by: Manuel Burger <manuel.burger@inf.ethz.ch>
    mlondschien and manuelburger committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7824352 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Sic bugfixes (#10)

    * define SIC data structure
    
    * add SIC to auto attach
    
    * add SIC loading helpers
    
    * add callback hooks to postprocess tbls on import
    
    * add callback to deserialise sicdb data_float_h
    
    * add missing tbl_callback function
    
    * add sic_itm inspired by hrd_itm
    
    * adjust data_float_h config to recent changes
    
    * add hr and crea as examples for sicdb
    
    * add sex and death concepts for sic
    
    * add vitals, labs, height, and weight concepts for sic
    
    * add age and los_icu concepts
    
    * add most medication concepts for sic
    
    * fix preproc for data_float_h
    
    some values are only taken once during the hour and thus have a cnt=1 and rawdata=NA. The actual data is stored in Val, which otherwise holds the average. Since after expansion, rawdata is the main data field, the value from Val needs to be moved to rawdata in this case.
    
    * add OMR to miiv
    
    * add miiv omr
    
    * load_concepts() concepts arg doc fix
    
    * load_concepts.integer() src NULL fix
    
    * Fix sic config
    
    * Properly support full rawdata found in sic
    
    * Remove print
    
    * Add utility functions proposed by `prockenschaub` here: https://github.com/eth-mds/ricu/pull/30/files
    
    * Fix configs for `sic` based on `prockenschaub`
    
    * Fix `sic` configs based on https://github.com/prockenschaub/ricu-package/tree/sicdb
    
    * Remove prints and use ricu msg
    
    * Remove redundant `report_probolems`
    
    * Add prints and tempdir arg
    
    * Cleanup prints
    
    * Fix blood_gas config
    
    * Fix sic table config
    
    * Use finer resolution rawdata where available
    
    * Pass tbl callback correctly
    
    * Fix missing callback application
    
    * Apply callback before split_write
    
    * Config updates:
    - Fix sic bugs
    - Slack temp range
    
    * Fix configs
    
    * Fix callback
    
    * Use `apply_map` for `sic` `sex`
    
    ---------
    
    Co-authored-by: prockenschaub <rockenschaub.patrick@gmail.com>
    Co-authored-by: Drago <www.plecko@gmail.com>
    3 people committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    887f22b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Test ci. (#4)

    * Test ci.
    
    * Add qpdf.
    
    * Try message=False
    
    * Set env variables above.
    
    * global message=F, warning=F
    
    * Try conda
    
    * add environment.yml.
    
    * Add some dependencies.
    
    * Add r-knitr to env.yaml.
    
    * install knitr manually.
    
    * Add r-covr and r-units to env.yaml.
    
    * Test R location
    
    * execute command in shell
    
    * Execute steps in shell
    
    * Add pdflatex to environment
    
    * check pdflatex
    
    * add texlive env
    
    * move
    
    * don't check for pdflatex
    
    * Add texlive to env
    
    * Remove texlive action
    
    * Update env
    
    * Upd env
    
    * Add tinytex install
    
    * force tiny tex
    
    * Update env and install demos
    
    * Fix typo
    
    * No need to make docs
    
    * Add codetools to env
    
    * Suppress manual check
    
    * add qpdf
    
    * Add picdb data-env doclines
    
    * Don't check doc size
    
    * run roxygen
    
    * Add qpdf
    
    * Add env var
    
    * Add env var to check step
    
    * Edit
    
    * Change to r-qpdf
    
    * Add qpdf
    
    * remove force
    
    * remove env var
    
    * grep exclude pdf size warning
    
    * don't cache conda env
    
    * Add caching back
    
    * ch sh
    
    * Revert
    
    * Delete coverage.yaml, pkgdown.yaml
    
    * Add comment to check.yaml, only run this on ubuntu.
    
    * cleanup environment.yamls.
    
    * cleanup environment.yamls 2.
    
    * mimic-demo is on conda-forge.
    
    * yaml -> yml.
    
    * r-mimic-demo -> r-mimic.demo
    
    ---------
    
    Co-authored-by: Manuel Burger <manuel.burger@inf.ethz.ch>
    mlondschien and manuelburger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    00424ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5652b2b View commit details
    Browse the repository at this point in the history