checkr
checkr copied to clipboard
Automatic verification and testing of R functions
Added @importFrom utils head and namespace to call of head(); that is… utils::head()
- Add a validations `%is%` case to detect whole vs. fractional numbers for easier validations. - Add decimal numbers to the generator, separate for positive and negative, perhaps using `abs(rnorm)`...
``` R > colon_split_to_list packageVersion("checkr") [1] ‘0.0.4.9005’ > colon_split_to_list("arg: value") $arg [1] "value" > lapply(list("arg 1: val 1", "arg 2: val 2"), colon_split_to_list) Error in eval(expr, envir, enclos) : '...'...
Checkr cannot pass through `...` correctly. See https://github.com/peterhurford/s3memoize/pull/3 for details.
https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/README.md
For https://github.com/peterhurford/checkr/issues/21