Re: [Rpy] "lapack routines cannot be loaded" error

2009-10-09 Thread Santosh Mishra
Dear Laurent, I did change the path accordingly. I have R version 2.9.1 so I added the following commeand in autoexec.bat file: set PATH=%PATH%;C:\Progra~1\R\rw2091\bin However I still have the same problem. Thank you anyway for your help. Santosh On Fri, Oct 9, 2009 at 6:28 AM, Laurent Gaut

Re: [Rpy] "lapack routines cannot be loaded" error

2009-10-09 Thread Laurent Gautier
The R bin/ directory might have to be in your PATH. (there is an entry about that in the FAQ for rpy) Santosh Mishra wrote: > Dear friends, > I am new to Rpy2 and I have the following problem. > I run the following example code from rpy2 documentation page > > import rpy2.robjects as robjects >

[Rpy] "lapack routines cannot be loaded" error

2009-10-07 Thread Santosh Mishra
Dear friends, I am new to Rpy2 and I have the following problem. I run the following example code from rpy2 documentation page import rpy2.robjects as robjects r = robjects.r ctl = robjects.FloatVector([4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14]) trt = robjects.FloatVector([4.81,4.17,4.4