Hi, On 8/14/10 11:43 PM, Stephen Liu wrote: > Could you please explain a little bid further whether after connecting the > website I can select either 32 or 64 bit version?
R packages come in pre-compiled binary flavors for some OS/architectures and always as source packages. If you are on Linux, you typically use source packages and native code is compiled as part of the R package installation process. In this case, you don't have to worry about 32/64 bit and the right thing should happen. I'd suggest reading through the manuals that come with R for more details and suggestions. + seth ______________________________________________ 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.