Skip to content
Prev 430 / 1236 Next

[R-gui] Re: [R] The hidden costs of GPL software?

Note that there are bits and pieces of IDE components within ESS,
provided that you use some of the other tools available (in
particular, ECB).  I've not finished integration, but it provides
tools comparable to JDEE (the Emacs Java IDE), which isn't far off
from Eclipse in many ways.

Currently, it does provide limited source code navigation within the
file, for example to functions and "data assignments".  Next would be
some of the code generation tools, but that becomes tricky.

Applications programming is NOT statistical programming, and this
point needs to be hammered in, sometimes.  There is a duality with R
(and similar interactive (not necessarily interpretive) programming
languages used for data analysis such as Lisp, Perl, and Python)

An IDE for statistical analysis is different than what one wants from
a GUI, or from an IDE for applications programming.

best,
-tony

On Fri, 19 Nov 2004 04:37:04 -0800 (PST), Michael Grant
<mwgrant2001@yahoo.com> wrote: