[R-pkg-devel] Help Debugging Debian Error
* Here is the CRAN check (devel version 2020-05-13): https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/PAutilities-00check.html * Here is the successful R-hub check (devel version 2020-05-10): https://artifacts.r-hub.io/PAutilities_1.0.0.tar.gz-43f919fd5595416799d74bfb312fdd34/PAutilities.Rcheck/00check.log * Here is the unsuccessful R-hub check (R 3.6.3) https://artifacts.r-hub.io/PAutilities_1.0.0.tar.gz-c1592e94abe04155933d5dfe5898c1b8/PAutilities.Rcheck/00check.log
On Thu, May 14, 2020 at 11:36 AM Paul Hibbing <paulhibbing at gmail.com> wrote:
Hi all, At some point (I believe within the last week or so), my package `PAutilities` has developed the following error for r-devel-linux-x86_64-debian-gcc: * checking tests ... [3s/3s] ERROR Running ?testthat.R? [3s/3s] Running the tests in ?tests/testthat.R? failed. Complete output:
> library(testthat) > library(PAutilities)
package 'PAutilities' was built under R version 3.5.0
>
> test_check("PAutilities")
I get the same error using `rhub::check_on_debian`, but not `rhub::check(platform = "debian-gcc-devel")`. So far, my best guesses have been that issues were caused by either a dependency problem (particularly the `matchingMarkets` package, which has given me trouble in the past), or with the major increment in R itself. But so far neither of those ideas have yielded much fruit. Any other ideas, considerations, or things I should be aware of? I'm working on installing a virtual machine to see about some manual debugging, but I would love some guidance in the meantime. Best, Paul Hibbing