I'm afraid I'm having some problems building from source. I'm attending a workshop on Monday for which I needed to upgrade to R version 2.14. I first built that but found that rkward (the version I installed from repositories on ubuntu 11.04) was still using R 2.12. Not seeing any easy way to change this, I removed the repository version of rkward and downloaded the sources.<br>
<br>Following the build instructions seemed to work, except I get errors on starting rkward. First I was getting a "no packages" error, but following a thread from last month I added the parameter "cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`" But now I'm getting the error below. Can anyone shed any light? Or tell me an easier way to use rkward with 2.14.<br>
<br>Thanks!<br><br>--Derek<br><br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br>R version 2.14.0 alpha (2011-10-13 r57240)<br>Copyright (C) 2011 The R Foundation for Statistical Computing<br>
ISBN 3-900051-07-0<br>Platform: i686-pc-linux-gnu (32-bit)<br><br>R is free software and comes with ABSOLUTELY NO WARRANTY.<br>You are welcome to redistribute it under certain conditions.<br>Type 'license()' or 'licence()' for distribution details.<br>
<br>Natural language support but running in an English locale<br><br>R is a collaborative project with many contributors.<br>Type 'contributors()' for more information and<br>'citation()' on how to cite R or R packages in publications.<br>
<br>Type 'demo()' for some demos, 'help()' for on-line help, or<br>'help.start()' for an HTML browser interface to help.<br>Type 'q()' to quit R.<br><br><br>Attaching package: ‘rkward’<br><br>
The following object(s) are masked from ‘package:grDevices’:<br><br>x11, X11<br><br>The following object(s) are masked from ‘package:base’:<br><br>makeActiveBinding, q, quit, require, setwd, Sys.setlocale<br><br>Error in assign(backupname, original, envir = as.environment("package:rkward")) : <br>
cannot add bindings to a locked environment<br>Calls: .rk.fix.assignments -> rk.replace.function -> assign<br>starting httpd help server ... done<br>Error in assign(".rk.output.html.file", x, as.environment("package:rkward")) : <br>
cannot change value of locked binding for '.rk.output.html.file'<br>Calls: rk.set.output.html.file -> assign<br></p><br>