forked from ellessenne/comorbidity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 2.08 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
Type: Package
Package: comorbidity
Version: 1.0.0-9000
Title: Computing Comorbidity Scores
Description: Computing comorbidity indices and scores such as the weighted Charlson
score (Charlson, 1987 <doi:10.1016/0021-9681(87)90171-8>) and the Elixhauser
comorbidity score (Elixhauser, 1998 <doi:10.1097/00005650-199801000-00004>)
using ICD-9-CM or ICD-10 codes (Quan, 2005 <doi:10.1097/01.mlr.0000182534.19832.83>).
Australian and Swedish modifications of the Charlson Comorbidity Index are available
as well (Sundararajan, 2004 <doi:10.1016/j.jclinepi.2004.03.012> and Ludvigsson, 2021
<doi:10.2147/CLEP.S282475>).
Authors@R:
c(person(given = "Alessandro",
family = "Gasparini",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8319-7624")),
person(given = "Hojjat",
family = "Salmasian",
role = "ctb",
email = "[email protected]",
comment = "ICD-9-CM scores"),
person(given = "Jonathan",
family = "Williman",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5080-4435")),
person(given = "Sing Yi",
family = "Chia",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7591-3141")),
person(given = "Edmund",
family = "Teo",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3936-4082")))
Maintainer: Alessandro Gasparini <[email protected]>
URL: https://ellessenne.github.io/comorbidity/, https://github.com/ellessenne/comorbidity/
BugReports: https://github.com/ellessenne/comorbidity/issues
License: GPL (>= 3)
Depends: R (>= 2.10)
Imports:
checkmate,
data.table,
stats,
stringi,
utils
Suggests:
covr,
knitr,
rmarkdown,
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Encoding: UTF-8
LazyData: true
ByteCompile: true
VignetteBuilder: knitr
Language: en_GB