tests/testthat/_snaps/sparsevctrs.md

recipe() errors if sparse matrix has no colnames

Code
  recipe(~., data = hotel_data)
Condition
  Error in `recipe()`:
  ! `x` must have column names.
Code
  recipe(hotel_data)
Condition
  Error in `recipe()`:
  ! `x` must have column names.


topepo/recipes documentation built on April 13, 2025, 2:34 p.m.