diff --git a/cran-comments.md b/cran-comments.md index 84940546..9db67464 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -12,11 +12,12 @@ chk 0.11.0 We checked 44 reverse dependencies (38 from CRAN + 6 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. - * We saw 7 new problems + * We saw 5 new problems * We failed to check 0 packages -The 7 newly failing packages (mcmcr, nlist, readwritesqlite, rtide, sims, term, tidyplus) fail because their test suites test for the exact text of chk error messages, which this release improves. +The 5 newly failing packages (mcmcr, nlist, readwritesqlite, sims, term) fail because their test suites test for the exact text of chk error messages, which this release improves. There is no change to the chk API. -Patches that pass with both the current and new version of chk are already merged on the development repositories of all 7 packages except sims, where the patch is an open pull request. +One of the five, readwritesqlite, was archived on CRAN on 2025-01-17 at the maintainer's request; revdepcheck still checks its archived tarball. +Patches that pass with both the current and new version of chk are merged on the development repositories of all five packages. All maintainers have been notified by email. -We will submit patched versions of the packages we maintain once chk is on CRAN. +We will submit patched versions of the packages we maintain (mcmcr, nlist and term) once chk is on CRAN. diff --git a/revdep/README.md b/revdep/README.md index 68fe415f..ade8ec71 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -9,8 +9,8 @@ |language |(EN) | |collate |en_US.UTF-8 | |ctype |en_US.UTF-8 | -|tz |America/Vancouver | -|date |2026-07-17 | +|tz |Europe/London | +|date |2026-08-25 | |pandoc |3.9.0.2 @ /opt/homebrew/bin/pandoc | |quarto |1.7.32 @ /Users/joe/.local/bin/quarto | @@ -22,15 +22,13 @@ # Revdeps -## New problems (7) +## New problems (5) |package |version |error |warning |note | |:---------------|:-------|:------|:-------|:----| |[mcmcr](problems.md#mcmcr)|0.6.2 |__+1__ | | | |[nlist](problems.md#nlist)|0.4.0 |__+1__ | | | |[readwritesqlite](problems.md#readwritesqlite)|0.2.0 |__+1__ | | | -|[rtide](problems.md#rtide)|0.0.11 |__+1__ | | | |[sims](problems.md#sims)|0.0.4 |__+1__ | | | |[term](problems.md#term)|0.3.7 |__+1__ | | | -|[tidyplus](problems.md#tidyplus)|0.2.0 |__+1__ | |1 | diff --git a/revdep/cran.md b/revdep/cran.md index 5b6b30b3..62521d5a 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -2,7 +2,7 @@ We checked 44 reverse dependencies (38 from CRAN + 6 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. - * We saw 7 new problems + * We saw 5 new problems * We failed to check 0 packages Issues with CRAN packages are summarised below. @@ -19,15 +19,9 @@ Issues with CRAN packages are summarised below. * readwritesqlite checking tests ... -* rtide - checking tests ... - * sims checking tests ... * term checking tests ... -* tidyplus - checking tests ... - diff --git a/revdep/problems.md b/revdep/problems.md index de00aebd..a5230503 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -97,40 +97,6 @@ Run `revdepcheck::revdep_details(, "readwritesqlite")` for more info Execution halted ``` -# rtide (0.0.11) - -* GitHub: -* Email: -* GitHub mirror: - -Run `revdepcheck::revdep_details(, "rtide")` for more info - -## Newly broken - -* checking tests ... - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - ERROR - Running the tests in ‘tests/testthat.R’ failed. - Last 13 lines of output: - 3. │ └─testthat:::expect_condition_matching_(...) - 4. │ └─testthat:::quasi_capture(...) - 5. │ ├─testthat (local) .capture(...) - 6. │ │ └─base::withCallingHandlers(...) - 7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) - 8. └─rtide::tide_stations(1, rtide::harmonics) - 9. └─chk::chk_s3_class(stations, "character") - 10. └─chk::abort_chk(...) - 11. └─chk::err(..., n = n, tidy = tidy, class = "chk_error", call = call) - 12. └─rlang::abort(msg, class = class, !!!args[named], call = call) - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 36 ] - Error: - ! Test failures. - Execution halted - ``` - # sims (0.0.4) * GitHub: @@ -197,46 +163,3 @@ Run `revdepcheck::revdep_details(, "term")` for more info Execution halted ``` -# tidyplus (0.2.0) - -* GitHub: -* Email: -* GitHub mirror: - -Run `revdepcheck::revdep_details(, "tidyplus")` for more info - -## Newly broken - -* checking tests ... - ``` - Running ‘testthat.R’ - ERROR - Running the tests in ‘tests/testthat.R’ failed. - Last 13 lines of output: - 3. │ └─testthat:::quasi_capture(...) - 4. │ ├─testthat (local) .capture(...) - 5. │ │ └─base::withCallingHandlers(...) - 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) - 7. └─tidyplus::duplicates("a") - 8. └─chk::check_data(.data) - 9. └─chk::chk_data(x, x_name = x_name) - 10. └─chk::abort_chk(x_name, " must be a data.frame", x = x) - 11. └─chk::err(..., n = n, tidy = tidy, class = "chk_error", call = call) - 12. └─rlang::abort(msg, class = class, !!!args[named], call = call) - - [ FAIL 1 | WARN 0 | SKIP 4 | PASS 192 ] - Error: - ! Test failures. - Execution halted - ``` - -## In both - -* checking DESCRIPTION meta-information ... NOTE - ``` - Missing dependency on R >= 4.1.0 because package code uses the pipe - |> or function shorthand \(...) syntax added in R 4.1.0. - File(s) using such syntax: - ‘summarise2.Rd’ - ``` -