The content of this repository offers support for easier coding in R when using TextWrangler as the text editor.
The content is based on previous work. I modified and/or expanded on their great work for my own specific use cases.
- Jonathan Marc Bearak website
- Gene Cutler r-sig-mac contribution
- Jelmer Borst masci blog
- Jean Thioulouse Apple Script
Consult Jonathan Marc Bearak's website for details on use and setup.
- Adding R features to TextWrangler
- R language
- Copy R.plist to ~/Library/Application Support/TextWrangler/Language Modules/
- Set in preferences -> Languages, and add a new suffix mapping (e.g., .r to R language)
- R helper scripts
- Copy to ~/Library/Application Support/TextWrangler/Scripts/
- Assign a shortcut by going to the Window menu in TextWrangler, then choose Palettes -> Scripts and assign a shortcut
- R language
- Adding Auto-complete see bbautocomplete
You can help us in different ways:
- Reporting issues
- Contributing code and sending a pull request