diff --git a/NEWS.md b/NEWS.md index 9a0b21b7..eed07351 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ * Fixed the argument of `.full` in `*_gaps()` when inputs like `T`, `F` are valid. (#275) * Fixed validation of `index2` in `build_tsibble()` when a column name contains "index". (#284) -* No longer export `time()` methods (renamed to `time_ts()`) to contaminate `time()` in `stats::window()`. (#277) +* No longer export `time()` methods (renamed to `time_ts()`) to avoid contaminating `time()` in `stats::window()`. (#277) # tsibble 1.1.2 diff --git a/cran-comments.md b/cran-comments.md index a9c3c05d..b81aa7cc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -13,4 +13,7 @@ R CMD check succeeded ## revdepcheck results -This release is a resubmission and fixed an URL that gives 500 error; I didn't re-check revdeps. +We checked 27 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages diff --git a/revdep/README.md b/revdep/README.md index 5be609f5..e7bcc6d8 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,22 +1,26 @@ # Platform -|field |value | -|:--------|:----------------------------| -|version |R version 4.0.4 (2021-02-15) | -|os |macOS Big Sur 10.16 | -|system |x86_64, darwin17.0 | -|ui |RStudio | -|language |(EN) | -|collate |en_AU.UTF-8 | -|ctype |en_AU.UTF-8 | -|tz |Pacific/Auckland | -|date |2021-04-12 | +|field |value | +|:--------|:------------------------------------| +|version |R version 4.2.0 (2022-04-22) | +|os |macOS Monterey 12.6 | +|system |x86_64, darwin17.0 | +|ui |RStudio | +|language |(EN) | +|collate |en_AU.UTF-8 | +|ctype |en_AU.UTF-8 | +|tz |Australia/Sydney | +|date |2022-10-09 | +|rstudio |2021.09.0+351 Ghost Orchid (desktop) | +|pandoc |2.16.1 @ /usr/local/bin/pandoc | # Dependencies -|package |old |new |Δ | -|:-------|:-----|:-----|:--| -|tsibble |1.0.0 |1.0.1 |* | +|package |old |new |Δ | +|:-------|:-----|:------|:--| +|tsibble |1.1.2 |1.1.3 |* | +|dplyr |NA |1.0.10 |* | +|purrr |NA |0.3.5 |* | # Revdeps diff --git a/revdep/cran.md b/revdep/cran.md index 393d9d0c..c5ef9b10 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,15 +1,7 @@ ## revdepcheck results -We checked 22 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 27 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. - * We saw 1 new problems + * We saw 0 new problems * We failed to check 0 packages -Issues with CRAN packages are summarised below. - -### New problems -(This reports the first line of each new failure) - -* brolgar - checking tests ... -