Peter wrote:
> On Tue, Dec 2, 2008 at 11:50 AM, Marcos Silva <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I made the changes suggested.
>>
>> - I created a R_HOME variable in windows with value "C:\Program
>> Files\R\R-2.8.0"
>> - "import win32api" is OK in my Python installation
>>
>> From R I get:
On Tue, Dec 2, 2008 at 11:50 AM, Marcos Silva <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I made the changes suggested.
>
> - I created a R_HOME variable in windows with value "C:\Program
> Files\R\R-2.8.0"
> - "import win32api" is OK in my Python installation
>
> From R I get:
>
>> Sys.getenv("R_HOME
Hi,
I made the changes suggested.
- I created a R_HOME variable in windows with value "C:\Program
Files\R\R-2.8.0"
- "import win32api" is OK in my Python installation
>From R I get:
> Sys.getenv("R_HOME")
R_HOME
"C:\\PROGRA~1\\R\\R-28~1.0"
> R.home()
[1] "C:\\PROGRA~1\
Marcos wrote:
>> The responses to your questions are:
>>
>> 1. No, I did not setup R_HOME. By the way, how can I do this?
>>
Laurent wrote:
>
> set R_HOME=C:\Program Files\R\R-2.8.0 should fix this. It looks like
> your R_HOME variable is set, but set to a wrong value.
>
If you were asking how to
set R_HOME=C:\Program Files\R\R-2.8.0 should fix this. It looks like
your R_HOME variable is set, but set to a wrong value.
2008/12/1 Marcos Silva <[EMAIL PROTECTED]>:
> Hi Peter,
>
> The responses to your questions are:
>
> 1. No, I did not setup R_HOME. By the way, how can I do this?
>
> 2. Yes,
Hi Peter,
The responses to your questions are:
1. No, I did not setup R_HOME. By the way, how can I do this?
2. Yes, R is in my path. My path is as follow:
C:\RTools\bin;C:\RTools\perl\bin;C:\Program Files\HTML Help
Workshop;C:\Program Files\R\R-2.8.0\bin;
C:\Program Files\MiKTeX 2.5\miktex\bin;
On Mon, Dec 1, 2008 at 11:37 PM, Marcos Silva <[EMAIL PROTECTED]> wrote:
> Hi folks. I installed RPy2 on Windows and tried the test suggested in RPy2
> page:
>
import rpy2.tests
> Traceback (most recent call last):
> File "", line 1, in
> File "C:\Program Files\Python25\Lib\site-packages\