Friday, September 3, 2010

RMate

[R] [Ann] RMate, a bundle for TextMate and E-Texteditor

From: Hans-Peter Suter <gchappi_at_gmail.com>
Date: Thu, 11 Jun 2009 18:33:34 +0200

I have uploaded RMate to Github. From the readme:
RMate is a [TextMate](http://macromates.com/) bundle for [R](http://www.r-project.org/about.html). It is based on the [R/R Console/Rdaemon](http://svn.textmate.org/trunk/Bundles) bundles and is focused on:
  • easy to use, clear interface/menu
  • support for Windows ([E-Texteditor](http://www.e-texteditor.com/))
  • editing code, R/Rd snippets and getting help/info
  • connect to the standard R frontends (R.app and RGui)
Install via git:
INSTDIR=~/"Library/Application Support/TextMate/Bundles"
cd "$INSTDIR"


git clone git://github.com/swissr/rmate.tmbundle.git rmate.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
or by hand:
- download



Cheers,
Hans-Peter