Re: [R] text editors

2010-03-01 Thread Dwayne Blind
Thanks to all of you !!! 2010/2/26 > I also agree, Emacs without question. The learning curve is a bit steep > but once you know it you can use it > for just about anything, but cleaning the kitchen sink! > > Gérald Jean > Conseiller senior en statistiques, > VP Planification et Développemen

Re: [R] text editors

2010-02-26 Thread Tao Shi
If you do everything in Windows, Tinn-R is one of the best and also the one I use.  I also tried WinEdt. It's very good, but it is not free.  If you want a cross-platform editor, Emacs+ESS is the one.  Like others said, the learning curve is steep, but worth it. ...Tao ===

Re: [R] text editors

2010-02-26 Thread David Reinke
ly e-mail and destroy all copies of the original message. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Tobias Verbeke Sent: Friday, February 26, 2010 10:22 AM To: Sharpie Cc: r-help@r-project.org Subject: Re: [R] text editors Sha

Re: [R] text editors

2010-02-26 Thread Tobias Verbeke
Sharpie wrote: Dwayne Blind wrote: Dear all, Do you use a text editor ? What would you recommend for Windows users ? What about Tinn-R ? Thank you very much, Dwayne Learning a text editor is a significant and very valuable investment of your time. In order to maximize the return from thi

Re: [R] text editors

2010-02-26 Thread Sharpie
Sharpie wrote: > > For example, I spend an equal amount of time working on Windows, OS X and > Linux. There are a ton of great Windows-only editors out there, but they > aren't a good option for me because I only use windows 1/3 of the time I'm > at a computer. > > Some good editors I know of

Re: [R] text editors

2010-02-26 Thread Sharpie
Dwayne Blind wrote: > > Dear all, > > Do you use a text editor ? What would you recommend for Windows users ? > What > about Tinn-R ? > > Thank you very much, > Dwayne > > Learning a text editor is a significant and very valuable investment of your time. In order to maximize the return fro

Re: [R] text editors

2010-02-26 Thread gerald . jean
I also agree, Emacs without question. The learning curve is a bit steep but once you know it you can use it for just about anything, but cleaning the kitchen sink! Gérald Jean Conseiller senior en statistiques, VP Planification et Développement des Marchés, Desjardins Groupe d'Assurances Générale

Re: [R] text editors

2010-02-26 Thread Ista Zahn
As has been said before: Emacs! It's not as scary as it used to be. For Windows I recommend http://vgoulet.act.ulaval.ca/en/ressources/emacs/ -Ista On Fri, Feb 26, 2010 at 11:10 AM, Dwayne Blind wrote: > Dear all, > > Do you use a text editor ? What would you recommend for Windows users ? What >

Re: [R] text editors

2010-02-26 Thread Gabor Grothendieck
There is a list here: http://www.sciviews.org/_rgui/projects/Editors.html On Fri, Feb 26, 2010 at 11:10 AM, Dwayne Blind wrote: > Dear all, > > Do you use a text editor ? What would you recommend for Windows users ? What > about Tinn-R ? > > Thank you very much, > Dwayne > >        [[alternative

Re: [R] text editors

2010-02-26 Thread Erik Iverson
Dwayne Blind wrote: Dear all, Do you use a text editor ? What would you recommend for Windows users ? What about Tinn-R ? Dwayne, Perhaps you have seen http://www.sciviews.org/_rgui/ , it has information on several possibilities. It would be hard to pull me away from using Emacs with ESS

Re: [R] Text editors for Sweave (rnw) files

2009-10-06 Thread Giovanni Petris
Emacs + ESS does too. Giovanni > Date: Tue, 06 Oct 2009 12:34:28 -0400 > From: Gabor Grothendieck > Sender: r-help-boun...@r-project.org > Cc: r-help@r-project.org > Precedence: list > DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; > h=domainkey-signature:mime

Re: [R] Text editors for Sweave (rnw) files

2009-10-06 Thread Steve Lianoglou
Hi, On Oct 6, 2009, at 12:30 PM, Gregory Gentlemen wrote: Hi fellow R-users, Are there any text editors that recognize sweave (.rnw) files? I am running Windows Vista and in the past I used Tinn-R for R files but it (surprisingly) doesn't recognize rnw files and does not do any syntax hi

Re: [R] Text editors for Sweave (rnw) files

2009-10-06 Thread Liviu Andronic
On 10/6/09, Gregory Gentlemen wrote: > Are there any text editors that recognize sweave (.rnw) files? I am running > Windows Vista and in the past I used Tinn-R for R files but it (surprisingly) > doesn't recognize rnw files and does not do any syntax highlighting for them. > Slightly off-topic

Re: [R] Text editors for Sweave (rnw) files

2009-10-06 Thread Gabor Grothendieck
vim/gvim does syntax highlighting of R, Sweave and latex. On Tue, Oct 6, 2009 at 12:30 PM, Gregory Gentlemen wrote: > Hi fellow R-users, > > Are there any text editors that recognize sweave (.rnw) files? I am running > Windows Vista and in the past I used Tinn-R for R files but it (surprisingly)

Re: [R] Text editors for Sweave (rnw) files

2009-10-06 Thread Erik Iverson
Emacs with ESS would be one way to go. When editing a RNW file in ESS, you can use a key combination to go from RNW directly to PS or PDF, which is nice. Erik > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Gregory Gentlem