Hi Everyone, I recently have started using R again on a Linux box after spending several years on a Mac. Last I checked, the best way to use R was through EMACS using something like ESS. I remember that being serviceable but not always the most convenient. Is there anything comparable to the mac version of R with its built in console, editor, etc?? thanks! -- View this message in context: http://r.789695.n4.nabble.com/Linux-Editor-tp2310432p2310432.html Sent from the R help mailing list archive at Nabble.com.
> Is there anything comparable to the mac version of R with its built in > console, editor, etc??Aside from ESS/EMACS, you might try JGR, Tinn-R and Eclipse with StatET. The later has the most features and is the best IDE, and we're in the process of migrating to it from Tinn-R. cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
Hi,> I recently have started using R again on a Linux box after spending several > years on a Mac. Last I checked, the best way to use R was through EMACS > using something like ESS. I remember that being serviceable but not always > the most convenient.> Is there anything comparable to the mac version of R with its built in > console, editor, etc??There is the impressive rkward (http://rkward.sourceforge.net/) But I personally still feel more confortable with kde's kate + R opened in the konsole window, plus a couple of shortcuts to pipe the selected text to the console. Have fun! Scion
[shameless plug] I use TeXmacs with R. You can have R in a session. And you can even insert graphs into your session. http://www.texmacs.org/tmweb/plugins/statistics.en.html#r (But then, I wrote the interface between R and TeXmacs) Michael -- View this message in context: http://r.789695.n4.nabble.com/Linux-Editor-tp2310432p2310589.html Sent from the R help mailing list archive at Nabble.com.
In addition, there is SciViews for Komodo edit http://www.sciviews.org/SciViews-K/ Joe On Mon, Aug 2, 2010 at 10:35 AM, alphaace <rsaber@comcast.net> wrote:> > Hi Everyone, > > I recently have started using R again on a Linux box after spending several > years on a Mac. Last I checked, the best way to use R was through EMACS > using something like ESS. I remember that being serviceable but not always > the most convenient. > > Is there anything comparable to the mac version of R with its built in > console, editor, etc?? > > thanks! > -- > View this message in context: > http://r.789695.n4.nabble.com/Linux-Editor-tp2310432p2310432.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. >-- [[alternative HTML version deleted]]
Michael, Does TexMacs works with the latest R? Shige On Tue, Aug 3, 2010 at 1:16 AM, Michael Lachmann <lachmann at eva.mpg.de> wrote:> > [shameless plug] > I use TeXmacs with R. You can have R in a session. And you can even insert > graphs into your session. > > http://www.texmacs.org/tmweb/plugins/statistics.en.html#r > > > (But then, I wrote the interface between R and TeXmacs) > > Michael > -- > View this message in context: http://r.789695.n4.nabble.com/Linux-Editor-tp2310432p2310589.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. >
alphaace <rsaber <at> comcast.net> writes:> > > Hi Everyone, > > I recently have started using R again on a Linux box after spending several > years on a Mac. Last I checked, the best way to use R was through EMACS > using something like ESS. I remember that being serviceable but not always > the most convenient. > > Is there anything comparable to the mac version of R with its built in > console, editor, etc?? > > thanks!There is also Rgedit for use with the Gnome default text editor gedit: http://www.stattler.com/article/using-gedit-or-rgedit-r Michael Bibo Queensland Health
Try SciViews-K, an extension for Komodo Edit to transform it into a R editor and GUI. http://www.sciviews.org/SciViews-K/index.html On 2010-8-2 23:35, alphaace wrote:> Hi Everyone, > > I recently have started using R again on a Linux box after spending several > years on a Mac. Last I checked, the best way to use R was through EMACS > using something like ESS. I remember that being serviceable but not always > the most convenient. > > Is there anything comparable to the mac version of R with its built in > console, editor, etc?? > > thanks!