Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix behavior with readr 1.2.0 #103
Conversation
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`.
|
Thanks for this, Jim! :) |
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!