-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.42 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.42 KB
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: FeatureExtraction
Type: Package
Title: Generating Features for a Cohort
Version: 3.13.0
Date: 2026-03-05
Authors@R: c(
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut")),
person("Marc", "Suchard", role = c("aut")),
person("Patrick", "Ryan", role = c("aut")),
person("Jenna", "Reps", role = c("aut")),
person("Anthony", "Sena", , "sena@ohdsi.org", role = c("aut")),
person("Ger", "Inberg", , "g.inberg@erasmusmc.nl", role = c("aut", "cre")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>
Description: An R interface for generating features for a cohort using data in the Common Data Model. Features can be constructed using default or custom made feature definitions. Furthermore it's possible to aggregate features and get the summary statistics.
Depends:
R (>= 3.2.2),
DatabaseConnector (>= 3.0.0),
Andromeda (>= 1.0.0)
Imports:
methods,
dplyr,
rJava,
jsonlite,
SqlRender (>= 1.18.0),
ParallelLogger (>= 2.0.2),
cli,
pillar,
readr,
rlang,
RSQLite,
DBI,
checkmate,
vroom
Suggests:
testthat,
knitr,
rmarkdown,
Eunomia (>= 2.0.0),
withr,
curl,
httr
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://github.com/OHDSI/FeatureExtraction
BugReports: https://github.com/OHDSI/FeatureExtraction/issues
NeedsCompilation: no
RoxygenNote: 7.3.3
Encoding: UTF-8
Language: en-US