NEWS

janitor 0.3.1 (Release date: 2018-01-04)

Release summary

This is a bug-fix release with no new functionality or changes. It fixes a bug where adorn_crosstab() failed if the tibble package was version > 1.4.

Major changes to janitor are currently in development on GitHub and will be released soon. This is not that next big release.

janitor 0.3.0 (Release date: 2017-05-06)

Release summary

The primary purpose of this release is to maintain accuracy given the changes to the dplyr package, upon which janitor is built, in dplyr version 0.6.0. This update also contains a number of minor improvements.

Critical: if you update the package dplyr to version 0.6.0, you must update janitor to version 0.3.0 to ensure accurate results from janitor’s tabyl() function. This is due to a change in the behavior of dplyr’s _join functions (discussed in #111).

janitor 0.3.0 is compatible with this new version of dplyr as well as old versions of dplyr back to 0.5.0. That is, updating janitor to 0.3.0 does not necessitate an update to dplyr 0.6.0.

Breaking changes

Features

Major

Deprecated the following functions: * use_first_valid_of() - use dplyr::coalesce() instead * convert_to_NA() - use dplyr::na_if() instead * add_totals_row() and add_totals_col() - replaced by the single function adorn_totals()

Minor

Bug fixes

janitor 0.2.1 (Release date: 2016-10-30)

Bug fixes

janitor 0.2.0 (Release date: 2016-10-03)

Features

Major

Submitted to CRAN!

Minor

Bug fixes

Package management

janitor 0.1.2

Features

Major

Minor

Package management

janitor 0.1 (Release date: 2016-04-17)