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
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.
>
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
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