[R-pkg-devel] R CMD Check: Tests running infinite

2017-02-01 Thread Patrick Schratz
Hello, when running R CMD check / devtools::check, section "running tests..." is not finishing (40 min+). *Checking tests only works:* *==> Sourcing R files in 'tests' directory* *testthat results * *OK: 7 SKIPPED: 0 FAILED: 0* *T

Re: [R-pkg-devel] R CMD Check: Tests running infinite

2017-02-01 Thread Uwe Ligges
Check whether the parallel cluster is closed. Can it be that the cluster is still open and the check process waits for them to complete? Best, Uwe Ligges On 31.01.2017 13:45, Patrick Schratz wrote: Hello, when running R CMD check / devtools::check, section "running tests..." is not finishin