[R] Rscript on Mac : specify R64 over R (32-bit version)

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Jan 16 21:36:56 CET 2013


On 16/01/2013 20:16, Matthew Pettis wrote:
> Hi,
>
> I have both R and R64 installed on Mac OSX 10.8 Mountain Lion (64-bit).
>   When I run the command
>
> sessionInfo()
>
> from within Rscript, I get:
>
> R version 2.15.2 (2012-10-26)
> Platform: i386-apple-darwin9.8.0/i386 (32-bit)
>
> Is there a way to make Rscript point at the R64 rather than R (32-bit)?

Yes, but it is much better to ask this on R-sig-mac. The main issue is 
why it has not done so by default.  You can always use

Rscript --arch-x86_64

Ah: this is 2.15.2 whose installer did not know about Mountain Lion: 
please update to R-patched from http://r.research.att.com/.


> Thanks,
> Matt
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.

As the posting guide asked.


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list