From b512e6a57003b0c9011b399fda3847a00674a8a5 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Mon, 10 Mar 2025 10:35:13 +0100 Subject: [PATCH] new release --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index df71a06..9b4698f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: REDCapCAST Title: REDCap Metadata Casting and Castellated Data Handling -Version: 25.3.1 +Version: 25.3.2 Authors@R: c( person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")), diff --git a/NEWS.md b/NEWS.md index 60123bf..ebaaaef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # REDCapCAST 25.3.2 -* FIX: exporting no fields from the first instrument in a REDCap database would throw an error from `tidyr::pivot_wider()` in `redcap_wider()`. +* BUG: The `redcap_wider()` function would attempt to pivot empty selection of columns from list, and failing, causing all functions relying on this to fail. Fixed by filtering out data.frames in list with no additional columns than the "generics". # REDCapCAST 25.3.1