Created
December 9, 2015 21:23
-
-
Save ClintWeathers/13a0987ae955badaac5c to your computer and use it in GitHub Desktop.
readr crash during read_csv()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> may_2015 <- | |
+ read_csv( | |
+ "Z:/data_CSVs/thingsandstuff_files/may2015.csv" | |
+ ) | |
Assertion failed! | |
Program: C:\Users\ahm0\Documents\RStudio\bin\rsession.exe | |
File: d:/RCompile/CRANpkg/lib/3.2/BH/include/boost/spirit/home/support/detail/pow10.hpp, Line 87 | |
Expression: dim < sizeof(exponents)/sizeof(double) | |
This application has requested the Runtime to terminate it in an unusual way. | |
Please contact the application's support team for more information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment