- Fix issues reported by CRAN with Linux and old R Windows (4.3.3) saying
✖ These names are duplicated:
* "record_id" at locations 1 and 2.
- Update roxygen2 version (Thank you for Will Beasley)
- Fix .data$ was depreciated in
tidyselect
(r-lib/tidyselect#169) - Fixed missing global bindings caused by
tidyselect
fix.
- Add
make_yes_no()
function to convert "checked" or "yes"-like answers to "Yes" and other answers to "No or Unknown". - Add
make_yes_no_unknown()
function to convert "checked" or "yes"-like answers to "Yes", unchecked or "no"-like answers to "No" and other answers to "Unknown".
make_choose_all_table()
now works with api or manual/point-and-click exports.
- Add
drop_labels()
function for datasets. Used to deal with packages/functions that don't want labeled variables (i.e.dplyr::pivot_longer()
andskimr::skim()
- Added options (
record_id =
andfirst_record_id =
for custom record_id fields inimport_instruments()
- Added repeat instance numbers for repeated instruments in
import_instruments()
- Documentation fixes
- Suppress warning caused by dplyr 1.1
- fix wrong function in api vignette
- Add unit test on import_instruments() function call.
- Fixed bug that caused labels to be missing if they contained parentheses
- Add drop label function
- Fix message display bug while
import_instruments()
runs - Fix bug with
import_instruments()
loading repeated instruments (the first instrument in a project was badly messed up) - Row names no longer reflect the row number of the exported data
- Remove labels from a few automatically created REDCap variables ("record_id", "redcap_event_name", "redcap_repeat_instrument", "redcap_repeat_instance")
- Added support for REDCapR API
import_instruments()
function imports all instruments with a single command- Added targeted status messaging during the import
make_choose_one_table()
no longer requires factorsmake_choose_all_table()
now works with "1" vs "0" indicator variables- Greatly improved vignettes
- Add {REDCapR} support
- Added
import_instruments()
function to import all instruments; currently uses theREDCapR
package as the API
- Fix bug in
make_choose_all_table()
with repeating instruments showing NA counts - Removes superseded
summarise_all()
function
- Removes superseded
mutate_if
andmutate_all
frommake_choose_all_table()
- Added
import_instruments()
function - Added
make_instrument_auto()
function - Adds checks on arguments
- Fix
rlang
bug inmake_choose_all_table()
; see #13
- Fix bug with "" character stings with make_instrument()
- Cleaned up vignettes, docs
- Cleaned up vignettes, docs
- Added
make_choose_all_table()
function
- Cleaned up vignettes
- Added
make_instrument()
function
- Added
make_choose_one_table()
function
- Fixed title capitalization.
- Added reference to REDCap website.
- Updated the release year in the license.
- Updated hyperlinks to vignettes and example instrument description.
- Added references to financial support in the ReadMe.
- Added check on number of arguments
- Added a
NEWS.md
file to track changes to the package.