Re: [R] R editor for Mac

2016-01-21 Thread Berend Hasselman
> On 21 Jan 2016, at 19:06, Duncan Murdoch wrote: > > On 20/01/2016 1:28 PM, Duncan Murdoch wrote: >> On 20/01/2016 1:22 PM, Christofer Bogaso wrote: >> > Hi, >> > >> > Could you please suggest a good R editor for Mac OS X (10.7.5) >> > Previously my operating system was Windows and there I used

Re: [R] R editor for Mac

2016-01-21 Thread William Michels via R-help
Run Atom with the language-r and r-exec packages: "A language description and snippets for R" https://atom.io/packages/language-r "Send R code to various consoles" https://atom.io/packages/r-exec On Thu, Jan 21, 2016 at 9:54 AM, boB Rudis wrote: > Here you go Ista: https://atom.io/packages/rep

Re: [R] R editor for Mac

2016-01-21 Thread Ista Zahn
On Thu, Jan 21, 2016 at 12:54 PM, boB Rudis wrote: > Here you go Ista: https://atom.io/packages/repl (Atom rly isn't bad > for general purpose data sci needs, I still think RStudio is the best > environment for working with R projects). Thanks Bob, the Atom REPL thingy is nice. I'm sticking with

Re: [R] R editor for Mac

2016-01-21 Thread boB Rudis
Aye. You can make source/editor windows consume the entire area or have them as separate windows and can define a consistent line-ending vs platform native (I run RStudio Preview and [sometimes] dailies and can confirm these are in there). The addition of full R (C/C++/HTML/javascript/etc) code dia

Re: [R] R editor for Mac

2016-01-21 Thread Duncan Murdoch
On 20/01/2016 1:28 PM, Duncan Murdoch wrote: On 20/01/2016 1:22 PM, Christofer Bogaso wrote: > Hi, > > Could you please suggest a good R editor for Mac OS X (10.7.5) > Previously my operating system was Windows and there I used Notepad++, > I really had very nice experience with it. However I don

Re: [R] R editor for Mac

2016-01-21 Thread boB Rudis
Here you go Ista: https://atom.io/packages/repl (Atom rly isn't bad for general purpose data sci needs, I still think RStudio is the best environment for working with R projects). On Thu, Jan 21, 2016 at 12:48 PM, Ista Zahn wrote: > On Jan 21, 2016 12:01 PM, "Philippe Massicotte" > wrote: >> >>

Re: [R] R editor for Mac

2016-01-21 Thread Ista Zahn
On Jan 21, 2016 12:01 PM, "Philippe Massicotte" wrote: > > On 01/20/2016 07:22 PM, Christofer Bogaso wrote: >> >> Hi, >> >> Could you please suggest a good R editor for Mac OS X (10.7.5) >> Previously my operating system was Windows and there I used Notepad++, >> I really had very nice experience

Re: [R] R editor for Mac

2016-01-20 Thread Sandeep Rana
Christopher, Download TextWrangler from App store. I’m using it and its very convenient. Regards, Sunny > On 20-Jan-2016, at 11:52 PM, Christofer Bogaso > wrote: > > Hi, > > Could you please suggest a good R editor for Mac OS X (10.7.5) > Previously my operating system was Windows and there

Re: [R] R editor for Mac

