From fbe369bd97c63ea98a934718b2ac1d638bfaec37 Mon Sep 17 00:00:00 2001 From: John Ehrlinger Date: Sat, 13 Jun 2026 14:31:35 -0400 Subject: [PATCH] docs(vignette): fix placeholder VignetteIndexEntry 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 --- vignettes/ggRandomForests.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/ggRandomForests.qmd b/vignettes/ggRandomForests.qmd index cfac0415..b51121c9 100644 --- a/vignettes/ggRandomForests.qmd +++ b/vignettes/ggRandomForests.qmd @@ -12,7 +12,7 @@ editor: markdown: wrap: 80 vignette: > - %\VignetteIndexEntry{Vignette's Title} + %\VignetteIndexEntry{Exploring Random Forests with ggRandomForests} %\VignetteEngine{quarto::html} %\VignetteEncoding{UTF-8} ---