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