JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
R language
R language
More
Share
Explore
Installation and Packages
Open
Terminal
Install Homebrew on MacOS
https://brew.sh/
Install R using Homebrew
brew install --cask r
brew install --cask rstudio
Open
RStudio
in the Applications
Install R packages
open an R session and type at the command line
install.packages("<the package's name>")
use package in R session
library("<the package's name>")
List of R packages
https://support.posit.co/hc/en-us/articles/201057987-Quick-list-of-useful-R-packages
## Packages
sqldf
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.