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

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

Awesome Lists containing this project

README

        

# jftargets

> **A Collection Of Utility Functions For Use With Targets Pipelines**

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/jasenfinch/jftargets/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jasenfinch/jftargets/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/jasenfinch/jftargets/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jasenfinch/jftargets?branch=main)
[![GitHub release](https://img.shields.io/github/release/jasenfinch/jftargets.svg)](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")
```