NEWS
csvread 1.2.3
- Compiling with -DNO_REMAP for R 4.5.0 and later
csvread 1.2.2 (2023-12-11)
- Fixed a compiler warning to comply with the R 4.4.0 version
csvread 1.2.1 (2018-12-05)
- Fixed NOTES to comply with the latest R version
csvread 1.2 (2015-03-08)
- Added examples in documentation handling NAs and map.coltypes.
- Added a na.strings argument to csvread() with default = c("NA", "na", "NULL", "null", "")
Note that empty string always becomes NA for non-strings.
- Fixed a bug in treating NAs (reset errno)
- Fix to include limits.h where needed
- Updated maintainer and copyright
csvread 1.1 (2014-11-11)
- Added int64.rep()
- Switched to using INT_FAST64_MIN from LLONG_MIN
- Reduced the required R version to 2.15
csvread 1.0 (2014-06-25)