hardhat 0.1.6
-
Added a new family of
extract_*()S3 generics for extracting important
components from various tidymodels objects. S3 methods will be defined in
other tidymodels packages. For example, tune will register an
extract_workflow()method to easily extract the workflow embedded within the
result oftune::last_fit(). -
A logical
indicatorsargument is no longer allowed in
default_formula_blueprint(). This was soft-deprecated in hardhat 0.1.4,
but will now result in an error (#144).