Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 3 additions & 5 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand All @@ -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 |

8 changes: 1 addition & 7 deletions revdep/cran.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 ...

77 changes: 0 additions & 77 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,40 +97,6 @@ Run `revdepcheck::revdep_details(, "readwritesqlite")` for more info
Execution halted
```

# rtide (0.0.11)

* GitHub: <https://github.com/millerlp/rtide>
* Email: <mailto:contact@lukemiller.org>
* GitHub mirror: <https://github.com/cran/rtide>

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: <https://github.com/poissonconsulting/sims>
Expand Down Expand Up @@ -197,46 +163,3 @@ Run `revdepcheck::revdep_details(, "term")` for more info
Execution halted
```

# tidyplus (0.2.0)

* GitHub: <https://github.com/poissonconsulting/tidyplus>
* Email: <mailto:ayla@poissonconsulting.ca>
* GitHub mirror: <https://github.com/cran/tidyplus>

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’
```

Loading