R Language
A language package for R.
Originally imported from r.tmbundle.
Installation
You can install packages by either:
- Installing from the Settings View
- Open Settings (Cmd+, on OS X and Ctrl+, on Windows/Linux)
- Click on the Packages tab in the upper left of the view
- Search for the package name in the search box
- Click the Install button for the package you wish to install
- Using the
apm install
command from the command-line- Open the command line tool for your platform
- Type
apm install [package name]
and press ENTER