tests/testthat/_snaps/num-huber_loss_pseudo.md

na_rm argument check

Code
  huber_loss_pseudo_vec(1, 1, na_rm = "yes")
Condition
  Error in `huber_loss_pseudo_vec()`:
  ! `na_rm` must be `TRUE` or `FALSE`, not the string "yes".

bad argument check

Code
  huber_loss_pseudo_vec(1, 1, delta = "yes")
Condition
  Error in `huber_loss_pseudo_vec()`:
  ! `delta` must be a number, not the string "yes".


Try the yardstick package in your browser

Any scripts or data that you put into this service are public.

yardstick documentation built on April 8, 2026, 1:06 a.m.