-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.49 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.49 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
48
Package: TestGenerator
Type: Package
Title: Integration Unit Tests for Pharmacoepidemiological Studies
Version: 0.7.0
Authors@R: c(
person("Cesar", "Barboza", , "c.barboza@darwin-eu.org", role = c("aut"), comment = c(ORCID = "0009-0002-4453-3071")),
person("Ioanna", "Nika", , "i.nika@darwin-eu.org", role = "aut"),
person("Ger", "Inberg", , "g.inberg@erasmusmc.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8993-8748")),
person("Adam", "Black", , "black@ohdsi.org", role = "aut", comment = c(ORCID = "0000-0001-5576-8701"))
)
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>
Description: An R interface to load testing data in the 'OMOP' Common Data Model ('CDM'). An input file, csv or xlsx, can be converted to a 'CDMConnector' object. This object can be used to execute and test studies that use the 'CDM' <https://www.ohdsi.org/data-standardization/>.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
jsonlite,
readxl,
readr,
CDMConnector (>= 2.5.1),
DBI,
dplyr,
checkmate,
glue,
duckdb,
cli,
rlang,
withr,
ggplot2,
tibble,
testthat,
openxlsx,
omopgenerics,
RPostgres
Suggests:
knitr,
rmarkdown,
curl,
httr,
odbc,
usethis
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/darwin-eu/TestGenerator, https://darwin-eu.github.io/TestGenerator/
BugReports: https://github.com/darwin-eu/TestGenerator/issues