Skimr Versions Save

A frictionless, pipeable approach to dealing with summary statistics

v2.1.5

1 year ago

Updated to work with newer version of {purrr}.

v2.1.4

1 year ago

NEW FEATURES

  • skim() used within a function now prints the data frame name.

  • we have improved the interaction between focus() and the print methods.

    • columns selected in focus() are shown in the correct order
    • some edge cases relating to empty skim types have been improved
    • you can control the width rule line for the printed subtables with an option: skimr_table_header_width. The default is to use the console width, i.e. the value of the width option.
  • we have improved performance when handling large data with many columns.

MINOR IMPROVEMENTS

  • Replace the Suppporting Additional Objects vignette with Extending skimr. Remove sf from Suggests.
  • Default support for haven_labelled columns is now supported. These columns are summarized using skimmers for the underlying data, typically either numeric or character.

BUG FIXES

  • A skim_list (most commonly generated by the partition() function) also inherits from a list

v2.1.3

3 years ago

MINOR IMPROVEMENTS

  • Add support for data tables when dtplyr is used.
  • Improve tests.

v2.1.2

3 years ago

Mainly updating tests to match the new knitr release but also adding support for Timespan and updating a vignette.

2.0

4 years ago

V2RC1.4

4 years ago

V2RC1.3

4 years ago

V2RC1.2

4 years ago

v2-RC-1.1

4 years ago

v2-RC-1

4 years ago

This previews a major release that breaks backward compatibility.