Skip to content

Instantly share code, notes, and snippets.

@ClintWeathers
Created December 9, 2015 21:23
Show Gist options
  • Save ClintWeathers/13a0987ae955badaac5c to your computer and use it in GitHub Desktop.
Save ClintWeathers/13a0987ae955badaac5c to your computer and use it in GitHub Desktop.
readr crash during read_csv()
> 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