-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.11 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
Package: adultASSUREv6
Type: Package
Title: A Package Skeleton for Comparative Effectiveness Studies
Version: 0.0.1
Date: 2022-03-23
Author: Martijn Schuemie [aut, cre]
Maintainer: Martijn J. Schuemie <[email protected]>
Description: A skeleton package, to be used as a starting point when implementing comparative effect studies.
Depends:
R(>= 4.0.0),
DatabaseConnector (>= 5.0.2)
Imports:
SqlRender (>= 1.8.3),
EmpiricalCalibration (>= 3.0.0),
Cyclops (>= 3.1.2),
FeatureExtraction (>= 3.2.0),
CohortMethod (>= 4.2.2),
ggplot2,
Andromeda (>= 0.6.0),
CohortGenerator (>= 0.4.0),
dplyr,
tibble,
readr,
rlang,
MethodEvaluation (>= 2.2.0),
OhdsiSharing (>= 0.2.2),
ParallelLogger (>= 3.0.0),
survival,
plyr,
jsonlite
Suggests:
knitr,
rmarkdown,
DT,
shiny,
EvidenceSynthesis (>= 0.2.3),
meta
Remotes:
ohdsi/FeatureExtraction,
ohdsi/CohortMethod,
ohdsi/MethodEvaluation,
ohdsi/OhdsiSharing,
ohdsi/CohortGenerator,
ohdsi/ParallelLogger,
ohdsi/DatabaseConnector,
ohdsi/CohortGenerator
License: Apache License 2.0
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 7.1.2