Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wlandau/downsize

Toggle the test and production versions of your workflow with the flip of a global option.
https://github.com/wlandau/downsize

Last synced: 16 days ago
JSON representation

Toggle the test and production versions of your workflow with the flip of a global option.

Awesome Lists containing this project

README

        

\1;95;0c# downsize

With the `downsize` R package, you can toggle the test and production versions of your workflow with the flip of a `TRUE/FALSE` global option. This is helpful when your workflow takes a long time to run, you want to test it quickly, and unit testing is too reductionist to cover everything.

# Installation

Latest release:

```r
install.packages("downsize")
```

Development version:

```r
install_github("wlandau/downsize")
```

# Documentation

See the for a function reference and package vignette.