-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
76 lines (76 loc) · 1.73 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: ricu
Title: Intensive Care Unit Data with R
Description: Focused on (but not exclusive to) data sets hosted on PhysioNet
(<https://physionet.org>), 'ricu' provides utilities for download, setup
and access of intensive care unit (ICU) data sets. In addition to
functions for running arbitrary queries against available data sets, a
system for defining clinical concepts and encoding their representations
in tabular ICU data is presented.
Version: 0.6.1
Authors@R: c(
person(given = "Nicolas",
family = "Bennett",
role = c("aut", "cre"),
email = "r@nbenn.ch"),
person(given = "Drago",
family = "Plecko",
role = c("aut"),
email = "drago.plecko@stat.math.ethz.ch"),
person(given = "Ida-Fong",
family = "Ukor",
role = c("aut"),
email = "ida-fong.ukor@monashhealth.org")
)
License: GPL-3
Encoding: UTF-8
Language: en-US
URL:
https://github.com/eth-mds/ricu,
https://physionet.org
BugReports: https://github.com/eth-mds/ricu/issues
Depends:
R (>= 3.5.0)
Imports:
data.table,
curl,
assertthat,
fst,
readr,
jsonlite,
methods,
stats,
prt (>= 0.1.2),
tibble,
backports,
rlang,
vctrs,
cli (>= 2.1.0),
fansi,
openssl,
utils
Suggests:
xml2,
covr,
testthat (>= 3.0.0),
withr,
mockthat,
pkgload,
mimic.demo,
eicu.demo,
progress,
knitr,
rmarkdown,
ggplot2,
cowplot,
survival,
forestmodel,
rticles,
kableExtra,
units,
pdftools,
magick,
pillar
RoxygenNote: 7.2.3
Additional_repositories: https://eth-mds.github.io/physionet-demo
VignetteBuilder: knitr
Config/testthat/edition: 3