docs(vignette): fix placeholder VignetteIndexEntry#124
Closed
ehrlinger wants to merge 1 commit into
Closed
Conversation
The intro vignette's \VignetteIndexEntry was still the template default
('Vignette's Title'), so CRAN's vignette list showed that instead of the real
title. Set it to match the document title, 'Exploring Random Forests with
ggRandomForests'. The other three vignettes already have correct index entries.
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 #124 +/- ##
=======================================
Coverage 87.04% 87.04%
=======================================
Files 44 44
Lines 3938 3938
=======================================
Hits 3428 3428
Misses 510 510 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR fixes the Quarto vignette metadata for the package’s introductory vignette so CRAN’s vignette index displays the correct title instead of the template placeholder.
Changes:
- Update
\VignetteIndexEntry{...}invignettes/ggRandomForests.qmdto match the document title (“Exploring Random Forests with ggRandomForests”).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ehrlinger
added a commit
that referenced
this pull request
Jun 13, 2026
The originally-planned 3.1.2 content (fix #118 + the gg_beta_uvarpro/ gg_sdependent unsupervised varPro wrappers) lost its version number to the gcc-UBSAN re-fix that shipped as 3.1.2. Re-cut here as 3.1.3. - Merge main (v3.1.2): DESCRIPTION/NEWS reconciled to 3.1.3; #121's notes re-homed under a v3.1.3 heading above main's v3.1.2 (UBSAN) section. - Fix the failing pkgdown build: add the 4 new exported topics (gg_beta_uvarpro, gg_sdependent, + plot.* ) to _pkgdown.yml's reference index (they were documented exports missing from the index). - Fold in the vignette \VignetteIndexEntry fix (was the template placeholder 'Vignette's Title') so 3.1.3 ships it; supersedes PR #124. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
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.
The intro vignette (
vignettes/ggRandomForests.qmd) shipped with the template-default\VignetteIndexEntry{Vignette's Title}, so CRAN's vignette list shows "Vignette's Title" instead of the real one. Its documenttitle:was always correct — only the index entry was stale.Fixed to
\VignetteIndexEntry{Exploring Random Forests with ggRandomForests}(matches the document title). Verified the other three vignettes already have correct index entries; no other template placeholders remain.Doc-only; rides in the next release (3.1.3).
🤖 Generated with Claude Code