[Rpy] [ rpy-Bugs-2940558 ] rpy-1.0.3 setup.py can't parse multi-digit R version numbers
Bugs item #2940558, was opened at 2010-01-26 22:37 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940558&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: Source Group: rpy Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy-1.0.3 setup.py can't parse multi-digit R version numbers Initial Comment: Ubuntu linux. Python 2.6. R 2.10.1. The code to find the R version number in rpy_tools.py says this: version = re.search(" +([0-9]\.[0-9]\.[0-9])", output) Something along the lines of this will correctly find multi-digit version numbers: version = re.search(" +([0-9]+\.[0-9]+\.[0-9]+)", output) -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940558&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] [ rpy-Bugs-2940560 ] rpy 1.0.3 requires Rdevices.h - not there
Bugs item #2940560, was opened at 2010-01-26 22:40 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940560&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: Build Group: rpy Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy 1.0.3 requires Rdevices.h - not there Initial Comment: R no longer exposes Rdevices.h in RHOME/include, and has not done so for several versions of R. What is the work around for this so that I can use rpy with R 2.10.1? -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940560&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] [ rpy-Bugs-2940569 ] rpy 1.0.3 requires Rdevices.h - not there
Bugs item #2940569, was opened at 2010-01-26 22:54 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940569&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: Build Group: rpy Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy 1.0.3 requires Rdevices.h - not there Initial Comment: R no longer exposes Rdevices.h in RHOME/include, and has not done so for several versions of R. What is the work around for this so that I can use rpy with R 2.10.1? -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940569&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] [ rpy-Bugs-2940595 ] rpy 1.0.3 requires Rdevices.h - not there
Bugs item #2940595, was opened at 2010-01-26 23:48 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940595&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: Build Group: rpy Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy 1.0.3 requires Rdevices.h - not there Initial Comment: R no longer exposes Rdevices.h in RHOME/include, and has not done so for several versions of R. What is the work around for this so that I can use rpy with R 2.10.1? -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940595&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] [ rpy-Bugs-2940595 ] rpy 1.0.3 requires Rdevices.h - not there
Bugs item #2940595, was opened at 2010-01-26 17:48 Message generated for change (Comment added) made by eddelbuettel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940595&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: Build Group: rpy Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy 1.0.3 requires Rdevices.h - not there Initial Comment: R no longer exposes Rdevices.h in RHOME/include, and has not done so for several versions of R. What is the work around for this so that I can use rpy with R 2.10.1? -- >Comment By: Dirk Eddelbuettel (eddelbuettel) Date: 2010-01-26 18:29 Message: Known issue -- just comment out that #include and rpy will build -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940595&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] [ rpy-Bugs-2940558 ] rpy-1.0.3 setup.py can't parse multi-digit R version numbers
Bugs item #2940558, was opened at 2010-01-26 16:37 Message generated for change (Comment added) made by eddelbuettel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940558&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: Source Group: rpy Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy-1.0.3 setup.py can't parse multi-digit R version numbers Initial Comment: Ubuntu linux. Python 2.6. R 2.10.1. The code to find the R version number in rpy_tools.py says this: version = re.search(" +([0-9]\.[0-9]\.[0-9])", output) Something along the lines of this will correctly find multi-digit version numbers: version = re.search(" +([0-9]+\.[0-9]+\.[0-9]+)", output) -- >Comment By: Dirk Eddelbuettel (eddelbuettel) Date: 2010-01-26 18:33 Message: Correct, I think I used the same idea in the Debian builds: --- rpy-1.0.3.orig/rpy_tools.py +++ rpy-1.0.3/rpy_tools.py @@ -98,7 +98,8 @@ raise RuntimeError("Couldn't execute the R interpreter" + " `%s'.\n" % rexec ) # edd 05 Apr 2006 version = re.search("R +([0-9]\.[0-9]\.[0-9])", output) -version = re.search(" +([0-9]\.[0-9]\.[0-9])", output) +# edd 16 Oct 2009 version = re.search("R +([0-9]\.[0-9]+\.[0-9])", output) +version = re.search(" +([0-9]\.[0-9]+\.[0-9])", output) if not version: raise RuntimeError("Couldn't obtain version number from output\n" "of `R --version'.\n") -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940558&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] [ rpy-Bugs-2940569 ] rpy 1.0.3 requires Rdevices.h - not there
Bugs item #2940569, was opened at 2010-01-26 23:54 Message generated for change (Comment added) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940569&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: Build Group: rpy >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy 1.0.3 requires Rdevices.h - not there Initial Comment: R no longer exposes Rdevices.h in RHOME/include, and has not done so for several versions of R. What is the work around for this so that I can use rpy with R 2.10.1? -- >Comment By: lgautier (lgautier) Date: 2010-01-27 05:27 Message: https://stat.ethz.ch/pipermail/r-sig-debian/2008-November/000562.html i think that the version in SVN has the fix (someone will have to confirm) -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940569&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] [ rpy-Bugs-2940560 ] rpy 1.0.3 requires Rdevices.h - not there
Bugs item #2940560, was opened at 2010-01-26 23:40 Message generated for change (Settings changed) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940560&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: Build Group: rpy Status: Open >Resolution: Duplicate Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: rpy 1.0.3 requires Rdevices.h - not there Initial Comment: R no longer exposes Rdevices.h in RHOME/include, and has not done so for several versions of R. What is the work around for this so that I can use rpy with R 2.10.1? -- >Comment By: lgautier (lgautier) Date: 2010-01-27 05:30 Message: Filing (anonymously) N > 1 bug reports is not helpful. -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2940560&group_id=48422 -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list