diff --git a/cran-comments.md b/cran-comments.md index 0c60f62..aeffde9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,19 +1,11 @@ -## Resubmission - -I accidentally shipped the entire revdep/ folder alongside the package. I have -added it to '.Rbuildignore' now. - ## Release Summary -This is a minor release of 'tibbletime'. It fixes a few small bugs regarding -the new version of 'tibble', and changes a test in preparation for -'dplyr' 0.8.0. - -I have also changed the maintainer email to reflect a job change. +This is a minor release of 'tibbletime'. It mainly updates the `tidyr::nest()` +and `tidyr::unnest()` methods for compatability with tidyr 1.0.0. ## Test environments -* local Mac install, R 3.5.1 -* ubuntu 14.04.5 (on travis-ci) (3.4.4, devel, release) +* local Mac install, R 3.6.0 +* ubuntu 14.04.5 (on travis-ci) (3.6.0, devel, release) * win-builder (devel and release) ## R CMD check results @@ -27,13 +19,6 @@ There were no ERRORs, WARNINGs or NOTEs. ## Revdep checks -The 3 reverse dependencies passed with no errors, and the warnings / notes -were unrelated to this update. - -|package |version |error |warning |note | -|:----------------------------------|:-------|:-----|:-------|:----| -|[anomalize](problems.md#anomalize) |0.1.1 | | |1 | -|[tidyquant](problems.md#tidyquant) |0.5.5 | |1 | | -|tsbox |0.0.3 | | | | - +The 4 revdeps have been checked, and nothing has been broken by this release. +This should free up anomalize to be fixed as well (tidyr 1.0.0 broke it).