Dear all, (Sorry if the question has already been answered.) Could someone please suggest a good text editor for writing R sources ? (I know emacs exists ... but I find it a bit heavy). I use crimson (http://www.crimsoneditor.com) which is small and simple, but the R syntax seems not to be supported. Thanks for any advice
Hi,> -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of vincent > (Sorry if the question has already been answered.) > Could someone please suggest a good text editor for > writing R sources ? > (I know emacs exists ... but I find it a bit heavy). > I use crimson (http://www.crimsoneditor.com) which is > small and simple, but the R syntax seems not to be supported. > Thanks for any advicealthough I prefer myself (X)Emacs, I suggest to people Tinn-R, it is GPLed, has syntax highlighting, and something I haven't seen with any other editor before: You write for example: mydata <- read.table("xxxx.csv", header=TRUE, ....) and while you are writing your code, a line pops up below the line you are writing giving you the arguments and their default values for the current function (I was impressed, I have to admit). The homepage of this project is: http://www.sciviews.org/Tinn-R/ Best, Roland +++++ This mail has been sent through the MPI for Demographic Rese...{{dropped}}
At 18:22 26/04/2005 +0200, vincent wrote:>Dear all, >(Sorry if the question has already been answered.) >Could someone please suggest a good text editor for >writing R sources ? >(I know emacs exists ... but I find it a bit heavy). >I use crimson (http://www.crimsoneditor.com) which is >small and simple, but the R syntax seems not to be supported. >Thanks for any adviceTinn-R with Sciviews : http://www.sciviews.org/Tinn-R/index.html Cuvelier Etienne Assistant FUNDP - Institut d'Informatique rue Grandgagnage, 21 B-5000 Namur (Belgique) tel: 32.81.72.49.93 fax: 32.81.72.49.67
Winedt can be used, With winRedit http://cran.r-project.org/contrib/extra/winedt/ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ DISCLAIMER:\ \ This email is from the Scottish Crop Researc...{{dropped}}
vincent wrote:> Dear all, > (Sorry if the question has already been answered.) > Could someone please suggest a good text editor for > writing R sources ? > (I know emacs exists ... but I find it a bit heavy). > I use crimson (http://www.crimsoneditor.com) which is > small and simple, but the R syntax seems not to be supported.See http://www.sciviews.org/_rgui/projects/Editors.html The page tells us that there is support for Crimson editor. Uwe Ligges> Thanks for any advice > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html
I am a big fan of jEdit (www.jedit.org). It is easy to customize text editor able to do syntax highlights of 100's of text file formats, including *.R and *.Rd files. I also can be modified by many user developed extension packages. Jarek ====================================================\====== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski at saic.com ` \
> From: Rau, Roland > > Hi, > > > > -----Original Message----- > > From: r-help-bounces at stat.math.ethz.ch > > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of vincent > > (Sorry if the question has already been answered.) > > Could someone please suggest a good text editor for > > writing R sources ? > > (I know emacs exists ... but I find it a bit heavy). > > I use crimson (http://www.crimsoneditor.com) which is > > small and simple, but the R syntax seems not to be supported. > > Thanks for any advice > > although I prefer myself (X)Emacs, I suggest to people Tinn-R, it is > GPLed, has syntax highlighting, and something I haven't seen with any > other editor before: > You write for example: > mydata <- read.table("xxxx.csv", header=TRUE, ....) > and while you are writing your code, a line pops up below the line you > are writing giving you the arguments and their default values for the > current function (I was impressed, I have to admit).I believe the builtin editor in JGR can do that, too. Andy> The homepage of this project is: > http://www.sciviews.org/Tinn-R/ > > Best, > Roland > > > +++++ > This mail has been sent through the MPI for Demographic > Rese...{{dropped}} > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > >
On 4/26/05, Uwe Ligges <ligges at statistik.uni-dortmund.de> wrote:> > (Sorry if the question has already been answered.) > > Could someone please suggest a good text editor for > > writing R sources ? > > (I know emacs exists ... but I find it a bit heavy). > > I use crimson (http://www.crimsoneditor.com) which is > > small and simple, but the R syntax seems not to be supported. > > See http://www.sciviews.org/_rgui/projects/Editors.html > The page tells us that there is support for Crimson editor.And for Linux, what do you recommend? Paul
> From: Paul Smith > > On 4/26/05, Uwe Ligges <ligges at statistik.uni-dortmund.de> wrote: > > > (Sorry if the question has already been answered.) > > > Could someone please suggest a good text editor for > > > writing R sources ? > > > (I know emacs exists ... but I find it a bit heavy). > > > I use crimson (http://www.crimsoneditor.com) which is > > > small and simple, but the R syntax seems not to be supported. > > > > See http://www.sciviews.org/_rgui/projects/Editors.html > > The page tells us that there is support for Crimson editor. > > And for Linux, what do you recommend?There are suggestions on that page that Uwe mentioned above for Linux! First choice would be (X)Emacs/ESS. Then there are also vim, kate, bluefish, ... Andy> Paul > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > >
On 4/26/05, Liaw, Andy <andy_liaw at merck.com> wrote:> > > > (Sorry if the question has already been answered.) > > > > Could someone please suggest a good text editor for > > > > writing R sources ? > > > > (I know emacs exists ... but I find it a bit heavy). > > > > I use crimson (http://www.crimsoneditor.com) which is > > > > small and simple, but the R syntax seems not to be supported. > > > > > > See http://www.sciviews.org/_rgui/projects/Editors.html > > > The page tells us that there is support for Crimson editor. > > > > And for Linux, what do you recommend? > > Tere are suggestions on that page that Uwe mentioned above for Linux! > First choice would be (X)Emacs/ESS. Then there are also vim, kate, > bluefish, ...Thanks, Andy. Does somebody know how to install ess on xemacs? Paul
On 4/26/05, Paul Smith <phhs80 at gmail.com> wrote:> On 4/26/05, Liaw, Andy <andy_liaw at merck.com> wrote: > > > > > (Sorry if the question has already been answered.) > > > > > Could someone please suggest a good text editor for > > > > > writing R sources ? > > > > > (I know emacs exists ... but I find it a bit heavy). > > > > > I use crimson (http://www.crimsoneditor.com) which is > > > > > small and simple, but the R syntax seems not to be supported. > > > > > > > > See http://www.sciviews.org/_rgui/projects/Editors.html > > > > The page tells us that there is support for Crimson editor. > > > > > > And for Linux, what do you recommend? > > > > Tere are suggestions on that page that Uwe mentioned above for Linux! > > First choice would be (X)Emacs/ESS. Then there are also vim, kate, > > bluefish, ... > > Thanks, Andy. Does somebody know how to install ess on xemacs?It comes with ESS "built-in" if you get the full distribution. But this would be better asked on the ess-help list. best, -tony "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05). A.J. Rossini blindglobe at gmail.com