Hello there! I'm running R 2.7.1 in a "x86_64-redhat-linux-gnu" platform. While some packages like "distrib" installed smoothly, I'm having problems to install "nlme" and "lattice". I have tried both "install.packages()" and R CMD INSTALL. For example,
[EMAIL PROTECTED] Download]# R CMD INSTALL lattice_0.17-13.tar.gz * Installing to library '/usr/lib64/R/library' * Installing *source* package 'lattice' ... ** libs gcc -m64 -std=gnu99 -I/usr/include/R -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c init.c -o init.o init.c:2:15: error: R.h: No such file or directory init.c:3:24: error: Rinternals.h: No such file or directory init.c:4:28: error: R_ext/Rdynload.h: No such file or directory In file included from init.c:6: threeDplot.h:5:22: error: Rdefines.h: No such file or directory In file included from init.c:6: threeDplot.h:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wireframePanelCalculations’ init.c:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CallEntries’ init.c:13: error: expected ‘)’ before ‘*’ token make: *** [init.o] Error 1 ERROR: compilation failed for package 'lattice' ** Removing '/usr/lib64/R/library/lattice' ** Restoring previous '/usr/lib64/R/library/lattice' The installation verbose for "nlme" is quite big, so I attached it for your consideration ( http://www.nabble.com/file/p19222478/nlme%2BInstallation%2Bverbose nlme+Installation+verbose ). I would greatly appreciate some feedback from you. Regards, Omar -- View this message in context: http://www.nabble.com/Installing-pkgs-tp19222478p19222478.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.