-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.44 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
Type: Package
Package: osdc
Title: Open Source Diabetes Classifier (OSDC) for Danish Registers
Version: 0.0.1.9000
Authors@R: c(
person(c("Luke", "William"), "Johnston", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4169-2616")),
person(c("Signe", "Kirk"), "Brødbæk", , "[email protected]", role = "aut"),
person(c("Anders", "Aasted"), "Isaksen", , "[email protected]", role = "aut"),
person("Steno Diabetes Center Aarhus", role = "cph"),
person("Aarhus University", role = "cph")
)
Description: This classifier first identifies a population of individuals
with any type of diabetes mellitus and then splits this population
into T1D and T2D by identifying individuals with T1D and classifying
the remainder of the diabetes population as T2D.
License: MIT + file LICENSE
URL: https://github.com/steno-aarhus/osdc,
https://steno-aarhus.github.io/osdc/
BugReports: https://github.com/steno-aarhus/osdc/issues
Depends:
R (>= 4.0.0)
Imports:
checkmate,
cli,
dplyr,
lifecycle,
rlang,
utils
Suggests:
dbplyr,
glue,
knitr,
rmarkdown,
spelling,
stringr,
testthat (>= 3.0.0),
tibble,
data.table,
arrow,
duckplyr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/Needs/data:
fabricatr,
codeCollection,
rvest
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1