forked from oxford-pharmacoepi/LargeScaleCharacteristics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 997 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
Package: LargeScaleCharacteristics
Type: Package
Title: Large scale characterization using the OMOP Common Data Model
Version: 0.1.0
Author: c(
person("Yuchen", "Guo", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0847-4855")),
person("Marti", "Catala", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-3308-9905"))
)
Maintainer: The package maintainer <[email protected]>
Description: This packages computes the large scale characterization of the OMOP
Common Data Model at patient level or summarizing at cohort level.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
magrittr,
rlang,
dplyr,
dbplyr,
CDMConnector,
checkmate,
DBI,
duckdb,
lubridate,
tibble,
tidyr
Suggests:
testthat,
knitr,
rmarkdown,
tictoc
VignetteBuilder: knitr