R: why is covr::package_coverage() always throws me an error starting with Error: Failure in `/tmp/RtmptOqbpy/R_LIBS5b33c260c72/....`

220 views Asked by At

I have a package that fails when i run covr::package_coverage(quiet = FALSE, clean = FALSE) or devtools::test_coverage with error message: Error: Failure in /tmp/RtmptOqbpy/R_LIBS5b33c260c72/package/package-tests/testthat.Rout.fail, anyone knows why this happens? I'm on linux

0

There are 0 answers