Re: [R] Colour-coded Editor for R Code

2006-11-07 Thread Bernardo Rangel tura
At 07:11 AM 11/6/2006, Jon Minton wrote:
Do any of you know any simple programming editors for R scripts which offer
basic colour-coding and bracket-matching facilities?

Dregging through scripts to find a missing comma or parentheses is something
I'd rather do less of...



Jon Minton

Well

If you use windows I recomend Tinn-R

https://sourceforge.net/projects/tinn-r


Bernardo Rangel Tura, MD, PHD
National Institute of Cardiology Laranjeiras
Rio de Janeiro Brazil

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


[R] Colour-coded Editor for R Code

2006-11-06 Thread Jon Minton
Do any of you know any simple programming editors for R scripts which offer
basic colour-coding and bracket-matching facilities? 

Dregging through scripts to find a missing comma or parentheses is something
I'd rather do less of...

 

Jon Minton

 

 


[[alternative HTML version deleted]]

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Colour-coded Editor for R Code

2006-11-06 Thread michael watson \(IAH-C\)
Tinn-R



From: [EMAIL PROTECTED] on behalf of Jon Minton
Sent: Mon 06/11/2006 9:11 AM
To: R-help@stat.math.ethz.ch
Subject: [R] Colour-coded Editor for R Code



Do any of you know any simple programming editors for R scripts which offer
basic colour-coding and bracket-matching facilities?

Dregging through scripts to find a missing comma or parentheses is something
I'd rather do less of...



Jon Minton






[[alternative HTML version deleted]]

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Colour-coded Editor for R Code

2006-11-06 Thread Dan Bebber
Jon,

are you using Windows? If so, try WinEdt with library(RWinEdt).
It has all the features you want and need.

For Linux/Unix use EMACS.

There is a section on CRAN about editors.

Cheers,
Dan Bebber

Department of Plant Sciences
University of Oxford

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Colour-coded Editor for R Code

2006-11-06 Thread Philippe Grosjean
Hello,

You have a rather large list of editor that support R syntax 
highlighting listed in: http://www.sciviews.org/_rgui/projects/Editors.html.
Best,

Philippe Grosjean

Dan Bebber wrote:
 Jon,
 
 are you using Windows? If so, try WinEdt with library(RWinEdt).
 It has all the features you want and need.
 
 For Linux/Unix use EMACS.
 
 There is a section on CRAN about editors.
 
 Cheers,
 Dan Bebber
 
 Department of Plant Sciences
 University of Oxford
 
 __
 R-help@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
 and provide commented, minimal, self-contained, reproducible code.
 


__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Colour-coded Editor for R Code

2006-11-06 Thread Richard M. Heiberger
Emacs and ESS for both Unix and Windows.

emacs for Windows from
ftp://ftp.gnu.org/pub/gnu/emacs/windows/emacs-21.3-fullbin-i386.tar.gz

emacs for Unix from
ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.4a.tar.gz


ESS from
http://ess.r-project.org/
Click on Source for the package itself.
Other items on the page give documentation.

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Colour-coded Editor for R Code

2006-11-06 Thread Mihai Nica
But in Win you could try Tinn-R which is quite good!! 
Mihai Nica
170 East Griffith St. G5
Jackson, MS 39201
601-914-0361

- Original Message 
From: Richard M. Heiberger [EMAIL PROTECTED]
To: Jon Minton [EMAIL PROTECTED]; R-help@stat.math.ethz.ch
Sent: Monday, November 6, 2006 7:45:54 AM
Subject: Re: [R] Colour-coded Editor for R Code

Emacs and ESS for both Unix and Windows.

emacs for Windows from
ftp://ftp.gnu.org/pub/gnu/emacs/windows/emacs-21.3-fullbin-i386.tar.gz

emacs for Unix from
ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.4a.tar.gz


ESS from
http://ess.r-project.org/
Click on Source for the package itself.
Other items on the page give documentation.

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.







[[alternative HTML version deleted]]

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Colour-coded Editor for R Code

2006-11-06 Thread Don MacQueen
And Mac:

emacs for the Mac native environment
http://aquamacs.org/

At 8:45 AM -0500 11/6/06, Richard M. Heiberger wrote:
Emacs and ESS for both Unix and Windows.

emacs for Windows from
ftp://ftp.gnu.org/pub/gnu/emacs/windows/emacs-21.3-fullbin-i386.tar.gz

emacs for Unix from
ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.4a.tar.gz


ESS from
http://ess.r-project.org/
Click on Source for the package itself.
Other items on the page give documentation.

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


-- 
--
Don MacQueen
Environmental Protection Department
Lawrence Livermore National Laboratory
Livermore, CA, USA

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.