-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
45 lines (45 loc) · 1.03 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
Package: Characterization
Type: Package
Title: Characterizations of Cohorts
Version: 2.1.0
Date: 2024-10-07
Authors@R: c(
person("Jenna", "Reps", , "[email protected]", role = c("aut", "cre")),
person("Patrick", "Ryan", , "[email protected]", role = c("aut")),
person("Chris", "Knoll", , "[email protected]", role = c("aut"))
)
Maintainer: Jenna Reps <[email protected]>
Description: Various characterizations of target and outcome cohorts.
License: Apache License 2.0
URL: https://ohdsi.github.io/Characterization, https://github.com/OHDSI/Characterization
BugReports: https://github.com/OHDSI/Characterization/issues
Depends:
R (>= 4.0.0)
Imports:
Andromeda,
DatabaseConnector (>= 6.3.1),
FeatureExtraction (>= 3.6.0),
SqlRender (>= 1.9.0),
ParallelLogger (>= 3.0.0),
ResultModelManager,
checkmate,
dplyr,
readr,
rlang
Suggests:
devtools,
testthat,
Eunomia,
kableExtra,
knitr,
markdown,
rmarkdown,
ShinyAppBuilder,
shiny,
withr
Remotes:
ohdsi/ShinyAppBuilder
NeedsCompilation: no
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr