forked from OHDSI/CohortGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.22 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: CohortGenerator
Type: Package
Title: An R Package for Cohort Generation Against the OMOP CDM
Version: 0.7.0
Date: 2022-09-30
Authors@R: c(
person("Anthony", "Sena", email = "[email protected]", role = c("aut", "cre")),
person("Gowtham", "Rao", email = "[email protected]", role = c("aut")),
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Anthony Sena <[email protected]>
Description: An R package for that encapsulates the functions for generating cohorts against the OMOP CDM.
Depends:
DatabaseConnector (>= 5.0.0),
R (>= 3.6.0)
Imports:
bit64,
checkmate,
digest,
dplyr,
lubridate,
ParallelLogger (>= 3.0.0),
readr (>= 2.1.0),
rlang,
RJSONIO,
SqlRender (>= 1.7.0),
stringi (>= 1.7.6)
Suggests:
CirceR (>= 1.1.1),
Eunomia,
knitr,
rmarkdown,
ROhdsiWebApi,
testthat
Remotes:
ohdsi/CirceR,
ohdsi/Eunomia,
ohdsi/ROhdsiWebApi
License: Apache License
VignetteBuilder: knitr
URL: https://ohdsi.github.io/CohortGenerator/, https://github.com/OHDSI/CohortGenerator
BugReports: https://github.com/OHDSI/CohortGenerator/issues
RoxygenNote: 7.2.1
Encoding: UTF-8
Language: en-US