Skip to content

skimr 1.0.1 (2018-01-09)

Compare
Choose a tag to compare
@elinw elinw released this 10 Jan 03:42
ee10b78

NEW FEATURES

  • Add support for spark plots on Windows

MAJOR CHANGES

  • spark_line() and spark_bar() are no longer exported
  • Default statistics for numeric changed from min(x) and max(x) to
    quantile(x, probs = 0) and quantile(x, probs = 1). These changes
    lead to more predictable behaviors when a column is all NA values.

MINOR IMPROVEMENTS

  • Add minimimum required version for stringr
  • Improve documentation in general, especially those related to fonts

BUG FIXES

  • Fix issue where a histogram for data with all NAs threw an error
  • Suppress progress bars from dplyr::do()