Skip to content

Commit 5ea923d

Browse files
committed
snapshot
1 parent a2de921 commit 5ea923d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/testthat/_snaps/misc.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,15 @@
243243
Error in `.get_prediction_column_names()`:
244244
! Prediction information could not be found for this `linear_reg()` with engine "lm" and mode "Depeche". Does a parsnip extension package need to be loaded?
245245

246+
# register local models
247+
248+
Code
249+
my_model() %>% translate("my_engine")
250+
Output
251+
my model Model Specification (regression)
252+
253+
Computational engine: my_engine
254+
255+
Model fit template:
256+
my_model_fun(formula = missing_arg(), data = missing_arg())
257+

0 commit comments

Comments
 (0)