Hu Chen <[EMAIL PROTECTED]> writes: > Hi, I got a amd 64 + debian/pure64 system. > R is installed by apt-get so it's no doubt that R is for 64bit. > My question is, for those packages, for example, ipred, it's difficult > to find in which official debian packages they are. How could I > install them? if I used install.packages in R, the packges I get are > 64 bit or 32 bit?
If they work, they're 64 bit... install.packages build from source, so you should be OK provided your toolchain is complete. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
