Hello R-Users! I am looking for an editor to be able to execute commands into R in Linux ubuntu. Is there any suggestion? Thanks. [[alternative HTML version deleted]]
I can recommend RKWard which is more than an editor but is great. There is also an option to patch gedit to send commands, but it was to much of a hassle to set up to be of interest to me at least. Jonas 2010-10-05 15:52, Mehdi Zarrei skrev:> Hello R-Users! > > I am looking for an editor to be able to execute commands into R in Linux ubuntu. Is there any suggestion? > > Thanks. > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. >
On Tue, Oct 05, 2010 at 06:52:53AM -0700, Mehdi Zarrei wrote:> I am looking for an editor to be able to execute commands into R in Linux ubuntu. Is there any suggestion?1. See R FAQ, Section 6 at http://cran.r-project.org/doc/FAQ/R-FAQ.html#R-and-Emacs and do 'apt-get install emacs23 ess' 2. If Emacs isn't to your liking, try 'apt-get install kate' as one of the many alternates. 3. There is a dedicated list 'r-sig-debian' for Debian/Ubuntu. Subscribe, and post follow-ups there. Dirk -- Three out of two people have difficulties with fractions.
On Tue, Oct 5, 2010 at 4:52 PM, Mehdi Zarrei <gagzarrei at yahoo.com> wrote:> I am looking for an editor to be able to execute commands into R in Linux ubuntu. Is there any suggestion? >There is a wiki page on the subject [1]. Everyone: Please contribute your favorite editor to that list. Regards Liviu [1] http://rwiki.sciviews.org/doku.php?id=tips:using-gui:find_gui
I really like emacs+ess, so getting that to work again is the preferred solution... Kjetil On Tue, Oct 5, 2010 at 11:50 AM, Erik Iverson <eriki at ccbr.umn.edu> wrote:> >> Another alternative is to use Geany [1]. It would save you the trouble >> of learning Emacs, > > /s/save/deprive > /s/trouble/thrill > > :) > > ______________________________________________ > 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. >