Re: [R] editor for MacOS

2010-12-17 Thread Jonathan Marc Bearak
I can't speak as to TextWrangler, but in BBEdit, it's the first option under "Editing: General" in the Preferences dialog. Someone else may know whether or not TextWrangler includes an autocompletion feature? On Dec 17, 2010, at 6:31 PM, huang min wrote: > I use Textwrangler. I cannot find the

Re: [R] editor for MacOS

2010-12-17 Thread huang min
I use Textwrangler. I cannot find the option you mention. Huang On Sat, Dec 18, 2010 at 7:06 AM, Jonathan Marc Bearak < jonathan.bea...@gmail.com> wrote: > Are text completions turned on under BBEdit:Preferences:Editing--General? > > Jonathan > > On Dec 17, 2010, at 5:10 PM, huang min wrote: > >

Re: [R] editor for MacOS

2010-12-17 Thread Jonathan Marc Bearak
Are text completions turned on under BBEdit:Preferences:Editing--General? Jonathan On Dec 17, 2010, at 5:10 PM, huang min wrote: > I tried Jonathan's applescript. It doesn't work too. > > For the R.plist, did you get the auto-completion etc? It seems only the > syntax coloring works. > > Huan

Re: [R] editor for MacOS

2010-12-17 Thread Cutler, Gene
@gmail.com] Sent: Friday, December 17, 2010 2:10 PM To: Cutler, Gene Cc: r-help@r-project.org Subject: Re: [R] editor for MacOS I tried Jonathan's applescript. It doesn't work too. For the R.plist, did you get the auto-completion etc? It seems only the syntax coloring works.

Re: [R] editor for MacOS

2010-12-17 Thread huang min
I tried Jonathan's applescript. It doesn't work too. For the R.plist, did you get the auto-completion etc? It seems only the syntax coloring works. Huang On Sat, Dec 18, 2010 at 5:27 AM, Gene wrote: > > I'm the original author of the R colorzing code for TextWrangler/BBEdit > mentioned by Stev

Re: [R] editor for MacOS

2010-12-17 Thread Gene
I'm the original author of the R colorzing code for TextWrangler/BBEdit mentioned by Steve (it was later updated and maintained by Jonathan Marc Bearak: http://homepages.nyu.edu/~jmb736/code/R_language_module_for_BBEdit/R.plist), and highly recommend the use of BBEdit or TextWrangler along with th

Re: [R] editor for MacOS

2010-12-17 Thread Liviu Andronic
On Thu, Dec 16, 2010 at 11:09 PM, stephen sefick wrote: > You will get as many suggestions as there are people and here is mine- > I like gedit. > Personally I keep suggesting Geany over gedit. :) > I would move that this be added to the FAQs as it seems > to pop up quite often. > The wiki would

Re: [R] editor for MacOS

2010-12-17 Thread Steve Lianoglou
Here are a few links for people looking to use TextWrangler as an R editor. I haven't ever tried these since I don't use TextWrangler/BBEdit, so hopefully they work for you: (1) Sending commands from TW to R: https://stat.ethz.ch/pipermail/r-sig-mac/2008-November/005541.html (2) "really" coloriz

Re: [R] editor for MacOS

2010-12-16 Thread David L. Van Brunt, Ph.D.
Under "Edit... Text Options... Languages" there are several that are "close enough" to provide usefulness in R. Options like "Ruby", "Python", "C++", etc all help with colorizing in rule-based ways, and making sure quotes match, and every "(" has a ")", etc. Just visual aids-- I'm sure one could p

Re: [R] editor for MacOS

2010-12-16 Thread David Cross
emacs/ess/sweave work for me! http://ess.r-project.org/ http://www.stat.uni-muenchen.de/~leisch/Sweave/ Cheers David Cross d.cr...@tcu.edu www.davidcross.us On Dec 16, 2010, at 7:56 PM, Steve Lianoglou wrote: I didn't see JGR suggested yet (maybe it's like Tinn-R(?)): http://www.rforge.n

Re: [R] editor for MacOS

2010-12-16 Thread Steve Lianoglou
I didn't see JGR suggested yet (maybe it's like Tinn-R(?)): http://www.rforge.net/JGR/screenshots.html I'm a fan of the emacs/ess combo myself. -steve On Thu, Dec 16, 2010 at 10:41 AM, Troels Ring wrote: > Dear friends - I'm using Tinn-R in Windows and find it OK. My son is running > MacOS and

Re: [R] editor for MacOS

2010-12-16 Thread huang min
Dear David, I also use the build-in editor and textwrangler. How can I get the syntax highlighting in textwrangler? Huang On Fri, Dec 17, 2010 at 12:02 AM, David L. Van Brunt, Ph.D. < dlvanbr...@gmail.com> wrote: > Frankly, the built-in R editor for OS X is far better than the built-in > editor

Re: [R] editor for MacOS

2010-12-16 Thread stephen sefick
You will get as many suggestions as there are people and here is mine- I like gedit. I would move that this be added to the FAQs as it seems to pop up quite often. Stephen On Thu, Dec 16, 2010 at 4:38 PM, Jakson A. Aquino wrote: > On Thu, Dec 16, 2010 at 12:41 PM, Troels Ring wrote: >> Dear fr

Re: [R] editor for MacOS

