Re: [R-SIG-Mac] Change Rscript to 64-bit

2013-02-22 Thread Prof Brian Ripley
On 23/02/2013 04:32, Alton Ing wrote: How can we change Rscript to execute in 64-bit? The following script prints "i386-apple-darwin9.8.0/i386 (32-bit)" : #!/usr/bin/env Rscript sessionInfo()$platform I want to run RHadoop (rmr2) locally on Mac OS X 10.8.2 (Mountain Lion) but it only works wit

[R-SIG-Mac] Change Rscript to 64-bit

2013-02-22 Thread Alton Ing
How can we change Rscript to execute in 64-bit? The following script prints "i386-apple-darwin9.8.0/i386 (32-bit)" : #!/usr/bin/env Rscript sessionInfo()$platform I want to run RHadoop (rmr2) locally on Mac OS X 10.8.2 (Mountain Lion) but it only works with Rscript in 64-bit mode. _

Re: [R-SIG-Mac] error

2013-02-22 Thread Alexandra Vatsiou
problem solved. On Fri, Feb 22, 2013 at 7:19 PM, David Winsemius wrote: > > On Feb 22, 2013, at 7:51 AM, Alexandra Vatsiou wrote: > > > Hello, > > > > I have the following error on mac and I can't install any packages: > > > > During startup - Warning messages: > > 1: Setting LC_CTYPE failed, usi

Re: [R-SIG-Mac] error

2013-02-22 Thread David Winsemius
On Feb 22, 2013, at 7:51 AM, Alexandra Vatsiou wrote: > Hello, > > I have the following error on mac and I can't install any packages: > > During startup - Warning messages: > 1: Setting LC_CTYPE failed, using "C" > 2: Setting LC_COLLATE failed, using "C" > 3: Setting LC_TIME failed, using "C"

[R-SIG-Mac] error

2013-02-22 Thread Alexandra Vatsiou
Hello, I have the following error on mac and I can't install any packages: During startup - Warning messages: 1: Setting LC_CTYPE failed, using "C" 2: Setting LC_COLLATE failed, using "C" 3: Setting LC_TIME failed, using "C" 4: Setting LC_MESSAGES failed, using "C" 5: Setting LC_PAPER failed, usi

[R-SIG-Mac] set up a ssh tunnel in a R script

2013-02-22 Thread didier peeters
Hello list, I'm very frequently reading data from a MySQL server to which I connect thru a ssh tunnel, in R dataframes. The connection to MySQL thru ssh is trivial with clients like Sequel pro but I would like to do this as well directly with R, without opening the tunnel in a terminal before