Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcol/caught-by-the-fuzz


https://github.com/mcol/caught-by-the-fuzz

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Caught by the Fuzz

A very simple mechanism to fuzz test the exported functions of an R package.

## Usage

```R
funs <- get_exported_functions("Luminescence")
fuzz(funs, TRUE)
```