- fixing the data-sources specification for MIMIC-IV (
miiv
)
- Salzburg database (SICdb,
sic
inricu
) added as a data source with 64 concepts available - MIMIC-IV (
miiv
inricu
) 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
mockthat
are 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
rlang
v1.0.0
- adds
miiv
data 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_cncpt
concept type
- CRAN release which includes
aumc
data source andsep3
concept
- revamped
src_env
setup
- concept harmonization (mostly
aumc
andhirid
uom fixes) - split of
setup_src_data()
fromsetup_src_env()
for convenient setup in non-interactive scenarios
- add
aumc
data source
- concept fixes (
susp_inf
, non-hadm loading ofabx
onmimic
,map
onhirid
) - fix CRAN policy violation
- restructure SOFA computation
- add concept caching
- add
\value{}
entries to docs
- make CRAN compliant (
.GlobalEnv
default inattach_src()
) - concept fixes: weight, vasopressors & height
- Added a
NEWS.md
file to track changes to the package. - CRAN submission