Skip to content

Commit ca3bacb

Browse files
authored
Merge pull request #296 from OHDSI/develop
v3.8.0
2 parents 437570a + 8fef5ab commit ca3bacb

95 files changed

Lines changed: 1296 additions & 1297 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.

.github/workflows/R_CMD_check_Hades.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
CDM_BIG_QUERY_OHDSI_SCHEMA: ${{ secrets.CDM_BIG_QUERY_OHDSI_SCHEMA }}
6666

6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969

7070
- uses: r-lib/actions/setup-r@v2
7171
with:
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Cache R packages
8686
if: runner.os != 'Windows'
87-
uses: actions/cache@v2
87+
uses: actions/cache@v4
8888
with:
8989
path: ${{ env.R_LIBS_USER }}
9090
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
@@ -157,7 +157,7 @@ jobs:
157157

158158
steps:
159159

160-
- uses: actions/checkout@v2
160+
- uses: actions/checkout@v4
161161
with:
162162
fetch-depth: 0
163163

@@ -212,4 +212,4 @@ jobs:
212212
if: ${{ env.new_version != '' }}
213213
run: |
214214
curl --data "build=true" -X POST https://registry.hub.docker.com/u/ohdsi/broadsea-methodslibrary/trigger/f0b51cec-4027-4781-9383-4b38b42dd4f5/
215-
215+

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 3.7.0
2-
Date: 2024-09-03 08:24:46 UTC
3-
SHA: efa425b67203564c5a581de9180a87d14c28767e
1+
Version: 3.8.0
2+
Date: 2025-03-19 15:22:25 UTC
3+
SHA: c0961a155c6fba22f3b5e4825b599f2410ed529b

DESCRIPTION

Lines changed: 4 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.7.2
5-
Date: 2024-10-17
4+
Version: 3.8.0
5+
Date: 2025-03-19
66
Authors@R: c(
77
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut")),
88
person("Marc", "Suchard", role = c("aut")),
@@ -31,7 +31,8 @@ Imports:
3131
rlang,
3232
RSQLite,
3333
DBI,
34-
checkmate
34+
checkmate,
35+
vroom
3536
Suggests:
3637
testthat,
3738
knitr,

FeatureExtraction.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 7209d25a-3fa0-4681-8605-9ab497fb422c
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
FeatureExtraction 3.8.0
2+
=======================
3+
4+
- Add temporal annual distribution functionality (#271)
5+
- Fix timeRef not returned from tidyCovariates (#289)
6+
- Set default for tempEmulationSchema (#286)
7+
- Fix R-check on Mac OS (#294)
8+
19
FeatureExtraction 3.7.2
210
=======================
311

R/Aggregation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Observational Health Data Sciences and Informatics
1+
# Copyright 2025 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 2024 Observational Health Data Sciences and Informatics
1+
# Copyright 2025 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 2024 Observational Health Data Sciences and Informatics
1+
# Copyright 2025 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 2024 Observational Health Data Sciences and Informatics
1+
# Copyright 2025 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 2024 Observational Health Data Sciences and Informatics
1+
# Copyright 2025 Observational Health Data Sciences and Informatics
22
#
33
# This file is part of FeatureExtraction
44
#

0 commit comments

Comments
 (0)