Hey, when did I lose MASS? Anyway, I found the VR package but she's not compiling on OS X. Any tips? Yes, I have the developer tools and Fortran. Could someone send me a compiled package?
I suppose putting the compiler error message up might be handy... * Installing *source* package 'MASS' ... ** libs gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/ include -I/usr/local/include -fno-common -g -O2 -c MASS.c -o MASS.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/ include -I/usr/local/include -fno-common -g -O2 -c lqs.c -o lqs.o gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib - o MASS.so MASS.o lqs.o -lcc_dynamic -F/Library/Frameworks/ R.framework/.. -framework R ** Removing '/Library/Frameworks/R.framework/Versions/2.2/Resources/ library/MASS' ld: can't locate file for: -lcc_dynamic make: *** [MASS.so] Error 1 ERROR: compilation failed for package 'MASS' BUT, I assume it can't find the file because the compile failed before the linker stepped in.
John Christie wrote:> Hey, when did I lose MASS? Anyway, I found the VR package but she's > not compiling on OS X. Any tips? Yes, I have the developer tools > and Fortran. Could someone send me a compiled package?Package bundle VR (and hence package MASS) is included in release versions of R. A precompiled binary is available on CRAN, simply type install.packages("VR", type="mac.binary") and it will be installed, if you have a runnig internet connection. Uwe Ligges> ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html