[Rd] R 3.3.3 on March 6

2017-02-05 Thread Peter Dalgaard
The wrap-up release of the R-3.3.x series will be on Monday, March 6th. Package maintainers should check that their packages still work with this release. In particular, recommended-package maintainers should be extra careful since we do not want unexpected turbulence at this point. On behalf

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

2017-02-05 Thread Patrick Schratz
@gaborcsardi solved it :) See here: https://github.com/hadley/testthat/issues/567#issuecomment-277536577 2017-02-05 16:07 GMT+01:00 Patrick Schratz : > Thanks for the hint, Hendrik! > However, this change did not make a difference :/ > > I tried to use all cluster

[R-pkg-devel] Delaporte: Test Errors on Sun Sparc

2017-02-05 Thread Avraham Adler
I recently changed the back-end compiled code for the Delaporte package from C++ to Fortran/C, and after some birthing pains (and a lot of patience shown by CRAN), it's fully functional _except_ on sparc-sun-solaris2.10 [1]. There, 10 of the 44 tests return errors. I've done enough research to

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

2017-02-05 Thread Patrick Schratz
Thanks for the hint, Hendrik! However, this change did not make a difference :/ I tried to use all cluster closing functions I came across but tests are still running infinite.. *cl <- makeCluster(par.args$par.units, outfile = out.progress)* *registerDoParallel(cl)* *foreach()*

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

2017-02-05 Thread Henrik Bengtsson
In case someone else bumps into this later and finds this thread; can you confirm that this was a problem specific to using the testthat package for running the tests? /Henrik On Sun, Feb 5, 2017 at 11:28 AM, Patrick Schratz wrote: > @gaborcsardi solved it :) See