https://github.com/jasenfinch/jftargets
A collection of utility functions for use with targets pipelines
https://github.com/jasenfinch/jftargets
Last synced: about 2 months ago
JSON representation
A collection of utility functions for use with targets pipelines
- Host: GitHub
- URL: https://github.com/jasenfinch/jftargets
- Owner: jasenfinch
- License: gpl-3.0
- Created: 2024-02-20T11:55:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T11:32:12.000Z (about 1 year ago)
- Last Synced: 2025-02-10T13:43:40.300Z (3 months ago)
- Language: R
- Homepage: https://jasenfinch.github.io/jftargets/
- Size: 3.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jftargets
> **A Collection Of Utility Functions For Use With Targets Pipelines**
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/jasenfinch/jftargets/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/jasenfinch/jftargets?branch=main)
[](https://GitHub.com/jasenfinch/jftargets/releases/)## Installation
You can install the development version of jftargets from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("jasenfinch/jftargets")
```