Releases: ropensci/skimr
Releases · ropensci/skimr
skimr 2.1.5
v2.1.4
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 thewidth
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 thepartition()
function) also
inherits from alist
v2.1.3
MINOR IMPROVEMENTS
- Add support for data tables when dtplyr is used.
- Improve tests.
V2.1.2
Skimr v2 Release
Merge pull request #530 from ropensci/develop Update NEWS.md
V2RC1.4: Restore logo
Add back logo
V2RC1.3: Develop to Master
Develop to Master
V2RC1.2: Merge pull request #517 from ropensci/develop
Develop to master
v2-RC-1.1: Develop to master
Develop to master
Release candidate for skimr v2
This previews a major release that breaks backward compatibility.