README.md

homebrewr

An R package to install software using Homebrew.

Installation

# install.packages("devtools")
devtools::install_github("sjackman/homebrewr")

To install Homebrew on Mac OS see http://brew.sh/

To install Homebrew on Linux see http://brew.sh/linuxbrew/

Examples

brew_install("hello")
brew_remove("hello")
brew_update()
brew_upgrade()


sjackman/homebrewr documentation built on May 30, 2019, 12:04 a.m.