-
Notifications
You must be signed in to change notification settings - Fork 10
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update data-sources.json
Allow passing a directory containing jsons to data-sources arg
* Separate entries in the concept dict by category. * Use underscore in blood_gas.
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Co-authored-by: Drago <[email protected]>
* 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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.