The easiest fix on debian unstable is to download the .deb for 0.4.7, which has been released just minutes ago. This will be uploaded to the main debian archives, soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the hint. Got the thing from sourceforge and it installed with dpkg -i without a hitch, calling it, however yields an error box on rkward needing the rkward R library which couldn't be loaded. The console output follows.
Joh
rkward
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x81f9f70 ): KAccel object already contains an action name "window_close"
*** attempt to put segment in horiz list twice
*** attempt to put segment in horiz list twice
R version 2.5.0 alpha (2007-04-07 r41087)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
A recent R update on my debian unstable system brought along this problem with rkward:
/usr/bin/rkward.bin: symbol lookup error: /usr/bin/rkward.bin: undefined symbol: R_Visible
Does anybody here have any insight into how to fix this?
Thanks, Joh
The easiest fix on debian unstable is to download the .deb for 0.4.7, which has been released just minutes ago. This will be uploaded to the main debian archives, soon.
Thanks for the hint. Got the thing from sourceforge and it installed with dpkg -i without a hitch, calling it, however yields an error box on rkward needing the rkward R library which couldn't be loaded. The console output follows.
Joh
rkward
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x81f9f70 ): KAccel object already contains an action name "window_close"
*** attempt to put segment in horiz list twice
*** attempt to put segment in horiz list twice
R version 2.5.0 alpha (2007-04-07 r41087)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Command failed (other)
failed command was: '.rk.set.reply (NULL)'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment (".GlobalEnv"), ".GlobalEnv", envlevel=-1, namespacename="")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("package:stats"), "package:stats", namespacename="stats")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("package:graphics"), "package:graphics", namespacename="graphics")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("package:grDevices"), "package:grDevices", namespacename="grDevices")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("package:utils"), "package:utils", namespacename="utils")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("package:datasets"), "package:datasets", namespacename="datasets")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("package:methods"), "package:methods", namespacename="methods")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("Autoloads"), "Autoloads", namespacename="")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.structure (as.environment ("package:base"), "package:base", namespacename="base")'
- error message was: '(null)'
Assert failed at robjectlist.cpp - function getGlobalEnv line 296
Assert failed at rkobjectlistview.cpp - function initialize line 150
Command failed (other)
failed command was: '.rk.get.structure (as.environment (".GlobalEnv"), ".GlobalEnv", envlevel=-1, namespacename="")'
- error message was: '(null)'
Command failed (other)
failed command was: '.rk.get.installed.packages ()[[1]]'
- error message was: '(null)'
Sorry, my bad. Should be fixed in 0.4.7-2 (just uploaded).
Regards
Thomas
Bingo! Thanks for your fast answers!
Joh