fixing a bug when not exporting from the first instrument and pivoting to wide format

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-07 16:01:12 +01:00
commit ff466c044c
No known key found for this signature in database
3 changed files with 75 additions and 9 deletions

View file

@ -1,3 +1,7 @@
# 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()`.
# REDCapCAST 25.3.1
* FIX: `as_factor()` now interprets empty variables with empty levels attribute as logicals to avoid returning factors with empty levels.