-
Notifications
You must be signed in to change notification settings - Fork 60
/
DESCRIPTION
50 lines (50 loc) · 1.4 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
Package: FeatureExtraction
Type: Package
Title: Generating Features for a Cohort
Version: 3.7.2
Date: 2024-10-17
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
Imports:
methods,
dplyr,
rJava,
jsonlite,
SqlRender (>= 1.18.0),
ParallelLogger (>= 2.0.2),
cli,
pillar,
readr,
rlang,
RSQLite,
DBI,
checkmate
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.2
Encoding: UTF-8
Language: en-US