ropensci / visdat

Preliminary Exploratory Visualisation of Data
https://docs.ropensci.org/visdat/
Other
450 stars 47 forks source link

Fix behavior with readr 1.2.0 #103

Closed jimhester closed 5 years ago

jimhester commented 5 years ago

readr 1.2.0 changes the default behavior of the guess_parser, to not guess integer types by default. To opt-into the current behavior you need to pass guess_integer = TRUE.

I plan to submit readr soon, so you will need to release visdat with this change to fix a test failure on CRAN.

Sorry for the breakage!

njtierney commented 5 years ago

Thanks for this, Jim! :)