You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add model printing helper
* delete redundant model print methods
note that the only changes needed to pass existing tests is 4 snapshot updates, where `"Model "` is added preceding `"Specification"` in the header.
* delete old model spec printing tests
* add new model spec printing tests
* add `NEWS` entry
* move print helpers and methods to new `R/print.R` file
* re`document()`
* add null model description
* test fixes re: upstream merge
Co-authored-by: Max Kuhn <mxkuhn@gmail.com>
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@
23
23
24
24
* Model type functions will now message informatively if a needed parsnip extension package is not loaded (#731).
25
25
26
+
* Refactored internals of model specification printing functions. These changes are non-breaking for extension packages, but the new `print_model_spec()` helper is exported for use in extensions if desired (#739).
0 commit comments