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
- Host: GitHub
- URL: https://github.com/program--/modeltargets
- Owner: program--
- License: other
- Created: 2021-05-02T07:04:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T18:47:20.000Z (over 4 years ago)
- Last Synced: 2025-02-05T00:27:45.654Z (12 months ago)
- Language: R
- Homepage: https://modeltargets.justinsingh.me/
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=modeltargets)
[](https://codecov.io/gh/program--/modeltargets?branch=master)
[](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")
```