2016-01-20 Thread William Michels via R-help
Hello Christofer! For text-editing the R.app GUI has always been fabulous. An old mainstay on the Mac (after Apple's TextEdit) has been TextWrangler, and its big-brother, BBEdit. For development RStudio is quite nice, and--based partly on RStudio's offering of a Vim-compatibility mode--Vim has bec

Re: [R] R editor for Mac

2016-01-20 Thread Richard M. Heiberger
Emacs with ESS is very simple to operate when you use the menu. See Paul Johnson's document [Emacs has no learning curve: Emacs and ESS] http://pj.freefaculty.org/guides/Rcourse/emacs-ess/emacs-ess.pdf Rich On Wed, Jan 20, 2016 at 2:59 PM, Duncan Murdoch wrote: > On 20/01/2016 2:22 PM, Franklin

Re: [R] R editor for Mac

2016-01-20 Thread Berend Hasselman
> On 20 Jan 2016, at 20:22, Franklin Bretschneider wrote: > > Dear Christofer Bogaso, > > > Re: > > >> Could you please suggest a good R editor for Mac OS X (10.7.5) > > > > Indeed, as Roy Mendelssohn wrote, the editor built into "R.app", the GUI > program which is part of the standard R

Re: [R] R editor for Mac

2016-01-20 Thread Duncan Murdoch
On 20/01/2016 2:22 PM, Franklin Bretschneider wrote: Dear Christofer Bogaso, Re: > Could you please suggest a good R editor for Mac OS X (10.7.5) Indeed, as Roy Mendelssohn wrote, the editor built into "R.app", the GUI program which is part of the standard R for OS X, has a beautiful edit

Re: [R] R editor for Mac

2016-01-20 Thread boB Rudis
If you don't want to run RStudio, Sublime Text has both great R code syntax highlighting/formatting and a REPL mode for an interactive console in-editor. Atom also has decent R support. They both play well with "Dash" which is an alternative way (separate app) to lookup R docs on OS X. On Wed, J

Re: [R] R editor for Mac

2016-01-20 Thread Franklin Bretschneider
Dear Christofer Bogaso, Re: > Could you please suggest a good R editor for Mac OS X (10.7.5) Indeed, as Roy Mendelssohn wrote, the editor built into "R.app", the GUI program which is part of the standard R for OS X, has a beautiful editor, complete with syntax colouring and bracket balanci

Re: [R] R editor for Mac

2016-01-20 Thread Roy Mendelssohn - NOAA Federal
Hi: Both the default Mac OS X installation of R (with the GUI) as well as RStudio, have very nice editors for coding in R. -Roy > On Jan 20, 2016, at 10:22 AM, Christofer Bogaso > wrote: > > Hi, > > Could you please suggest a good R editor for Mac OS X (10.7.5) > Previously my operating sy

Re: [R] R editor for Mac

2016-01-20 Thread Duncan Murdoch
On 20/01/2016 1:22 PM, Christofer Bogaso wrote: Hi, Could you please suggest a good R editor for Mac OS X (10.7.5) Previously my operating system was Windows and there I used Notepad++, I really had very nice experience with it. However I dont see any Mac version is available for Mac. Appreciat

Re: [R] R editor for Mac

2016-01-20 Thread Rich Shepard
On Wed, 20 Jan 2016, Christofer Bogaso wrote: Could you please suggest a good R editor for Mac OS X (10.7.5) Previously my operating system was Windows and there I used Notepad++, I really had very nice experience with it. However I dont see any Mac version is available for Mac. Emacs might

[R] R editor for Mac

2016-01-20 Thread Christofer Bogaso
Hi, Could you please suggest a good R editor for Mac OS X (10.7.5) Previously my operating system was Windows and there I used Notepad++, I really had very nice experience with it. However I dont see any Mac version is available for Mac. Appreciate your positive feedback. Thanks and regards, __

Re: [R] R editor in ubuntu!

2010-10-05 Thread Kjetil Halvorsen
Forgot ... The best thing with emacs , it that it has modes for close to everything, so you don'nt need to learn new editors for whatever strange projecy you start. By the way, i installed eclipse to try it out. It is way of biggish... Kjetil On Tue, Oct 5, 2010 at 12:30 PM, Kjetil Halvorsen wr

Re: [R] R editor in ubuntu!

2010-10-05 Thread Kjetil Halvorsen
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 wrote: > >> Another alternative is to use Geany [1]. It would save you the trouble >> of learning Emacs, > > /s/save/deprive > /s/trouble/thrill > > :) > > ___

Re: [R] R editor in ubuntu!

2010-10-05 Thread Erik Iverson
Another alternative is to use Geany [1]. It would save you the trouble of learning Emacs, /s/save/deprive /s/trouble/thrill :) __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http:

Re: [R] R editor in ubuntu!

2010-10-05 Thread Liviu Andronic
On Tue, Oct 5, 2010 at 4:52 PM, Mehdi Zarrei 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://

Re: [R] R editor in ubuntu!

2010-10-05 Thread Liviu Andronic
On Tue, Oct 5, 2010 at 5:43 PM, Christopher W Ryan wrote: > As an alternative to emacs-ess, you could try gedit with the R plugin. > Another alternative is to use Geany [1]. It would save you the trouble of learning Emacs, and I find it better designed for code editing than Gedit. If you're a begi

