ropensci / skimr

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

Change test of mutate removing skim variables. #638

Closed elinw closed 3 years ago

elinw commented 3 years ago

This fixes the CRAN failures for develop and patched by changing the nature of the test. The test is basically that if the skim variables are removed from a skim object it should print like a regular tibble rather than with the skim print. Therefore I tried to come up with a way that would work on all the different platforms and line lengths etc rather than comparing to the print file. The point isn't what the details of print look like, just that it is printing like a tibble. @michaelquinn32

elinw commented 3 years ago

If this looks reasonable to you, I think we should remove the now unneeded test file and then go ahead and release a new version.