-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.08 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
Package: ResultModelManager
Title: Result Model Manager
Version: 0.5.11
Authors@R:
person("Jamie", "Gilbert", , "[email protected]", role = c("aut", "cre"))
Description: Database data model management utilities for R packages in the Observational Health Data Sciences and
Informatics program <https://ohdsi.org>. 'ResultModelManager' provides utility functions to allow package
maintainers to migrate existing SQL database models, export and import results in consistent patterns.
URL: https://github.com/OHDSI/ResultModelManager
BugReports: https://github.com/OHDSI/ResultModelManager/issues
License: Apache License (== 2.0)
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0),
R6,
DatabaseConnector (>= 6.0.0)
Imports:
SqlRender,
ParallelLogger,
checkmate,
DBI,
pool,
readr,
zip,
dplyr,
dbplyr,
rlang,
lubridate,
fastmap,
withr
Suggests:
testthat (>= 3.0.0),
RSQLite,
duckdb,
knitr,
rmarkdown,
keyring,
devtools,
pkgdown,
remotes,
styler,
Andromeda
Config/testthat/edition: 3