Skip to content

Releases: sfirke/janitor

v0.2.1

31 Oct 12:13

Choose a tag to compare

Published as a result of CRAN maintainers noticing two failing tests on one specific version of R (3.2.5 for Windows). While publishing that fix, I also addressed some small bugs in the package, described below.

Bug fixes

  • tabyl() and crosstab() now appear in the package manual (#65)
  • Fixed minor bug per CRAN request - tabyl() and crosstab() failed to retain ill-formatted variable names only when using R 3.2.5 for Windows (#76)
  • add_totals_row() works on two-column data.frame (#69)
  • use_first_valid_of() returns POSIXct-class result when given POSIXct inputs, and handles bad list inputs (specifically POSIXlt) (#71)

v0.2.0

04 Oct 10:14

Choose a tag to compare

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

Features

Major

Submitted to CRAN!

Minor

  • The count in tabyl() for factor levels that aren't present is now 0 instead of NA (#48)

Bug fixes

  • Can call tabyl() on the result of a tabyl(), e.g., mtcars %>% tabyl(mpg) %>% tabyl(n) (#54)
  • get_dupes() now works on variables with spaces in column names (#62)

Package management

  • Reached 100% unit test code coverage

janitor 0.1.0

18 Apr 13:17

Choose a tag to compare

Initial package launch with four functions:

  • clean_names()
  • excel_numeric_to_date()
  • remove_empty_rows()
  • remove_empty_cols()