Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emilhvitfeldt/extrasteps
- Owner: EmilHvitfeldt
- License: other
- Created: 2020-02-17T05:52:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T17:18:42.000Z (3 months ago)
- Last Synced: 2024-10-04T19:49:02.437Z (3 months ago)
- Language: R
- Homepage: https://emilhvitfeldt.github.io/extrasteps/
- Size: 5.09 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 59
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.