-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.11 KB
/
Copy pathDESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.11 KB
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
Package: ResultModelManager
Title: Result Model Manager
Version: 0.6.2
Authors@R:
person("Jamie", "Gilbert", , "gilbert@ohdsi.org", role = c("aut", "cre"))
Description: Database data model management utilities for R packages in the Observational Health Data Sciences and
Informatics programme. '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, https://ohdsi.github.io/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 (>= 7.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,
rJava,
reticulate
Config/testthat/edition: 3