Refresh revdep results and cran-comments for chk 0.11.0 - #304
Merged
Conversation
Re-ran revdepcheck from the v0.11.0 tag: 5 new problems (mcmcr, nlist, readwritesqlite, sims, term), down from 7, now that rtide 0.0.12 and tidyplus 0.2.1 are on CRAN with their test expectations updated. Patches are merged on the development repositories of all 5 remaining packages. readwritesqlite is no longer on CRAN (archived 2025-01-17 at the maintainer's request), though crandb still lists it as a reverse dependency so revdepcheck checks its archived tarball; cran-comments notes this. R CMD check --as-cran on the v0.11.0 tree: 0 errors, 0 warnings, 0 notes (the only local note is an outdated system HTML Tidy). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-ran
revdepcheckfrom thev0.11.0tag ahead of the CRAN submission, since the July results had gone stale.Results
39 OK, 5 broken, 0 failed to check (was 7 broken).
Newly passing: rtide 0.0.12 (CRAN 2026-07-25) and tidyplus 0.2.1 (CRAN 2026-07-18), both released with updated test expectations.
readwritesqliteis no longer on CRAN, but crandb still lists it as a reverse dependency, sorevdepcheckchecks the archived tarball and the totals still read 44 (38 from CRAN + 6 Bioconductor). The generated numbers are left as produced andcran-comments.mdexplains the archival rather than hand-adjusting the counts.rpdoandssddataeach report 1 error under both chk 0.10.0 and 0.11.0, so they are pre-existing and unrelated to this release.Checks
R CMD check --as-cranon a tarball built fromv0.11.0: 0 errors, 0 warnings, 0 notes (R 4.6.1, macOS aarch64). The only note seen locally is the outdated system HTML Tidy, which is environmental. Windows and Linux checks are still to run.🤖 Generated with Claude Code