-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.21 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
Package: Characterization
Type: Package
Title: Implement Descriptive Studies Using the Common Data Model
Version: 2.1.3
Date: 2025-2-26
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: An end-to-end framework that enables users to implement various descriptive studies for a given set of target and outcome cohorts for data mapped to the Observational Medical Outcomes Partnership Common Data Model.
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,
kableExtra,
knitr,
markdown,
rmarkdown,
OhdsiShinyAppBuilder,
shiny,
withr
NeedsCompilation: no
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr