Skip to content

Commit 2c9311e

Browse files
authored
Release v3.13
2 parents fecbdde + 253dd0f commit 2c9311e

98 files changed

Lines changed: 979 additions & 381 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
^renv$
2+
^renv\.lock$
13
pom.xml
24
extras
35
docs

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: FeatureExtraction
22
Type: Package
33
Title: Generating Features for a Cohort
4-
Version: 3.12.0
5-
Date: 2025-10-28
4+
Version: 3.13.0
5+
Date: 2026-03-05
66
Authors@R: c(
77
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut")),
88
person("Marc", "Suchard", role = c("aut")),
@@ -46,6 +46,6 @@ VignetteBuilder: knitr
4646
URL: https://github.com/OHDSI/FeatureExtraction
4747
BugReports: https://github.com/OHDSI/FeatureExtraction/issues
4848
NeedsCompilation: no
49-
RoxygenNote: 7.3.2
49+
RoxygenNote: 7.3.3
5050
Encoding: UTF-8
5151
Language: en-US

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
FeatureExtraction 3.13.0
2+
=======================
3+
4+
New Features:
5+
6+
- Added ability to store aggregate results from `getDbCovariateData` in the database and added
7+
ability to control all target tables with new `target*Table` parameters (#152, #321)
8+
9+
Bugfixes:
10+
11+
- Fixed tests and made sure storage of covariates with `getDbDefaultCovariateData` works and is consistent
12+
113
FeatureExtraction 3.12.0
214
=======================
315

R/Aggregation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Observational Health Data Sciences and Informatics
1+
# Copyright 2026 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

R/CompareCohorts.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Observational Health Data Sciences and Informatics
1+
# Copyright 2026 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

R/CovariateData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Observational Health Data Sciences and Informatics
1+
# Copyright 2026 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

R/DefaultCovariateSettings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Observational Health Data Sciences and Informatics
1+
# Copyright 2026 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

R/DefaultTemporalCovariateSettings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Observational Health Data Sciences and Informatics
1+
# Copyright 2026 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

R/DefaultTemporalSequenceCovariateSettings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Observational Health Data Sciences and Informatics
1+
# Copyright 2026 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

R/DetailedCovariateSettings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Observational Health Data Sciences and Informatics
1+
# Copyright 2026 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

0 commit comments

Comments
 (0)