extrasteps

R-CMD-check

The goal of extrasteps is to provide additional steps for recipes. These steps are located in this package because they don’t fit well in recipes or any of the extension packages.

[!IMPORTANT]
These steps work, but they are not tested as rigorously as the steps in tidymodels packages. Hence why they are in this package. Also note that steps can graduate from {extrasteps} to {recipes}, if they prove their worth.

Installation

You can install the released version of extrasteps from CRAN with:

install.packages("extrasteps")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("EmilHvitfeldt/extrasteps")

Code of Conduct

Please note that the extrasteps project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.