-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.83 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.83 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
Package: medicalcoder
Title: A Unified and Longitudinally Aware Framework for ICD-Based Comorbidity Assessment
Version: 0.8.0.9000
Authors@R: c(
person(given = "Peter", family = "DeWitt", email = "peter.dewitt@cuanschutz.edu", role = c("aut", "cre", "cov"), comment = c(ORCID = "0000-0002-6391-0795")),
person(given = "Tell", family = "Bennett", email = "tell.bennett@cuanschutz.edu", role = c("ctb"), comment = c(ORCID = "0000-0003-1483-4236")),
person(given = "Seth", family = "Russell", email = "seth.russell@cuanschutz.edu", role = c("ctb"), comment = c(ORCID = "0000-0002-2436-1367")),
person(given = "Meg", family = "Rebull", email = "meg.rebull@cuanschutz.edu", role = c("ctb"), comment = c(ORCID = "0000-0003-0334-4223")),
person(given = "Vincent", family = "Rubinetti", email = "vincent.rubinetti@cuanschutz.edu", role = c("cov"), comment = c(ORCID = "0000-0002-4655-3773"))
)
Description: Provides comorbidity classification algorithms such as the
Pediatric Complex Chronic Conditions (PCCC), Charlson, and Elixhauser indices,
supports longitudinal comorbidity flagging across encounters, and includes
utilities for working with medical coding schemas such as the International
Classification of Diseases (ICD).
Depends: R (>= 3.5.0)
License: BSD_3_clause + file LICENSE
Language: en-US
Encoding: UTF-8
URL: http://www.peteredewitt.com/medicalcoder/, https://github.com/dewittpe/medicalcoder/
BugReports: https://github.com/dewittpe/medicalcoder/issues
LazyData: true
Suggests:
data.table,
dplyr,
kableExtra,
knitr,
R.utils,
rmarkdown
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/Needs/website: pkgdown, comorbidity, icdcomorbid, multimorbidity, dplyr, odbc, DBI, RSQLite, pccc