Re: [R] Running 32 bit R in terminal on Mac OS

2009-12-25 Thread Sharpie
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

Re: [R] Running 32 bit R in terminal on Mac OS

2009-12-24 Thread David Winsemius
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

Re: [R] Running 32 bit R in terminal on Mac OS

2009-12-24 Thread David Winsemius
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

[R] Running 32 bit R in terminal on Mac OS

2009-12-24 Thread saleem1000
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