release: prep v3.4.0 for CRAN#134
Merged
Merged
Conversation
Release gate passed on merged main (incl. #132 docs + #133 factor-partial fix): R CMD check --as-cran WITH manual = Status OK (0/0/0), tarball 4.2 MB, total check 3m19s (vignette rebuild 36s), urlchecker 17/17, 0 revdeps. * cran-comments.md: rewrite for v3.4.0 (was stale at v3.2.0) -- interpretable varPro partial scales, unsupervised wrappers, the gg_partial_rfsrc factor fix; test envs and UBSAN NOTE disposition refreshed. * DESCRIPTION: Date -> 2026-07-01. * README.md docs sweep: add a pointer to the new uvarpro vignette (the unsupervised trio was undiscoverable from the README); refresh the stale "Recent changes" highlights (were stuck at v2.5/v2.6) to the v3.x line. Version stays 3.4.0 (DESCRIPTION == NEWS; carries the 3.3.0+3.4.0 delta). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #134 +/- ##
=======================================
Coverage 88.08% 88.08%
=======================================
Files 48 48
Lines 4363 4363
=======================================
Hits 3843 3843
Misses 520 520 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Prepares the ggRandomForests v3.4.0 submission for CRAN by refreshing release documentation and metadata, ensuring users can discover the new unsupervised varPro vignette and that CRAN submission notes reflect the current release content.
Changes:
- Updated
README.mdto link to the newuvarprovignette and refreshed the “Recent changes” highlights to the v3.x series. - Updated
DESCRIPTIONpackageDateto 2026-07-01. - Rewrote
cran-comments.mdfor the v3.4.0 submission, including new/fixed feature summaries and updated test environment / NOTE disposition text.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds a discoverability pointer to the uvarpro vignette and updates the highlighted changelog bullets to v3.x. |
| DESCRIPTION | Updates the CRAN-facing release date to match the submission timeframe. |
| cran-comments.md | Refreshes CRAN submission comments to accurately describe v3.4.0 scope and check environments. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
v3.4.0 CRAN release prep
Release-gate prep on top of merged
main(includes #132 docs and #133 factor-partial fix). Version stays 3.4.0 (DESCRIPTION == NEWS; carries the 3.3.0 + 3.4.0 delta since CRAN 3.2.0).Release gate — PASS ✅
R CMD check --as-cranwith manualurlchecker::url_check()\dontrun,\valueon all exports, ≤2 cores, no forbidden writes, no raw Unicode in Rd, Title Case, quoted names +<doi:>3.4.0The new live-fit
uvarpro.qmdwas the check-time watch-item — vignette rebuild stayed at 36s total, so no precompute needed. UBSAN is clean by verified mechanism (uvarpro()is synthetic-supervised; onlyisopro(method="unsupv")tripsentry.c:184, still skipped).Changes in this PR
cran-comments.md— rewritten for 3.4.0 (was stale at v3.2.0): interpretable varPro partial scales, unsupervised wrappers, thegg_partial_rfsrcfactor fix; test envs + UBSAN NOTE disposition refreshed.DESCRIPTION—Date→ 2026-07-01.README.md(docs sweep) — added a pointer to the newuvarprovignette (the unsupervised trio was undiscoverable from the README); refreshed the stale "Recent changes" (was stuck at v2.5/v2.6) to the v3.x line.Docs sweep — consistent
Structural docs verified via the clean check (roxygen/man/
\linkresolve, pkgdown reference covers every export, NEWS covers new/changed exports, vignette\VignetteIndexEntrytitles unique). Only the two README staleness items above needed fixing. The function-reference table intentionally delegates the varPro family to the vignette (left as-is).Before submitting (yours to run)
devtools::submit_cran()(includes cran-comments.md verbatim)v3.4.0, GitHub Release🤖 Generated with Claude Code