Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tbates/rtim.tmbundle
- Owner: tbates
- Created: 2012-02-01T00:35:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T13:54:28.000Z (4 months ago)
- Last Synced: 2024-08-22T15:39:17.910Z (4 months ago)
- Topics: behavior-genetics, commands, cran, helper-functions, r, snippets, textmate, tmbundle, twin-models
- Homepage:
- Size: 448 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```