forked from alwinw/epocakir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.58 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.58 KB
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
Package: epocakir
Title: Clinical Coding of Patients with Kidney Disease
Version: 0.9.9
Authors@R:
c(person(given = "Alwin",
family = "Wang",
role = c("aut", "cre"),
email = "alwin.wang@austin.org.au",
comment = c(ORCID = "0000-0003-4883-2917")),
person(given = "Lisa",
family = "Toh",
role = "aut",
email = "lisa.toh2@austin.org.au",
comment = c(ORCID = "0000-0002-5994-3666")),
person(given = "Davis",
family = "Vaughan",
role = "ctb",
email = "davis@rstudio.com"),
person(given = "Olivier",
family = "Roy",
role = "ctb"))
Description: Clinical coding and diagnosis of patients with kidney using
clinical practice guidelines. The guidelines used are the evidence-based
KDIGO guidelines, see <https://kdigo.org/guidelines/> for more information.
This package covers acute kidney injury (AKI), anemia, and
chronic kidney disease (CKD).
License: MIT + file LICENSE
URL: https://github.com/alwinw/epocakir, https://alwinw.github.io/epocakir/
BugReports: https://github.com/alwinw/epocakir/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 1.0.1),
tidyr (>= 1.1.1),
tibble (>= 3.0.1),
rlang (>= 1.0.0),
units (>= 0.7),
lubridate (>= 1.7.0),
magrittr (>= 2.0.1),
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
vctrs
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Language: en-US
Config/testthat/edition: 3