I've only just stumbled across Red R and think it really has potential. Unfortunately a couple of critical steps don't work, so I wanted to raise an issue.
Below is the error log - I've opened a clean session and tried to add a "Read Files" widget.
Thanks for your help in advance.
REDRCORE:INFO : Make a new tab called General.
REDRCORE:CRITICAL :
############################################################
Unhandled exception of type RuntimeError occured at 2012-05-18 23:39:32.199000:
Traceback:
File: redRInitWizard.py, line 106 in pageChanged
File: redRInitWizard.py, line 112 in loadMirrors
File: RSession.py, line 121 in Rcommand
RuntimeError: Error in identical(TRUE, x) : 6 arguments passed to .Internal(identical) which requires 5 Original Query was: getCRANmirrors()
############################################################
REDRCORE:INFO : Updating Libraries
REDRCORE:ERROR :
############################################################
Unhandled exception of type RuntimeError occured at 2012-05-18 23:39:42.259000:
Traceback:
File: red-RCanvas.pyw, line 229 in __init__
File: redRInitWizard.py, line 145 in startSetupWizard
File: redRInitWizard.py, line 125 in loadBaseLibs
File: RSession.py, line 252 in updatePackages
File: RSession.py, line 121 in Rcommand
RuntimeError: Error in identical(TRUE, x) : 6 arguments passed to .Internal(identical) which requires 5 Original Query was: local({r <- getOption("repos"); r["CRAN"] <- "http://cran.r-project.org"; options(repos=r)})
############################################################
REDRCORE:ERROR :
############################################################
Unhandled exception of type RuntimeError occured at 2012-05-18 23:40:04.329000:
Traceback:
File: redRObjects.py, line 261 in addWidget
File: redRObjects.py, line 327 in addInstance
File: readFile.py, line 159 in __init__
File: OWRpy.py, line 247 in require_librarys
File: RSession.py, line 206 in require_librarys
File: RSession.py, line 203 in setLibPaths
File: RSession.py, line 121 in Rcommand
RuntimeError: Error in identical(TRUE, x) : 6 arguments passed to .Internal(identical) which requires 5 Original Query was: .libPaths('C:/Program Files (x86)/Red-R/R/R-2.11.1/library')
############################################################
REDRCORE:ERROR :
############################################################
Unhandled exception of type RuntimeError occured at 2012-05-18 23:40:04.485000:
Traceback:
File: redRObjects.py, line 261 in addWidget
File: redRObjects.py, line 327 in addInstance
File: readFile.py, line 159 in __init__
File: OWRpy.py, line 247 in require_librarys
File: RSession.py, line 206 in require_librarys
File: RSession.py, line 203 in setLibPaths
File: RSession.py, line 121 in Rcommand
RuntimeError: Error in identical(TRUE, x) : 6 arguments passed to .Internal(identica
Other R Versions
Thanks interested user.
Another user reported a similar error to us. It seems to be generated by a conflict in R with later versions of R that take a different set of arguments when installing packages.
We are working to build Red-R with the current R version and testing to see if this fixes the problem.
Thanks for bringing this to our attention.
Kyle