Skip to content

Commit ed86b96

Browse files
committed
document transition to cli in NEWS (#1081)
1 parent f185dce commit ed86b96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# parsnip (development version)
22

3+
* Transitioned package errors and warnings to use cli (#1147 and #1148 by
4+
@shum461, #1153 by @RobLBaker and @wright13, #1154 by @JamesHWade, #1160,
5+
#1161).
36

47
* `fit_xy()` currently raises an error for `gen_additive_mod()` model specifications as the default engine (`"mgcv"`) specifies smoothing terms in model formulas. However, some engines specify smooths via additional arguments, in which case the restriction on `fit_xy()` is excessive. parsnip will now only raise an error when fitting a `gen_additive_mod()` with `fit_xy()` when using the `"mgcv"` engine (#775).
58

0 commit comments

Comments
 (0)