On Jan 21, 2016 12:01 PM, "Philippe Massicotte" <pmassicotte at hotmail.com> 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 with it. However I dont see any Mac >> version is available for Mac. >> >> Appreciate your positive feedback. >> >> Thanks and regards, >> > Atom seems to be a good choice also.Is it? Which package(s) should I install to write and run R code in Atom? Certainly I don't see anything useful out of the box. Best, Ista> > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]
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 <istazahn at gmail.com> wrote:> On Jan 21, 2016 12:01 PM, "Philippe Massicotte" <pmassicotte at hotmail.com> > 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 with it. However I dont see any Mac >>> version is available for Mac. >>> >>> Appreciate your positive feedback. >>> >>> Thanks and regards, >>> >> Atom seems to be a good choice also. > > Is it? Which package(s) should I install to write and run R code in Atom? > Certainly I don't see anything useful out of the box. > > Best, > Ista >> >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> 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]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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 Thu, Jan 21, 2016 at 12:54 PM, boB Rudis <bob at rudis.net> 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 Emacs with ESS (via Spacemacs) for now, but will keep an eye on Atom. --Ista> > On Thu, Jan 21, 2016 at 12:48 PM, Ista Zahn <istazahn at gmail.com> wrote: >> On Jan 21, 2016 12:01 PM, "Philippe Massicotte" <pmassicotte at hotmail.com> >> 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 with it. However I dont see any Mac >>>> version is available for Mac. >>>> >>>> Appreciate your positive feedback. >>>> >>>> Thanks and regards, >>>> >>> Atom seems to be a good choice also. >> >> Is it? Which package(s) should I install to write and run R code in Atom? >> Certainly I don't see anything useful out of the box. >> >> Best, >> Ista >>> >>> >>> ______________________________________________ >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> 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]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> 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.
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 <bob at rudis.net> 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). > > On Thu, Jan 21, 2016 at 12:48 PM, Ista Zahn <istazahn at gmail.com> wrote: >> On Jan 21, 2016 12:01 PM, "Philippe Massicotte" <pmassicotte at hotmail.com> >> 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 with it. However I dont see any Mac >>>> version is available for Mac. >>>> >>>> Appreciate your positive feedback. >>>> >>>> Thanks and regards, >>>> >>> Atom seems to be a good choice also. >> >> Is it? Which package(s) should I install to write and run R code in Atom? >> Certainly I don't see anything useful out of the box. >> >> Best, >> Ista >>> >>> >>> ______________________________________________ >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> 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]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> 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. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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.