-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
51 lines (51 loc) · 1.43 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
47
48
49
50
51
Package: CohortGenerator
Type: Package
Title: Cohort Generation for the OMOP Common Data Model
Version: 0.11.2
Date: 2024-09-30
Authors@R: c(
person("Anthony", "Sena", email = "[email protected]", role = c("aut", "cre")),
person("Jamie", "Gilbert", role = c("aut")),
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: Generate cohorts and subsets using an Observational
Medical Outcomes Partnership (OMOP) Common Data Model (CDM) Database.
Cohorts are defined using 'CIRCE' (<https://github.com/ohdsi/circe-be>) or
SQL compatible with 'SqlRender' (<https://github.com/OHDSI/SqlRender>).
Depends:
DatabaseConnector (>= 5.0.0),
R (>= 3.6.0),
R6
Imports:
checkmate,
digest,
dplyr,
lubridate,
methods,
ParallelLogger (>= 3.0.0),
readr (>= 2.1.0),
rlang,
RJSONIO,
jsonlite,
ResultModelManager,
SqlRender (>= 1.11.1),
stringi (>= 1.7.6),
tibble
Suggests:
CirceR (>= 1.1.1),
Eunomia,
knitr,
rmarkdown,
testthat,
withr,
zip
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.3.1
Encoding: UTF-8
Language: en-US