Jim Hester
Jim Hester
Possibly add a `n = Inf` argument.
It works outside a package, I think this must be some sort of incompatibility with testthat in how it is executing the snapshot tests in a package. ``` r code...
https://github.com/jimhester/snapshot is a repo to reproduce this behavior by running `covr::report()` or `covr::package_coverage()`
I think likely it is failing before this warning, but don't have enough information here to determine exactly why.
You would likely need to provide an example package that exhibits this behavior for me to reproduce it.
Possibly, though I am unlikely to work on this myself, if you want this feature I would suggest you open a PR to add it.
It would be pretty non-trivial to add support for this and I don't think it has a great deal of benefit, so the cost benefit is not high enough for...
I actually worked on this at the work week in May / June last year and had a simple proof of concept, it requires fairly small changes to covr and...
covr runs its tests with `tools::testInstalledPackage()`, which is closer to how the tests are run by R during `R CMD check`. The first thing to do is see if you...
If you are talking about https://github.com/hechth/recetox-xMSannotator/commit/9b770b5b3855582206ce475ffd3f54bec3996081 I still get test failures with `devtools:test()` and `devtools::check()` has lots of issues. e.g. ``` Warning (test-advanced_annotation.R:5:1): (code run outside of `test_that()`) The `code`...