Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbates/rtim.tmbundle

Tim Bates' R command bundle for TextMate 2 (http://macromates.com)
https://github.com/tbates/rtim.tmbundle

behavior-genetics commands cran helper-functions r snippets textmate tmbundle twin-models

Last synced: 2 months ago
JSON representation

Tim Bates' R command bundle for TextMate 2 (http://macromates.com)

Awesome Lists containing this project

README

        

## Rtim.tmbundle

Tim Bates' snippets commands and grammars for TextMate 2.

These add
1. Features to markdown (like making tables, layoutting tables)
2. Snippets for regular expressions, like `(?=${1:look-ahead for})` and `(?!${1:negative look-ahead for})`
3. Snippets for non-ASCII characters, greek etc. So `\t` → ✓
4. Shortcuts for dozens of common `R` functions (like `factanal`).
5. Developer shortcuts for `R`, like devtools, roxygen etc.
6. Shortcuts for dozens of common R functions (like `factanal`).
6. Shortcuts for `ggplot`.

```R

# R

2+ 2

```