Hi there, After a little work i got R2.10.0 to compile on my solaris 10 64 bit computers.
However the extra packages dont seem to install when i run: install.packages(CRAN.packages()[,1]) Also at the tail end of the make there was an error that stated it could not compile certain recommended packages: writing package indices begin installing recommended package boot ERROR: cannot extract package from ‘boot.tgz’ *** Error code 1 The following command caused the error: MAKE="make" R_LIBS= ../../../bin/R CMD INSTALL --no-lock -l "../../../library" boot.tgz > boot.ts.out 2>&1 || (cat boot.ts.out && exit 1) make: Fatal error: Command failed for target `boot.ts' Current working directory /inst/pkg-arch/R-2.10.0/src/library/Recommended *** Error code 1 The following command caused the error: make stamp-recommended make: Fatal error: Command failed for target `recommended-packages' Current working directory /inst/pkg-arch/R-2.10.0/src/library/Recommended *** Error code 1 The following command caused the error: (cd src/library/Recommended && make) make: Fatal error: Command failed for target `stamp-recommended' Any help would be appreciated. Thanks, -- View this message in context: http://old.nabble.com/R-extra-package-problem.-tp26488926p26488926.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.