GitHub - EmilHvitfeldt/extrasteps: More Steps for the 'recipes' Package (original) (raw)

extrasteps

R-CMD-check

The goal of extrasteps is to provide additional steps forrecipes. These steps are located in this package because they don’t fit well inrecipes 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 fromCRAN 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.