Re: [R] more rpy2 questions...mostly R

2013-11-17 Thread Collin Lynch
Erin, at first glance I would say that this is an R error. When Rpy2 detects an error it will pass it through errors as library errors like this. At first glance it appears that your r code is not loading the requisite packages as it cannot find them. That I suspect is what is causing your coord

[R] more rpy2 questions...mostly R

2013-11-17 Thread Erin Hodgess
Hello again! I'm using python, rpy2, and R for a project. It's actually pretty interesting. Anyhow, I pass in an R file to the python program. However, I am getting the following errors, which seem more like R errors(?): Loading required package: gstat Loading required package: automap Error i