trimmed deps, updated renv

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-01-28 21:56:18 +01:00
commit 65f27aa862
No known key found for this signature in database
7 changed files with 227 additions and 181 deletions

12
NEWS.md
View file

@ -1,9 +1,19 @@
# REDCapCAST 26.1.1
25.11.1 was never pushed to CRAN, so this fills in for that.
* FIX: spelling
* FIX: Suggested dependencies were trimmed including {styler}.
# REDCapCAST 25.11.1
* FIX: logiccals exported as numeric for data upload
* FIX: logicals exported as numeric for data upload
* FIX: improved name cleaning
* FIX: use the more robust readr::write_csv() to export data.
# REDCapCAST 25.3.2
* 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".