-
Notifications
You must be signed in to change notification settings - Fork 453
/
DESCRIPTION
31 lines (31 loc) · 1008 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
Package: CommonDataModel
Type: Package
Title: OMOP CDM DDL and Documentation Generator
Version: 1.0.1
Authors@R: person(given = "Clair",
family = "Blacketer",
role = c("aut", "cre"),
email = "mblacke@its.jnj.com")
Maintainer: Clair Blacketer <mblacke@its.jnj.com>
Description: Generates the scripts required to create an Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM) database and associated documentation for supported database platforms. Leverages the 'SqlRender' package to convert the Data Definition Language (DDL) script written in parameterized Structured Query Language (SQL) to the other supported dialects.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Depends:
DatabaseConnector,
SqlRender,
rJava
Imports:
rmarkdown,
stringr,
DBI,
dplyr,
readr
Suggests:
knitr,
testthat (>= 3.0.0),
RSQLite,
withr
NeedsCompilation: no
RoxygenNote: 7.2.3
Config/testthat/edition: 3