Skip to content
Prev 44214 / 63424 Next

Problems with install.packages when Ncpus > 1

On 06.10.2012 18:02, Winston Chang wrote:
I think Brian answered this already:
Not unexpectedly. It fails in case when a package installation requires 
another package and that is installed at the same time or not yet 
installed. Such things happen when install time dependencies are not 
correctly declared. R CMD check finds (at least most of) such 
declaration errors  nowadays.

Uwe Ligges