Skip to content

Commit

Permalink
Update brew instructions
Browse files Browse the repository at this point in the history
`brew cask install` -> `brew install --cask`
  • Loading branch information
karawoo authored and jimhester committed Mar 23, 2021
1 parent a6eafe5 commit 9b3d43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14_system-prep-for-build.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Instead, if you prefer the convenience of homebrew, we recommend installing the
dropped due to [a homebrew policy change around 2019-03-11](https://github.com/Homebrew/homebrew-cask/pull/59689)*.

```r
brew cask install r
brew install --cask r
```

This will install the CRAN R distribution, so all package binaries will be
Expand Down

0 comments on commit 9b3d43c

Please sign in to comment.