Skip to content

more rpy2 questions...mostly R

2 messages · Erin Hodgess, 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 coordinates error.

I would first run R and confirm that you can load the requisite libraries
in it before depending upon them in rpy2.  In general I find that rpy2 is
a bad interface for debugging R code and you need to run it in R first to
get the problems out.

	Best,
	Collin.
On Sun, 17 Nov 2013, Erin Hodgess wrote: