Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilhvitfeldt/extrasteps

More Steps for the 'recipes' Package
https://github.com/emilhvitfeldt/extrasteps

Last synced: about 2 months ago
JSON representation

More Steps for the 'recipes' Package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# extrasteps

[![R-CMD-check](https://github.com/EmilHvitfeldt/extrasteps/workflows/R-CMD-check/badge.svg)](https://github.com/EmilHvitfeldt/extrasteps/actions)

The goal of extrasteps is to provide additional steps for [recipes](https://github.com/tidymodels/recipes). These steps are located in this package because they don't fit well in [recipes](https://recipes.tidymodels.org/) or [any of the](https://textrecipes.tidymodels.org/) [extension](https://embed.tidymodels.org/) [packages](https://themis.tidymodels.org/).

> [!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](https://CRAN.R-project.org) with:

``` r
install.packages("extrasteps")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# 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](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.