Hi
Yes, everything is OK from inside R, library loading, functions running.
Only when calling r.library or r.source (from Python) with the library
option is when I have this "problem"
I even made some try: exception: in python to ignore the error message,
but sp library is never loaded.
Sean D
On 10/3/07, Jorge de Jesus <[EMAIL PROTECTED]> wrote:
>
> 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 Rprofi
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