NEWS
ricu 0.6.3 (2025-09-03)
ricu 0.6.2
- 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
ricu 0.6.1
- fixing the data-sources specification for MIMIC-IV (
miiv)
ricu 0.6.0
- Salzburg database (SICdb,
sic in ricu) added as a data source with 64 concepts available
- MIMIC-IV (
miiv in ricu) version bumped to 2.2
- fixed the usage of
round() and trunc(); both replaced by floor() throughout
ricu 0.5.6 (2023-09-04)
- maintenance release: fixes non-character numeric version input issues
ricu 0.5.5 (2023-04-09)
- maintenance release: fixes an issue introduced by pillar 1.9.0 via an update
to 0.2.0 of prt
ricu 0.5.4 (2022-10-30)
- maintenance release: tests using
mockthat are only run when available
ricu 0.5.3 (2022-07-12)
- maintenance release for compatibility with an update to
prt
ricu 0.5.2 (2022-04-26)
- maintenance release due to issue with
units (#301)
ricu 0.5.1 (2021-10-07)
- maintenance release due to upcoming API change of
rlang v1.0.0
ricu 0.5.0 (2021-08-18)
- adds
miiv data source (MIMIC-IV)
- new data class
win_tbl (inheriting from ts_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_cncpt concept
type
ricu 0.4.0 (2021-05-19)
- CRAN release which includes
aumc data source and sep3 concept
ricu 0.3.0
ricu 0.2.1
- concept harmonization (mostly
aumc and hirid uom fixes)
- split of
setup_src_data() from setup_src_env() for convenient setup in
non-interactive scenarios
ricu 0.2.0
ricu 0.1.3 (2021-01-29)
- concept fixes (
susp_inf, non-hadm loading of abx on mimic, map on
hirid)
- fix CRAN policy violation
ricu 0.1.2 (2020-11-03)
- restructure SOFA computation
- add concept caching
- add
\value{} entries to docs
ricu 0.1.1
- make CRAN compliant (
.GlobalEnv default in attach_src())
- concept fixes: weight, vasopressors & height
ricu 0.1.0
- Added a
NEWS.md file to track changes to the package.
- CRAN submission