The rterm tag has no wiki summary.
1
vote
1answer
47 views
How can I set Rgui.exe for backward search
If you use Rterm.exe, a nice feature is that:
CTRL+R : backward search meaning CTRL+R+lib will show last command starting with lib like library(Rcpp)
Rgui.exe seems to lack this feature. Can I ...
6
votes
3answers
206 views
how to change line length on Rterm.exe
I am using R 2.15.2 on windows XP.
I was used to use Rgui.exe but it was lacking the UNIX standards I like to use like CTRL+R <=>backward research and CTRL+U <=>erase line ...
If I ...
6
votes
0answers
129 views
getGraphicsEvent for reading the key board for a noninteractive session
In older versions of R, version 2.9 anyway, I was able to run an R program from batch using rterm.exe and create a graphics window that a user could scroll back and forth and view the graphs. I was ...
0
votes
1answer
296 views
Running a R script from rterm and eclipse gives an out of memory error
When I run a R script from eclipse statET, I get an out of memory error. However, I have no problem running the script in a console. Is it because the Eclipse puts a memory limit layer on top of the R ...