le "setup.py", line 158, in finalize_options
> raise SystemExit("Error: R >= 2.8 required (and R told '%s')."
> %'.'.join(rve
> rsion))
> TypeError: sequence item 0: expected string, int found
>
> It seems that the R versions does not get
Thanks for the help, its great.
Cheers
On Thu, Oct 18, 2012 at 6:10 PM, Laurent Gautier wrote:
> 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
Already tried that.
On Thu, Oct 18, 2012 at 4:33 PM, Paul Hobson wrote:
> 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 wrote:
>
Hi,
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?
Many thanks for your help.
Cheers
--
Shane
--
Everyone ha
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 wrote:
> On 18 October 2012 11:34, Shane Carey wrote:
> > from rpy impor
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, howev