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

https://github.com/program--/modeltargets

R :package: for orchestrating tidymodels processes with targets pipelines
https://github.com/program--/modeltargets

Last synced: 10 months ago
JSON representation

R :package: for orchestrating tidymodels processes with targets pipelines

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%"
)
```

# modeltargets

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/modeltargets)](https://CRAN.R-project.org/package=modeltargets)
[![Codecov test coverage](https://codecov.io/gh/program--/modeltargets/branch/master/graph/badge.svg)](https://codecov.io/gh/program--/modeltargets?branch=master)
[![R-CMD-check](https://github.com/program--/modeltargets/workflows/R-CMD-check/badge.svg)](https://github.com/program--/modeltargets/actions)

[`tidymodels`](https://tidymodels.org) facilitation via [`targets`](https://github.com/ropensci/targets).

## Installation

You can install the developmental version of this package with:

``` r
# install.packages("remotes")
remotes::install_github("program--/modeltargets")
```