Bugs item #1506214, was opened at 2006-06-14 17:11 Message generated for change (Settings changed) made by alain001 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1506214&group_id=48422
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: fails to import R 2.3.1 on windows Initial Comment: I tracked it down to a regular expression in rpy_tools.py that does not match the output of version 2.3.1 of R. version = re.search("R +([0-9]\.[0-9]\.[0-9])", output) This expects something like 'R 1.2.3' but R 2.3.1 gives 'R version 2.3.1 ...' when queried by running 'R --version'. ---------------------------------------------------------------------- Comment By: Stefan Evert (schtepf) Date: 2006-07-17 13:53 Message: Logged In: YES user_id=545257 Exactly, just had the same problem on Mac OS X (it's not the only software package that relied on the version output format of previous R releases). Suggest changing regexp to version = re.search("R\s+(?:version\s*)?([0-9]\.[0-9]\.[0-9])", output) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-07-06 13:21 Message: Logged In: NO A solution is to modify it in "R[^\d]+([0-9]\.[0-9]\.[0-9])" ---------------------------------------------------------------------- Comment By: Peter (maubp) Date: 2006-06-29 17:19 Message: Logged In: YES user_id=259020 This has been fixed now, hasn't it? ---------------------------------------------------------------------- Comment By: Peter (maubp) Date: 2006-06-18 18:40 Message: Logged In: YES user_id=259020 You are right about the version string, a change made in R 2.3, which has been fixed in the latest RPy code. Hopefully there will be another Windows release soon which will include this and the compiled modules for R 2.3.0 and R 2.3.1 as well. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-06-14 17:32 Message: Logged In: NO ok nevermind. I guess 2.3.1 isn't supported on windows yet. _rpy2031.pyd isn't available. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1506214&group_id=48422 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list