Skip to content

Releases: ropensci/skimr

skimr 2.1.5

23 Dec 15:48
d5126aa
Compare
Choose a tag to compare

Updated to work with newer version of {purrr}.

v2.1.4

09 May 17:43
2a23e90
Compare
Choose a tag to compare

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

16 Mar 17:38
45627a0
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

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

V2.1.2

06 Jul 15:03
db89820
Compare
Choose a tag to compare

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

Skimr v2 Release

13 Nov 01:22
c7514b9
Compare
Choose a tag to compare
Merge pull request #530 from ropensci/develop

Update NEWS.md

V2RC1.4: Restore logo

10 Nov 04:30
203a76c
Compare
Choose a tag to compare
V2RC1.4: Restore logo Pre-release
Pre-release
Add back logo

V2RC1.3: Develop to Master

10 Nov 03:05
896100e
Compare
Choose a tag to compare
Pre-release
Develop to Master

V2RC1.2: Merge pull request #517 from ropensci/develop

07 Nov 03:02
379dd66
Compare
Choose a tag to compare
Develop to master

v2-RC-1.1: Develop to master

29 Oct 03:12
b4fbfd3
Compare
Choose a tag to compare
Develop to master

Release candidate for skimr v2

26 Oct 13:40
3419cd4
Compare
Choose a tag to compare
Pre-release

This previews a major release that breaks backward compatibility.