tests/testthat/_snaps/standardize.md

standardize - matrix

Code
  standardize(mat_bad)
Condition
  Error in `standardize()`:
  ! All columns of `y` must have unique names.
Code
  standardize(mat_bad2)
Condition
  Error in `standardize()`:
  ! `y` must be a numeric matrix, not a character matrix.

standardize - array

Code
  standardize(bad)
Condition
  Error in `standardize()`:
  ! All columns of `y` must have unique names.
Code
  standardize(bad2)
Condition
  Error in `standardize()`:
  ! `y` must be a numeric matrix, not a character matrix.

standardize - data.frame

Code
  standardize(bad)
Condition
  Error in `standardize()`:
  ! All columns of `y` must have unique names.


tidymodels/hardhat documentation built on Sept. 26, 2024, 11:38 p.m.