Erik, What R editor do you use? I've tried SciTE but it won't color the code. Brian
I'm not Erik, but what the heck. What platform, linux or Windows? On Windows, I use Tinn-R, which is great for using with R as you get full control over the console. You need to take into account that you should install R with the SDI option, and that you have to configure Tinn-R the first time from the menu (R>Configure>Permanent). SciTe can be used with R as well. On how to set SciTe for R : http://tolstoy.newcastle.edu.au/R/e6/help/09/03/6695.html Cheers Joris On Wed, May 26, 2010 at 9:51 PM, <bgf@email.unc.edu> wrote:> Erik, > > What R editor do you use? I've tried SciTE but it won't color the code. > > Brian > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Joris Meys Statistical Consultant Ghent University Faculty of Bioscience Engineering Department of Applied mathematics, biometrics and process control Coupure Links 653 B-9000 Gent tel : +32 9 264 59 87 Joris.Meys@Ugent.be ------------------------------- Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php [[alternative HTML version deleted]]
Joris' suggestions are good ones. I use Emacs with ESS (and now org-babel) for R programming and for interaction with the R process. But I use Emacs for everything. Emacs is actually pretty easy to install these days on Windows, and Vincent Goulet provides a nice package with all you need to get started, see: http://ess.r-project.org/index.php?Section=download Also, see the IDE/Script Editors section at : http://www.sciviews.org/_rgui/ bgf at email.unc.edu wrote:> Erik, > > What R editor do you use? I've tried SciTE but it won't color the code. > > Brian > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
bgf at email.unc.edu wrote:> Erik, > > What R editor do you use? I've tried SciTE but it won't color the code. > > Brian > >If you're looking for code colouring then try StatEt and Eclipse (http://www.walware.de/goto/statet and http://www.eclipse.org/eclipse/). It's cross platform and runs really well. It also has many other great features that help coding. Regards, Paul.