- Docs only update
- fix ignore.attr argument that changed in rbindlist() in data.table >=1.15.0
- SICdb bicarbonate / BUN units fixed
- SICdb vasopressor units
- separate SpO2 / SaO2 concepts
- fixing the data-sources specification for MIMIC-IV (
miiv)
- Salzburg database (SICdb,
sicinricu) added as a data source with 64 concepts available - MIMIC-IV (
miivinricu) version bumped to 2.2 - fixed the usage of
round()andtrunc(); both replaced byfloor()throughout
- maintenance release: fixes non-character numeric version input issues
- maintenance release: fixes an issue introduced by pillar 1.9.0 via an update to 0.2.0 of prt
- maintenance release: tests using
mockthatare only run when available
- maintenance release for compatibility with an update to
prt
- maintenance release due to issue with
units(#301)
- maintenance release due to upcoming API change of
rlangv1.0.0
- adds
miivdata source (MIMIC-IV) - new data class
win_tbl(inheriting fromts_tbl), which allows for specifying a validity duration (for example for infusions consisting of both a rate and a duration) - automatic unit conversion is available by specifying the
unt_cncptconcept type
- CRAN release which includes
aumcdata source andsep3concept
- revamped
src_envsetup
- concept harmonization (mostly
aumcandhiriduom fixes) - split of
setup_src_data()fromsetup_src_env()for convenient setup in non-interactive scenarios
- add
aumcdata source
- concept fixes (
susp_inf, non-hadm loading ofabxonmimic,maponhirid) - fix CRAN policy violation
- restructure SOFA computation
- add concept caching
- add
\value{}entries to docs
- make CRAN compliant (
.GlobalEnvdefault inattach_src()) - concept fixes: weight, vasopressors & height
- Added a
NEWS.mdfile to track changes to the package. - CRAN submission