saleem1000 wrote:
>
> Hello,
>
> I am using Mac OS on R. When I start R thru the application menu I have
> the option of running both the 32 bit version as well as the 64 bit
> version.
>
> When I type in R in terminal I believe it starts up the 64 bit version.
> How can I start the 32 bit ve
On Dec 24, 2009, at 1:33 PM, David Winsemius wrote:
Try this in an R session:
if(.Machine$sizeof.pointer == 4){print("32 bit")} else {print("64
bit")}
Dropped an "e" somehow...
if(.Machine$sizeof.pointer == 4){print("32 bit")} else {print("64 bit")}
# for me it's [1] "64 bit"
On De
Try this in an R session:
if(.Machine$sizeof.pointer == 4){print("32 bit")} else {print("64
bit")}
# for me it's [1] "64 bit"
On Dec 24, 2009, at 1:04 PM, saleem1000 wrote:
Hello,
I am using Mac OS on R. When I start R thru the application menu
What's the "application menu"? How di
Hello,
I am using Mac OS on R. When I start R thru the application menu I have the
option of running both the 32 bit version as well as the 64 bit version.
When I type in R in terminal I believe it starts up the 64 bit version. How
can I start the 32 bit version instead??
Saleem
--
View this
4 matches
Mail list logo