forked from OHDSI/FeatureExtraction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.07 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: FeatureExtraction
Type: Package
Title: Generating Features for a Cohort
Version: 3.2.0
Date: 2021-12-16
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut")),
person("Marc", "Suchard", role = c("aut")),
person("Patrick", "Ryan", role = c("aut")),
person("Jenna", "Reps", role = c("aut")),
person("Anthony", "Sena", , "[email protected]", role = c("aut", "cre"))
)
Maintainer: Anthony Sena <[email protected]>
Description: An R package for generating features (covariates) for a cohort using data in the Common Data Model.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://github.com/OHDSI/FeatureExtraction
BugReports: https://github.com/OHDSI/FeatureExtraction/issues
Depends:
R (>= 3.2.2),
DatabaseConnector (>= 3.0.0),
Andromeda
Imports:
methods,
dplyr,
rJava,
jsonlite,
SqlRender (>= 1.6.0),
ParallelLogger (>= 2.0.2),
cli,
pillar,
readr,
rlang,
RSQLite,
DBI
Suggests:
testthat,
knitr,
rmarkdown,
Eunomia,
withr
Remotes:
ohdsi/Eunomia
NeedsCompilation: no
RoxygenNote: 7.1.2
Encoding: UTF-8