Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wlandau/downsize
- Owner: wlandau
- Created: 2016-06-18T00:58:20.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T18:16:32.000Z (over 1 year ago)
- Last Synced: 2024-09-26T00:24:42.601Z (about 2 months ago)
- Language: R
- Homepage: https://wlandau.github.io/downsize/
- Size: 183 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.