my rpy version is 2.0.6, maybe we can test our code results at the same time.<div><br></div><div><div>>>> import rpy2</div><div>>>> import rpy2.robjects as robjects</div><div>>>> print(rpy2.__version__)</div>
<div>2.0.6</div><div>>>> print(robjects.r)</div><div><rpy2.robjects.R object at 0x02A8FFB0></div><div>platform: i386-pc-mingw32</div><div>arch: i386</div><div>os: mingw32</div><div>system: i386, mingw32</div>
<div>status: </div><div>major: 2</div><div>minor: 9.0</div><div>year: 2009</div><div>month: 04</div><div>day: 17</div><div>svn rev: 48333</div><div>language: R</div><div>version.string: R version 2.9.0 (2009-04-17)</div><div>
>>> r = robjects.r</div><div>>>> r.require("iplots")[0]</div><div>True</div><div>>>> r.require("iplots")</div><div><RVector - Python:0x02A8A3C8 / R:0x02950AB8></div><div>
>>> r.require("iplots").r_repr()</div><div>'TRUE'</div><div>>>> r.require("ade4")[0] # not installed yet</div><div>False</div><div>>>> # so, now, the system is working pefect</div>
<div><br></div><div>python 2.5.2</div><div>winXP sp3 64bit</div><br><div class="gmail_quote">On Wed, Dec 9, 2009 at 3:02 PM, Anne Ghisla <span dir="ltr"><<a href="mailto:a.ghisla@gmail.com">a.ghisla@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, 2009-12-09 at 14:51 +0200, Volkan Kepoglu wrote:<br>
> On Wed, Dec 9, 2009 at 2:24 PM, Anne Ghisla <<a href="mailto:a.ghisla@gmail.com">a.ghisla@gmail.com</a>><br>
> wrote:<br>
> On Wed, 2009-12-09 at 04:17 -0800, Volkan Kepoglu wrote:<br>
> > updated with ver. 0.142, could you try that if it is fixed?<br>
> ><br>
> ><br>
> > 1. added loading of rJava package function<br>
> > 2. changed the style of loading of iplot package: first checks the<br>
> > package installed or not<br>
> > and then loads the package but skips to control the package whether<br>
> it<br>
> > is loaded or not,<br>
> > because, most probably, i think that there is a bug for iplots<br>
> > package. even it is loaded, sometimes do not return true.<br>
> > for this reason, i prefered not to control the library whether<br>
> loaded<br>
> > or not.<br>
><br>
><br>
> Hi Volkan, list,<br>
><br>
> sounds like the ade4 load failure for HomeRange_plugin<br>
> <a href="http://sourceforge.net/tracker/?func=detail&aid=2830501&group_id=48422&atid=453021" target="_blank">http://sourceforge.net/tracker/?func=detail&aid=2830501&group_id=48422&atid=453021</a><br>

><br>
> does the require(iplots) work on R?<br>
><br>
><br>
> the real problem is that i could not produce the same error in every<br>
> time.<br>
> sometimes it works and sometimes not.<br>
<br>
</div>Same for me and users that report the problem. Only thing for ade4, I<br>
encountered it mainly on Windows, and R alone showed no problems. It can<br>
be a rpy2 version issue. Unfortunately, extensive testing has not been<br>
done. Let me know how I can help.<br>
<br>
my 2 cents..<br>
<font color="#888888">Anne<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Volkan Osman Kepoglu<br>PhD Candidate<br>GGIT Department in METU,<br>http:/<a href="http://ggit.metu.edu.tr">ggit.metu.edu.tr</a><br>
</div>