(This article was first published on Dataninja » R, and kindly contributed to R-bloggers)
Smultron is an open-source text-editor for OS X. It’s a very lean editor, but it’s fast and it was written in Cocoa. Out of the box it has syntax highlighting for Stata and LaTeX, but not R. Basic instructions for adding a rudimentary R syntax coloring file are available here. However, I have adapted the R syntax module for TextWrangler for Smultron.
There are two files: the keyword list and the syntax definitions file, which tells Smultron which languages are available.
In order to install, you have to add these files to the application bundle. To do so:
- Right-click on Smultron and select Show in finder
- Right-click on the Smultron application (in the ~/Applications folder) and select Show package contents
- Copy the above files to the directory ./Contents/Resources within the application bundle
- Restart Smultron
To leave a comment for the author, please follow the link and comment on his blog: Dataninja » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).