Re: [Rpy] rpy in 2 threads

2008-06-27 Thread Jorge de Jesus
Hi to all I am working on Geostatistics and WPS and I was using Rpy to access Gstat and run geostatistics interpolations. This was working fine but R only runs on one core so things where going very slowly. So I looked at several possibilities and the best was RSOAP. My current system makes

Re: [Rpy] problems loading library sp

2007-10-04 Thread Jorge de Jesus
Yes, library(sp) in R works fine :-) Sean Davis wrote: > > > On 10/4/07, *Jorge de Jesus* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi > > Yes, everything is OK from inside R, library loading, functions > running. >

Re: [Rpy] problems loading library sp

2007-10-03 Thread Jorge de Jesus
ed. Sean Davis wrote: > > > On 10/3/07, *Jorge de Jesus* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi > > I am trying to load a R library called sp using the command: > r.library("sp") > > Then I ge

[Rpy] problems loading library sp

2007-10-03 Thread Jorge de Jesus
Hi I am trying to load a R library called sp using the command: r.library("sp") Then I get "RException error saying that it was not possible to load." Inside the R environment everything is ok. I have changed the Rprofile file to automatically load sp library when starting a session, again