Re: [R] lint for R? and debugging

2010-02-18 Thread luke

On Tue, 16 Feb 2010, Esmail wrote:


On 16-Feb-10 09:03, Karl Ove Hufthammer wrote:

On Tue, 16 Feb 2010 08:00:09 -0500 Esmailesmail...@gmail.com  wrote:

And along the same lines, any type of interactive debugging
utility for R?


See this article in R News:

'Debugging Without (Too Many) Tears'
http://cran.r-project.org/doc/Rnews/Rnews_2003-3.pdf#page=29



Thanks for the pointer, that looks very interesting.

Any lint-like utilities out there? I miss a lot of the development
tools I have available for Python or Java with R, esp once the code
starts to grow beyond a few hundred lines.



The codetools package may provide some of what you want.

luke


Esmail

__
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.



--
Luke Tierney
Chair, Statistics and Actuarial Science
Ralph E. Wareham Professor of Mathematical Sciences
University of Iowa  Phone: 319-335-3386
Department of Statistics andFax:   319-335-3017
   Actuarial Science
241 Schaeffer Hall  email:  l...@stat.uiowa.edu
Iowa City, IA 52242 WWW:  http://www.stat.uiowa.edu

__
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.


[R] lint for R? and debugging

2010-02-16 Thread Esmail

Good morning .. sorry if this is a basic question, but is there
a lint-like utility for R to check for suspicious language
constructs?

And along the same lines, any type of interactive debugging
utility for R?

My main use of R is under Linux (though I run code sometimes
under Window XP). R versions 2.9-2.10

Thanks,
Esmail

__
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.


Re: [R] lint for R? and debugging

2010-02-16 Thread Karl Ove Hufthammer
On Tue, 16 Feb 2010 08:00:09 -0500 Esmail esmail...@gmail.com wrote:
 And along the same lines, any type of interactive debugging
 utility for R?

See this article in R News:

'Debugging Without (Too Many) Tears'
http://cran.r-project.org/doc/Rnews/Rnews_2003-3.pdf#page=29

-- 
Karl Ove Hufthammer

__
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.


Re: [R] lint for R? and debugging

2010-02-16 Thread Esmail

On 16-Feb-10 09:03, Karl Ove Hufthammer wrote:

On Tue, 16 Feb 2010 08:00:09 -0500 Esmailesmail...@gmail.com  wrote:

And along the same lines, any type of interactive debugging
utility for R?


See this article in R News:

'Debugging Without (Too Many) Tears'
http://cran.r-project.org/doc/Rnews/Rnews_2003-3.pdf#page=29



Thanks for the pointer, that looks very interesting.

Any lint-like utilities out there? I miss a lot of the development
tools I have available for Python or Java with R, esp once the code
starts to grow beyond a few hundred lines.

Esmail

__
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.