pep1024

Results 1 comments of pep1024

Probably you are running the tests after loading the package with `devtools::load_all()` and run `devtools::test()`. Instead, if you run `devtools::check()` to run the tests with R CMD check, all works...