Skip to content
Prev 255507 / 398506 Next

Syntax coloring in R console

On Fri, Apr 1, 2011 at 3:48 PM, January Weiner
<january.weiner at mpiib-berlin.mpg.de> wrote:
The idea is that you shouldn't use the R console for you main
programming needs, but only for quick and dirty checks. For the bulk
of programming tasks you are invited to use the integrated editor
(File > New > Script). The editor window does feature syntax
highlighting, and a very helpful completion mechanism (via <tab>).
Sending lines for execution to the terminal is as easy as clicking
'run lines' or ctrl+enter. If you're not a fan of keeping scripts for
your projects you can easily use temporary files that you don't save.
Notice that all panes are freely resizable and can be resized to the
point of becoming hidden. Future releases will give more control over
the panes layout (I think).

Regards
Liviu