checkr icon indicating copy to clipboard operation
checkr copied to clipboard

Automatic verification and testing of R functions

Results 10 checkr issues
Sort by recently updated
recently updated
newest added

Added @importFrom utils head and namespace to call of head(); that is… utils::head()

See failing build in https://github.com/peterhurford/checkr/pull/35

bug

- 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)`...

bug

``` 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) : '...'...

bug

Checkr cannot pass through `...` correctly. See https://github.com/peterhurford/s3memoize/pull/3 for details.

bug

https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/README.md

enhancement

For https://github.com/peterhurford/checkr/issues/21