Skip to content
Share
Explore

icon picker
Installation and Packages

Open Terminal
Install Homebrew on MacOS
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

## 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 (
CtrlP
) instead.