Re: [R] R editor in ubuntu!

2010-10-05 Thread peter dalgaard
On Oct 5, 2010, at 16:29 , Kjetil Halvorsen wrote: > see below. > > On Tue, Oct 5, 2010 at 10:25 AM, Laurent Gatto > wrote: >> Dear Kjetil, >> >> On 5 October 2010 15:12, Kjetil Halvorsen >> wrote: >>> emacs23+ess is great BUT there is a very large problem which is >>> driving me away from i

Re: [R] R editor in ubuntu!

2010-10-05 Thread Laurent Gatto
On 5 October 2010 15:29, Kjetil Halvorsen wrote: > see below. > > On Tue, Oct 5, 2010 at 10:25 AM, Laurent Gatto > wrote: >> Dear Kjetil, >> >> On 5 October 2010 15:12, Kjetil Halvorsen >> wrote: >>> emacs23+ess is great BUT there is a very large problem which is >>> driving me away from it: >>

Re: [R] R editor in ubuntu!

2010-10-05 Thread Christopher W Ryan
As an alternative to emacs-ess, you could try gedit with the R plugin. --Chris Ryan I am looking for an editor to be able to execute commands into R in Linux ubuntu. Is there any suggestion? [[alternative HTML version deleted]] __ R-help

Re: [R] R editor in ubuntu!

2010-10-05 Thread Kjetil Halvorsen
see below. On Tue, Oct 5, 2010 at 10:25 AM, Laurent Gatto wrote: > Dear Kjetil, > > On 5 October 2010 15:12, Kjetil Halvorsen > wrote: >> emacs23+ess is great BUT there is a very large problem which is >> driving me away from it: >> (on ubuntu) since version 23, emacs has a very problematic bug,

Re: [R] R editor in ubuntu!

2010-10-05 Thread Laurent Gatto
Dear Kjetil, On 5 October 2010 15:12, Kjetil Halvorsen wrote: > emacs23+ess is great BUT there is a very large problem which is > driving me away from it: > (on ubuntu) since version 23, emacs has a very problematic bug, which > I have reported as: > > bug#6193: emacs 23 in ubuntu 10.04 gnu linux

Re: [R] R editor in ubuntu!

2010-10-05 Thread Kjetil Halvorsen
emacs23+ess is great BUT there is a very large problem which is driving me away from it: (on ubuntu) since version 23, emacs has a very problematic bug, which I have reported as: bug#6193: emacs 23 in ubuntu 10.04 gnu linux: black lines overwrite text! but the emacs devs does'nt seem to respond.

Re: [R] R editor in ubuntu!

2010-10-05 Thread Dirk Eddelbuettel
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 e

Re: [R] R editor in ubuntu!

2010-10-05 Thread Jonas Josefsson
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 ab

[R] R editor in ubuntu!

2010-10-05 Thread Mehdi Zarrei
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@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] R editor

2010-05-26 Thread Paul
b...@email.unc.edu wrote: Erik, What R editor do you use? I've tried SciTE but it won't color the code. Brian If you're looking for code colouring then try StatEt and Eclipse (http://www.walware.de/goto/statet and http://www.eclipse.org/eclipse/). It's cross platform and runs really w

Re: [R] R editor

2010-05-26 Thread Erik Iverson
Joris' suggestions are good ones. I use Emacs with ESS (and now org-babel) for R programming and for interaction with the R process. But I use Emacs for everything. Emacs is actually pretty easy to install these days on Windows, and Vincent Goulet provides a nice package with all you need to g

Re: [R] R editor

2010-05-26 Thread Joris Meys
I'm not Erik, but what the heck. What platform, linux or Windows? On Windows, I use Tinn-R, which is great for using with R as you get full control over the console. You need to take into account that you should install R with the SDI option, and that you have to configure Tinn-R the first time fr

[R] R editor

2010-05-26 Thread bgf
Erik, What R editor do you use? I've tried SciTE but it won't color the code. Brian __ 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 provi

Re: [R] R editor that will work with Rcmdr

2009-03-19 Thread Jannis Vajen
.pdf Regards Alain 212-449-4894 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of John Fox Sent: Friday, March 06, 2009 10:31 AM To: 'Michael Bibo' Cc: r-h...@stat.math.ethz.ch Subject: Re: [R] R editor that will work w

