Skip to content

Commit 5372d00

Browse files
committed
chore: open v2.7.3.9009 + NEWS for varPro pedagogical doc audit
1 parent 0959f67 commit 5372d00

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ggRandomForests
22
Type: Package
33
Title: Visually Exploring Random Forests
4-
Version: 2.7.3.9007
4+
Version: 2.7.3.9009
55
Date: 2026-05-21
66
Authors@R: person("John", "Ehrlinger",
77
role = c("aut", "cre"),

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
Package: ggRandomForests
2-
Version: 2.7.3.9007
2+
Version: 2.7.3.9009
33

44
ggRandomForests v2.8.0 (development) — continued
55
=================================================
6+
* Documentation: pedagogical pass over the varPro wrappers
7+
(`gg_partial_varpro`, `gg_varpro`, `gg_udependent` and their `plot.*`
8+
methods). Each help page now has explicit "What X is doing", "What's
9+
in the output", and "What you use this for" sections so a reader new
10+
to varPro can learn the underlying method (release rules, beta-entropy
11+
dependency, parametric / nonparametric / causal partial estimators)
12+
from the help page alone, not just the wrapper mechanics. No API or
13+
behavioural change.
614
* `plot.gg_variable()`: fix render error on the default multi-class
715
classification plot. The default-xvar selection was treating `yvar` (the
816
observed-class column) and `outcome` (the multi-class pivot facet) as

0 commit comments

Comments
 (0)