Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse_time() does not handle NA as I would expect. Very simple to reproduce:
parse_time('NA') Error: Invalid token parse_integer('NA') [1] NA
Looks like there might be a missing break statement here: https://github.com/hadley/readr/blob/master/src/Collector.cpp:355
The text was updated successfully, but these errors were encountered:
3aab375
Successfully merging a pull request may close this issue.
parse_time() does not handle NA as I would expect. Very simple to reproduce:
Looks like there might be a missing break statement here:
https://github.com/hadley/readr/blob/master/src/Collector.cpp:355
The text was updated successfully, but these errors were encountered: