Changelog
Source:NEWS.md
readSX 0.8.8
- Fixed bug where
read_surveyxact()would error if variables were manually deleted from the Dataset but still present in the Structure/Labels files. Now skips missing columns and warns. - Fixed typo in
write_data_for_sx()error message (overwrite = FALSE->TRUE). - Fixed malformed cli error message in
check_filepath(). - Removed unused rlang imports.
readSX 0.8.7
- Internal refactoring.
- Tests explicitly remove temp files.
- Updated roxygen2 to 7.3.2.
- Minor CRAN fixes for Mac M1.
readSX 0.8.4
CRAN release: 2023-03-25
- Added wrapper function write_data_for_sx() for easily importing respondent lists into SurveyXact.
readSX 0.8.3
CRAN release: 2022-08-23
- CRAN release version.
- Removed dependence on labelled-package.
- Added more tests: CSV in encodings utf16, ansi, and utf8, semicolon and comma-separated
- Fixed bugs where named character vector filepaths would not be processed.
- More checks and better error messages if files not found or strange formats.
- Refactored code into smaller internal functions.
- cli-based condition messages rather than rlang.
- Added test coverage and associated badges to readme