Anonymous - 2011-03-17

The version error is due to a bug in rpy_tools.py
Line 101 should be this:
version = re.search(" +([0-9].[0-9]+.[0-9])", output)

(Add a plus after the second set of square brackets)

 

Last edit: Anonymous 2013-11-20