forked from OHDSI/CohortDiagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.45 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
61
Package: CohortDiagnostics
Type: Package
Title: Diagnostics for OHDSI Cohorts
Version: 2.0.0
Date: 2020-10-07
Authors@R: c(
person("Gowtham", "Rao", email = "[email protected]", role = c("aut", "cre")),
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut")),
person("Patrick", "Ryan", role = c("aut")),
person("James", "Weaver", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Gowtham Rao <[email protected]>
Description: Diagnostics for cohorts that use the OMOP Common Data Model and the OHDSI tools.
Depends:
DatabaseConnector (>= 3.0.0),
FeatureExtraction (>= 3.1.0),
R (>= 3.5.0)
Imports:
Andromeda,
checkmate,
digest,
dplyr (>= 1.0.0),
ggplot2,
ggiraph,
ParallelLogger (>= 2.0.0),
readr (>= 1.4.0),
rlang,
RJSONIO,
ROhdsiWebApi (>= 1.1.2),
SqlRender (>= 1.6.7),
stringr,
tidyr (>= 1.0.0),
methods
Suggests:
shiny,
shinydashboard,
shinyWidgets,
DT,
plotly,
htmltools,
RColorBrewer,
scales,
knitr,
rmarkdown,
Eunomia,
testthat,
RSQLite (>= 2.2.1),
zip
Remotes:
ohdsi/Eunomia,
ohdsi/FeatureExtraction,
ohdsi/ROhdsiWebApi,
ohdsi/DatabaseConnector,
License: Apache License
VignetteBuilder: knitr
URL: https://ohdsi.github.io/CohortDiagnostics, https://github.com/OHDSI/CohortDiagnostics
BugReports: https://github.com/OHDSI/CohortDiagnostics/issues
RoxygenNote: 7.1.1
Encoding: UTF-8
Language: en-US