forked from OHDSI/Strategus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 957 Bytes
/
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
Package: Strategus
Type: Package
Title: Coordinating and Executing Analytics Using HADES Modules
Version: 0.0.2
Date: 2022-03-25
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre"))
)
Maintainer: Martijn Schuemie <[email protected]>
Description: An R package for coordinating and executing analytics using HADES modules.
License: Apache License 2.0
URL: https://ohdsi.github.io/Strategus, https://github.com/OHDSI/Strategus
BugReports: https://github.com/OHDSI/Strategus/issues
Depends:
R (>= 4.0.0),
CohortGenerator (>= 0.5.0),
DatabaseConnector (>= 5.0.4)
Imports:
targets,
renv (>= 0.15.5),
ParallelLogger,
dplyr,
checkmate,
keyring,
rlang,
utils,
R.utils,
digest,
SqlRender,
readr
Suggests:
testthat,
fs,
knitr,
rmarkdown
Remotes:
ohdsi/CohortGenerator,
ohdsi/DatabaseConnector
VignetteBuilder: knitr
NeedsCompilation: no
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
Encoding: UTF-8