Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcol/caught-by-the-fuzz
https://github.com/mcol/caught-by-the-fuzz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcol/caught-by-the-fuzz
- Owner: mcol
- Created: 2024-11-10T14:03:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T16:20:11.000Z (about 2 months ago)
- Last Synced: 2024-11-10T17:26:18.143Z (about 2 months ago)
- Language: R
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A very simple mechanism to fuzz test the exported functions of an R package.
## Usage
```R
funs <- get_exported_functions("Luminescence")
fuzz(funs, TRUE)
```