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:
Hans-Peter
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)
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
- the [master](http://github.com/swissr/rmate.tmbundle/zipball/master) (i.e. most recent) version or
- choose the (latest) tagged version [here](http://github.com/swissr/rmate.tmbundle/downloads) - unzip and rename to 'rmate.tmbundle' (i.e. remove swissr- and -hash)
- double click to import into TextMate'
Hans-Peter