[R-SIG-Mac] how to start R64 from M-x R...

Simon Urbanek simon.urbanek at r-project.org
Tue Jan 12 20:58:11 CET 2010


On Jan 12, 2010, at 14:47 , Christian Hoffmann wrote:

> Hi there,
>
> May be this question has been answered before, but how to start the  
> 64 bit version inside ESS? I have successfully used
> C-u M-x R then "--arch=x86_64" <RT>, but remembering "--arch=x86_64"  
> is a nuisance (for me...).
> Defining on Unix >  alias R64 'R --arch=x86_64 &' works only from  
> the terminal, so obviously this is an ESS thing (with elisp?) which  
> I am not versed in.
>

You may ask on the ESS list, but another way around is to change the  
default directly in the R start script by changing
: ${R_ARCH=/`arch`}
to
: ${R_ARCH=/x86_64}

Cheers,
Simon



More information about the R-SIG-Mac mailing list