diff --git a/DESCRIPTION b/DESCRIPTION index b13fc4d7..56fbbfc7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: readr -Version: 0.2.1.9000 +Version: 0.2.2 Title: Read Tabular Data Description: Read flat/tabular text files from disk (or a connection). Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 8647c4a8..8ebc28b4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# readr 0.2.1.9000 +# readr 0.2.2 * Fix bug when checking empty values for missingness (caused valgrind issue and random crashes). diff --git a/cran-comments.md b/cran-comments.md index 7f6e8d09..a403be7f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ # Release summary -This version fixes the outstanding solaris problems. Unfortunately my access to solaris is limited but now R CMD check passes without problems on R 3.1.1 on both sparc-sun-solaris2.10 (32-bit) and i386-pc-solaris2.11 (32-bit) (R and gcc installed from https://www.opencsw.org/packages/CSWr-base/). +This version should fix the UBSAN problems (and hopefully the crash on OSX which I couldn't replicate locally). Sorry for the multiple releases :( ## Test environments * local OS X install, R 3.2.2