Hello David, On Apr 30, 2010, at 6:00 PM, David Winsemius wrote: > Looks like you do not have the RTools bundle and perhaps not the XCode > framework either? > > I am not suggesting that you do so, since it appears you are not conversant > with compiling source code packages. If I am wrong about that point, then > this is where you would get the gfortran compiler that Simon uses: > > http://r.research.att.com/tools/ > > My advice would be to go back to R.2.10.1 if you need Rcmdr. > I do have Xcode latest but not RTools.
This below was my last failed attempt. Best regards, Giovanni > install.packages("Hmisc", dependencies=TRUE, type ="source") trying URL 'http://cran.ch.r-project.org/src/contrib/Hmisc_3.7-0.tar.gz' Content type 'application/x-gzip' length 563054 bytes (549 Kb) opened URL ================================================== downloaded 549 Kb * installing *source* package Hmisc ... ** libs ** arch - i386 gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -c Hmisc.c -o Hmisc.o gfortran -arch i386 -fPIC -g -O2 -c cidxcn.f -o cidxcn.o make: gfortran: No such file or directory make: *** [cidxcn.o] Error 1 ERROR: compilation failed for package Hmisc * removing /Library/Frameworks/R.framework/Versions/2.11/Resources/library/Hmisc The downloaded packages are in /private/var/folders/5m/5mC0wYCSGMK8NbPZYhBEZE+++TI/-Tmp-/Rtmpz0R5nY/downloaded_packages Updating HTML index of packages in '.Library' Warning message: In install.packages("Hmisc", dependencies = TRUE, type = "source") : installation of package 'Hmisc' had non-zero exit status > [[alternative HTML version deleted]]
______________________________________________ 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.