You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
Package: FeatureExtraction
2
2
Type: Package
3
3
Title: Generating Features for a Cohort
4
-
Version: 3.5.1
5
-
Date: 2024-04-22
4
+
Version: 3.5.2
5
+
Date: 2024-05-01
6
6
Authors@R: c(
7
7
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut")),
8
8
person("Marc", "Suchard", role = c("aut")),
9
9
person("Patrick", "Ryan", role = c("aut")),
10
10
person("Jenna", "Reps", role = c("aut")),
11
-
person("Anthony", "Sena", , "sena@ohdsi.org", role = c("aut", "cre")),
12
-
person("Ger", "Inberg", role = c("aut"))
11
+
person("Anthony", "Sena", , "sena@ohdsi.org", role = c("aut")),
12
+
person("Ger", "Inberg", , "g.inberg@erasmusmc.nl", role = c("aut", "cre")),
13
+
person("Observational Health Data Science and Informatics", role = c("cph"))
13
14
)
14
-
Maintainer: Anthony Sena <sena@ohdsi.org>
15
-
Description: An R package for generating features (covariates) for a cohort using data in the Common Data Model.
15
+
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>
16
+
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.
0 commit comments