Skip to content

visdat 0.5.2 (2018/12/06) "Youth, The Midnight, Kids"

Compare
Choose a tag to compare
@njtierney njtierney released this 12 Dec 05:37
· 155 commits to master since this release

Minor Change

  • Internal error message has been improved by Nic in #102

Bug Fix

  • Jim Hester fixed recent changes in readr 1.2.0 in PR #103, which 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.