[Rpy] Plotting with RPy

2012-10-18 Thread Shane Carey
Hi, I am new to RPy and I am trying to carry out a very simple task of plotting to get me started. This is my code: from rpy_options import set_options set_options(RHOME='C/Progra~1/R/rw2011/') from rpy import * x = range(0, 10) y = range(0, 10) r.plot(x, y) Everthing works fine,

Re: [Rpy] working with R - 2.15.1 (06-22-2012) - what Rpy version

2012-10-18 Thread Artur Wroblewski
On Thu, Oct 18, 2012 at 12:17 PM, Jaime A. Florez jaime...@yahoo.com wrote: Hi, I am just starting with Rpy so I would appreciate a little more advice: * I have the latest version of R (2.15.1,06-22-2012). Can Rpy2 handle that R version? - If Rpy can handle it, what version of Rpy

Re: [Rpy] Plotting with RPy

2012-10-18 Thread Thomas Kluyver
On 18 October 2012 11:34, Shane Carey careys...@gmail.com wrote: from rpy import * Unless you particularly need to use rpy, I think the advice is to use rpy2 (http://rpy.sourceforge.net/rpy2.html ). Thomas -- Everyone

Re: [Rpy] Plotting with RPy

2012-10-18 Thread Shane Carey
I have downloaded RPY2, but when I go to install it, I get the following error, Error Tried to guess R's HOME but no R command in the PATH Any idea about this? On Thu, Oct 18, 2012 at 1:20 PM, Thomas Kluyver tak...@gmail.com wrote: On 18 October 2012 11:34, Shane Carey careys...@gmail.com

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-10-18 Thread Paul Hobson
Add the path to the R executable to your system path. See here for instructions: http://www.computerhope.com/issues/ch000549.htm#0 On Thu, Oct 18, 2012 at 7:57 AM, Shane Carey careys...@gmail.com wrote: Hi, I have downloaded Rpy2, but when I go to install it, I get the following error,

Re: [Rpy] Error Tried to guess R's HOME but no R command in the PATH

2012-10-18 Thread Laurent Gautier
Did you check the following ? https://bitbucket.org/lgautier/rpy2/issue/95/automagic-settings-for-windows On 2012-10-18 17:34, Shane Carey wrote: Already tried that. On Thu, Oct 18, 2012 at 4:33 PM, Paul Hobson pmhob...@gmail.com mailto:pmhob...@gmail.com wrote: Add the path to the R