You don't need to move the files around, though, just use a more verbose testthat reporter, e.g. in testthat.R use
test_check("PAutilities", reporter = "summary") and then at least you'll know where it crashes. But to fix this, you'll probably need to debug it locally. You can do that in Docker if you don't have a local Linux machine. Gabor On Fri, May 15, 2020 at 10:00 AM Ivan Krylov <krylov.r...@gmail.com> wrote: > > On Fri, 15 May 2020 03:50:12 -0400 > Paul Hibbing <paulhibb...@gmail.com> wrote: > > > Complete output: > > > library(testthat) > > > library(PAutilities) > > > > > > test_check("PAutilities") > > It seems to me that the R process crashes while running your tests, but > since testthat::test_check captures everything to summarise it later, > you don't get to know where the crash occurs. > > Perhaps if you (temporarily) move your tests out of testthat/ > subdirectory and remove the context() and testthat::test_that("...", > { ... }) calls, you would be able to see the exact location of the > crash in the *.Rout files? > > That said, it's probably one of your dependencies that's responsible > for the crash, not your package, since there is no compiled code. > > -- > Best regards, > Ivan > > ______________________________________________ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel