Releases: capitalone/dataCompareR
Releases · capitalone/dataCompareR
v0.1.3
Mainly bug fixes and test changes, including some to address CRAN check issues:
- Allows single-column data frames to be compared, rather than erroring
- No longer produces deprecated code warnings when running tests
- Removed unnecessary console output during tests
- Changed an if condition to meet guidelines around not using && operator with logical vectors
- Fixed issue with Travis CI tests not passing
- Added pkgdown documentation
0.1.2 release
Will be submitted to CRAN as soon as they're back from vacation!
CRAN v0.1.1
dataCompareR_0.1.1.tar.gz
Minor bug fixes, mainly around deprecation of mutate_each
in dplyr
, to be replaced with mutate_all
First CRAN release
Minor fixes were needed in the DESCRIPTION file.