Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Imports:
ggplot2,
globals,
glue,
hardhat (>= 1.4.0.9002),
hardhat (>= 1.4.0.9003),
lifecycle,
magrittr,
pillar,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ importFrom(generics,tune_args)
importFrom(generics,varying_args)
importFrom(ggplot2,autoplot)
importFrom(glue,glue_collapse)
importFrom(hardhat,contr_one_hot)
importFrom(hardhat,extract_fit_engine)
importFrom(hardhat,extract_fit_time)
importFrom(hardhat,extract_parameter_dials)
Expand Down
52 changes: 0 additions & 52 deletions R/contr_one_hot.R

This file was deleted.

4 changes: 4 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ generics::augment
#' @export
generics::required_pkgs

#' @importFrom hardhat contr_one_hot
#' @export
hardhat::contr_one_hot

#' @importFrom hardhat extract_spec_parsnip
#' @export
hardhat::extract_spec_parsnip
Expand Down
93 changes: 0 additions & 93 deletions man/contr_one_hot.Rd

This file was deleted.

3 changes: 2 additions & 1 deletion man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 0 additions & 47 deletions man/rmd/one-hot.Rmd

This file was deleted.

78 changes: 0 additions & 78 deletions man/rmd/one-hot.md

This file was deleted.

48 changes: 0 additions & 48 deletions tests/testthat/_snaps/contr_one_hot.md

This file was deleted.

19 changes: 0 additions & 19 deletions tests/testthat/test-contr_one_hot.R

This file was deleted.

Loading