Re: [R] GUI /IDE

2010-04-01 Thread ManInMoon
Thanks Philippe, I will look at sciviews - I have never used it before. I use Rcmdr, and I find I am often selecting and running the same lines of code. I just thought if we could name them then easily "call" that region it would be useful. Cheers -- View this message in context: http://n4.na

Re: [R] GUI /IDE

2010-03-30 Thread Philippe Grosjean
Not really *named* regions, but an easy way to run portions of code quickly in SciViews-K (http://www.sciviews.org/SciViews-K): * R -> Run marked block (or Ctrl+Shift+M) runs code between two bookmarks, * R -> Run function (or Ctrl+Shift+F) runs the code of the whole current function (you may pr

Re: [R] GUI /IDE

2010-03-30 Thread Peter
Emacs allows you run regions. Not sure about naming them Peter ManInMoon wrote: Does anyone know of a gui for R that has "regions" i.e areas of code in a script that can be named and hopefully run as a section? @region Init library(whatever) myprint<-function(...){print(...)} @endregion

[R] GUI /IDE

2010-03-30 Thread ManInMoon
Does anyone know of a gui for R that has "regions" i.e areas of code in a script that can be named and hopefully run as a section? @region Init library(whatever) myprint<-function(...){print(...)} @endregion -- View this message in context: http://n4.nabble.com/GUI-IDE-tp1745858p1745858.ht