fuzzr icon indicating copy to clipboard operation
fuzzr copied to clipboard

Fuzz-Test R Functions

Results 2 fuzzr issues
Sort by recently updated
recently updated
newest added

Great package, really happy to see someone implementing this for R. Would you be interested in adding list arguments to the set of tests? I understand this can get out...

* `fuzz_function_call()` no longer requires the function call to be surrounded by `quote()`. * the `quoted_call` argument was renamed to `function_call`. Both quoted and unquoted calls are handled properly.