tests/testthat/_snaps/utils.md

misc. utilities work

Code
  check_inherits("howdy", "numeric")
Condition
  Error:
  ! Element "howdy" needs to inherit from `numeric`, but its class is `character`.
Code
  res <- check_empty_ellipses(yall)
Condition
  Warning:
  The `...` are not used in this function but an argument `yall` was passed.
Code
  res <- check_empty_ellipses(hey = yall, what = "is", going)
Condition
  Warning:
  The `...` are not used in this function but arguments `hey`, `what`, and `going` were passed.


tidymodels/stacks documentation built on Oct. 24, 2024, 10:36 a.m.