Re: [R] R editor that will work with Rcmdr

2009-03-08 Thread Tal Galili
> > > > > > > -Original Message- > > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > > On Behalf Of John Fox > > Sent: Friday, March 06, 2009 10:31 AM > > To: 'Michael Bibo' > > Cc: r-h...@stat.math.ethz.

Re: [R] R editor that will work with Rcmdr

2009-03-08 Thread Daniel Viar
/Rintro/R_Eclipse_StatET.pdf > > Regards > > Alain > 212-449-4894 > > > > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of John Fox > Sent: Friday, March 06, 2009 10:31 AM > To: 'Michael Bi

Re: [R] R editor that will work with Rcmdr

2009-03-06 Thread Ledon Wong, Alain (Portfolio Analytics)
: Friday, March 06, 2009 10:31 AM To: 'Michael Bibo' Cc: r-h...@stat.math.ethz.ch Subject: Re: [R] R editor that will work with Rcmdr Dear Michael, For what it's worth, I develop the Rcmdr under Eclipse, and it works fine with Eclipse -- both under Windows and under Mac OS X. Of the

Re: [R] R editor that will work with Rcmdr

2009-03-06 Thread John Fox
rch-06-09 5:20 AM > To: r-h...@stat.math.ethz.ch > Subject: Re: [R] R editor that will work with Rcmdr > > John Sorkin grecc.umaryland.edu> writes: > > > > > R 2.8.1 > > Windows XP > > Fedora Linux. > > > > I would like a suggestion for an editor that wi

Re: [R] R editor that will work with Rcmdr

2009-03-06 Thread Michael Bibo
John Sorkin grecc.umaryland.edu> writes: > > R 2.8.1 > Windows XP > Fedora Linux. > > I would like a suggestion for an editor that will help format my R code that can be used with Rcmdr. Is there > anything I need to know about running or installing an editor when using Rcmdr? I run R on both W

Re: [R] R editor that will work with Rcmdr

2009-03-05 Thread John Fox
> -Original Message- > From: John Sorkin [mailto:jsor...@grecc.umaryland.edu] > Sent: March-05-09 11:34 AM > To: 'Peter Dalgaard'; John Fox > Cc: r-help@r-project.org > Subject: RE: [R] R editor that will work with Rcmdr > > Peter, > I see that you do n

Re: [R] R editor that will work with Rcmdr

2009-03-05 Thread John Fox
who want a real programming editor are better off not using the Rcmdr for that purpose. Best, John > -Original Message- > From: Peter Dalgaard [mailto:p.dalga...@biostat.ku.dk] > Sent: March-05-09 8:29 AM > To: John Fox > Cc: 'John Sorkin'; r-help@r-project.org &g

Re: [R] R editor that will work with Rcmdr

2009-03-05 Thread John Sorkin
> -Original Message- > From: Peter Dalgaard [mailto:p.dalga...@biostat.ku.dk] > Sent: March-05-09 8:29 AM > To: John Fox > Cc: 'John Sorkin'; r-help@r-project.org > Subject: Re: [R] R editor that will work with Rcmdr > > John Fox wrote: > > Dea

Re: [R] R editor that will work with Rcmdr

2009-03-05 Thread Peter Dalgaard
project.org [mailto:r-help-boun...@r-project.org] > On >> Behalf Of John Sorkin >> Sent: March-05-09 7:18 AM >> To: r-help@r-project.org >> Subject: [R] R editor that will work with Rcmdr >> >> R 2.8.1 >> Windows XP >> Fedora Linux. >> >&g

Re: [R] R editor that will work with Rcmdr

2009-03-05 Thread John Fox
cript window. Regards, John > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of John Sorkin > Sent: March-05-09 7:18 AM > To: r-help@r-project.org > Subject: [R] R editor that will work with Rcmdr > > R 2.8.

[R] R editor that will work with Rcmdr

2009-03-05 Thread John Sorkin
R 2.8.1 Windows XP Fedora Linux. I would like a suggestion for an editor that will help format my R code that can be used with Rcmdr. Is there anything I need to know about running or installing an editor when using Rcmdr? I run R on both Windows and Linux (Fedora). Thank you, John John David