tests/testthat/_snaps/pca-fit.md

pcs is provided

Code
  new_apd_pca(blueprint = hardhat::default_xy_blueprint())
Error <simpleError>
  argument "pcs" is missing, with no default

new_apd_pca fails when blueprint is numeric

Code
  new_apd_pca(pcs = 1, blueprint = 1)
Error <rlang_error>
  blueprint should be a blueprint, not a numeric.


tidymodels/applicable documentation built on March 18, 2023, 4:08 p.m.