2010-12-16 Thread Jakson A. Aquino
On Thu, Dec 16, 2010 at 12:41 PM, Troels Ring wrote: > Dear friends - I'm using Tinn-R in Windows and find it OK. My son is running > MacOS and is just starting using R and I know nothing about MacOS and R but > we seem to have difficulties in finding something similar to Tinn for MaC. > What are

Re: [R] editor for MacOS

2010-12-16 Thread Erich Neuwirth
TextMate from www.macromates.com is a very nice editor, similar in power to Emacs, but much more Macish. It has its own subculture with many macro packages. It is NOT free, but not very expensive either. redcar available from http://redcareditor.com/ open source sibling of TextMate running on diff

Re: [R] editor for MacOS

2010-12-16 Thread Tobias Verbeke
On 12/16/2010 04:54 PM, Marc Schwartz wrote: On Dec 16, 2010, at 9:41 AM, Troels Ring wrote: Dear friends - I'm using Tinn-R in Windows and find it OK. My son is running MacOS and is just starting using R and I know nothing about MacOS and R but we seem to have difficulties in finding somethi

Re: [R] editor for MacOS

2010-12-16 Thread Marc Schwartz
On Dec 16, 2010, at 10:26 AM, peter dalgaard wrote: > On Dec 16, 2010, at 16:54 , Marc Schwartz wrote: > >> On Dec 16, 2010, at 9:41 AM, Troels Ring wrote: >> >>> Dear friends - I'm using Tinn-R in Windows and find it OK. My son is >>> running MacOS and is just starting using R and I know nothi

Re: [R] editor for MacOS

2010-12-16 Thread peter dalgaard
On Dec 16, 2010, at 16:54 , Marc Schwartz wrote: > On Dec 16, 2010, at 9:41 AM, Troels Ring wrote: > >> Dear friends - I'm using Tinn-R in Windows and find it OK. My son is running >> MacOS and is just starting using R and I know nothing about MacOS and R but >> we seem to have difficulties in

Re: [R] editor for MacOS

2010-12-16 Thread David L. Van Brunt, Ph.D.
Frankly, the built-in R editor for OS X is far better than the built-in editor for Windows, in my opinion having used both. I've never found the need for something like TinnR on the Mac side-- but I have used TextWrangler on occasion and enjoyed the syntax highlighting, line numbering, etc. http:/

Re: [R] editor for MacOS

2010-12-16 Thread Marc Schwartz
On Dec 16, 2010, at 9:41 AM, Troels Ring wrote: > Dear friends - I'm using Tinn-R in Windows and find it OK. My son is running > MacOS and is just starting using R and I know nothing about MacOS and R but > we seem to have difficulties in finding something similar to Tinn for MaC. > What are yo

[R] editor for MacOS

2010-12-16 Thread Troels Ring
Dear friends - I'm using Tinn-R in Windows and find it OK. My son is running MacOS and is just starting using R and I know nothing about MacOS and R but we seem to have difficulties in finding something similar to Tinn for MaC. What are your suggestions? Thanks a lot! Troels Ring, MD Aalborg, D

Re: [R] editor for MacOS X

2008-11-28 Thread C.H.
Hamilton, Ontario, Canada > web: socserv.mcmaster.ca/jfox > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On >> Behalf Of Bunny, lautloscrew.com >> Sent: November-28-08 6:16 AM &

Re: [R] editor for MacOS X

2008-11-28 Thread Blanchette, Marco
r.ca/jfox > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Bunny, lautloscrew.com > Sent: November-28-08 6:16 AM > To: r-help@r-project.org > Subject: [R] editor for MacOS X > > Hi all, > > just wondered again, if ther

Re: [R] editor for MacOS X

2008-11-28 Thread John Fox
AIL PROTECTED] On > Behalf Of Bunny, lautloscrew.com > Sent: November-28-08 6:16 AM > To: r-help@r-project.org > Subject: [R] editor for MacOS X > > Hi all, > > just wondered again, if there is some R editor for Mac OS X comparable &g

Re: [R] editor for MacOS X

2008-11-28 Thread Philippe Grosjean
Hello, There is also Komodo Edit + SciViews-K (http://www.sciviews.org/SciViews-K), rather close to Tinn-R functionnalities. Please; note that SciViews-K is not compatible yet with Komodo 5.0 and you must install version 4.4. Best, Philippe Grosjean ..

Re: [R] editor for MacOS X

2008-11-28 Thread Mike Lawrence
I personally have found the built-in editor rather buggy and have switched to TextMate (which I also use for my python programming). On Fri, Nov 28, 2008 at 7:17 AM, Michael Zak <[EMAIL PROTECTED]> wrote: > Why don't you use the bult-in editor from R under OS X? It's much better as > the windows

Re: [R] editor for MacOS X

2008-11-28 Thread Michael Zak
Why don't you use the bult-in editor from R under OS X? It's much better as the windows pendant. Take care, Michael On 28.11.2008, at 12:15, Bunny, lautloscrew.com wrote: Hi all, just wondered again, if there is some R editor for Mac OS X comparable to TINN-R on windows. thx in advance.

[R] editor for MacOS X

2008-11-28 Thread Bunny, lautloscrew.com
Hi all, just wondered again, if there is some R editor for Mac OS X comparable to TINN-R on windows. thx in advance.. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-pr