[R] R, Ubuntu, package installation with non-zero exit status
B77S
bps0002 at auburn.edu
Thu Apr 7 01:45:00 CEST 2011
FYI:
The problem I had was that my modified .Rprofile text file was being read
and had lines to load the libraries of packages that were not installed yet
on this Ubuntu machine; I guess I copied the .Rprofile from my laptop.
If you have similar problems, simply do this in command line:
mv .Rprofile Rprofile
install.packages to your hearts desire and then
mv Rprofile .Rprofile
--
View this message in context: http://r.789695.n4.nabble.com/R-Ubuntu-package-installation-with-non-zero-exit-status-tp3305989p3432176.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list