Hi Stephen, On Fri, Aug 20, 2010 at 11:25 AM, Seth Falcon <s...@userprimary.net> wrote: > 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.
Perhaps to put it in a different way: I'm pretty sure that if you run the `install.packages(..., type='source')`, as Seth suggests, from within a 64bit version of R, it will compile he library as 64bit as well, so you shouldn't have all that much to worry about. (Assuming you've got 64bit R running, that is). -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact ______________________________________________ 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.