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

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

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

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

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.

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:

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

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

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

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

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

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.

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

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,

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

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

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