diff --git a/DESCRIPTION b/DESCRIPTION index a2a5874..f9ae2d6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Title: Build 'data.table' Expressions with Data Manipulation Verbs Description: A specialization of 'dplyr' data manipulation verbs that parse and build expressions which are ultimately evaluated by 'data.table', letting it handle all optimizations. A set of additional verbs is also provided to facilitate some common operations on a subset of the data. -Version: 0.3.2.9000 +Version: 0.3.3 Depends: R (>= 3.1.0) Imports: @@ -22,7 +22,7 @@ Suggests: rex, rmarkdown, testthat -Date: 2021-12-04 +Date: 2021-12-07 Authors@R: c( person("Alexis", "Sarda-Espinosa", role=c("cre", "aut"), email="alexis.sarda@gmail.com") ) diff --git a/NEWS.md b/NEWS.md index cc8aad1..6b5f31e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,9 @@ +# table.express 0.3.3 + +- More test adjustments to fix problems on CRAN for real. + # table.express 0.3.2 + - Adjusted tests to avoid problems on CRAN. # table.express 0.3.1 diff --git a/cran-comments.md b/cran-comments.md index 4c2683e..7740ba9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,9 @@ -## Update to version 0.3.2 +## Update to version 0.3.3 + +I have reproduced the rcnst issue locally and fixed the problematic tests. +I also looked through the main package's code to see if the problem could arise there as well, +but didn't find any issues. ## Test environments * Local GNU/Linux, R release