forked from OHDSI/CohortDiagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.53 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
62
63
64
65
66
67
68
Package: CohortDiagnostics
Type: Package
Title: Diagnostics for OHDSI Cohorts
Version: 2.1.0
Date: 2021-05-24
Authors@R: c(
person("Gowtham", "Rao", email = "rao@ohdsi.org", role = c("aut", "cre")),
person("Martijn", "Schuemie", email = "schuemie@ohdsi.org", role = c("aut")),
person("Patrick", "Ryan", role = c("aut")),
person("James", "Weaver", role = c("aut")),
person("Jamie", "Gilbert", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Gowtham Rao <rao@ohdsi.org>
Description: Diagnostics for cohorts that use the OMOP Common Data Model and the OHDSI tools.
Depends:
DatabaseConnector (>= 4.0.0),
FeatureExtraction (>= 3.1.1),
R (>= 4.0.0)
Imports:
Andromeda,
checkmate,
CirceR,
clock,
digest,
dplyr (>= 1.0.0),
methods,
ParallelLogger (>= 2.0.0),
pool,
readr (>= 1.4.0),
RJSONIO,
rlang,
ROhdsiWebApi (>= 1.2.0),
SqlRender (>= 1.7.0),
stringr,
tidyr (>= 1.0.0)
Suggests:
DT,
Eunomia,
ggiraph,
ggplot2,
htmltools,
knitr,
lubridate,
plotly,
purrr,
RColorBrewer,
rmarkdown,
RSQLite (>= 2.2.1),
scales,
shiny,
shinydashboard,
shinyWidgets,
testthat,
withr,
zip
Remotes:
ohdsi/Eunomia,
ohdsi/FeatureExtraction,
ohdsi/ROhdsiWebApi,
ohdsi/CirceR
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