MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

RSession.py, line 212 newLibs not defined #512

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In trunk version, revision 1311
1.R Datasets: load compositions - Hydrochem
2.Row and Column selection: select few numeric columns
3.Connect to Close the simplex (compositions)

What is the expected output? What do you see instead?
Got a Red-R error:

############################################################
Unhandled exception of type NameError occured at 2011-05-03 10:25:47.464000:
Traceback:
  File: redRSignalManager.py, line 257 in _handleSignal
  Code: handler(value)
    File: raw2comp.py, line 69 in processX
    Code: if not self.require_librarys(["compositions"]):
      File: OWRpy.py, line 250 in require_librarys
      Code: success = RSession.require_librarys(librarys = librarys, repository = repository)
        File: RSession.py, line 212 in require_librarys
        Code: if len(newLibs) > 0:
          NameError: global name 'newLibs' is not defined 
############################################################

Please use labels and text to provide additional information.

Original issue reported on code.google.com by sergeeti...@gmail.com on 3 May 2011 at 2:33

GoogleCodeExporter commented 9 years ago
my fault sorry

Original comment by kylecovi...@gmail.com on 3 May 2011 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by kylecovi...@gmail.com on 3 May 2011 at 2:59