Is it possible to configure RKWard to give consistent results with R running in the Xterminal window?<br>In the R console of the X-terminal I get:<br><br> > owd = setwd(tempdir())<br> > owd<br> [1] "/home/andreas"<br>
<br>whereas in the R console of RKWard I get for the same commands:<br> > owd = setwd(tempdir())<br> > owd<br> NULL<br><br>(R2.12.1 under opensuse11.2)<br><br>Any Ideas?<br><br>Andreas<br>