ropensci / skimr

A frictionless, pipeable approach to dealing with summary statistics
https://docs.ropensci.org/skimr
1.11k stars 79 forks source link

Prepare develop branch for release #564

Closed michaelquinn32 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #564 into develop will decrease coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #564      +/-   ##
===========================================
- Coverage    96.08%   95.92%   -0.17%     
===========================================
  Files           13       13              
  Lines          562      564       +2     
===========================================
+ Hits           540      541       +1     
- Misses          22       23       +1
Impacted Files Coverage Δ
R/reshape.R 100% <ø> (ø) :arrow_up:
R/get_skimmers.R 100% <ø> (ø) :arrow_up:
R/skim_with.R 100% <ø> (ø) :arrow_up:
R/skim_print.R 96.72% <100%> (-1.59%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6cea842...5d4b18d. Read the comment docs.

elinw commented 4 years ago

I think the news should include adding a way to use to_long() for a skim_df object.

Also need to bump the version number, I would say to 2.1.0.

michaelquinn32 commented 4 years ago

Thanks!