Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjackman/homebrewr

An R package to install software using Homebrew
https://github.com/sjackman/homebrewr

Last synced: 2 months ago
JSON representation

An R package to install software using Homebrew

Awesome Lists containing this project

README

        

homebrewr
================================================================================

An R package to install software using Homebrew.

Installation
================================================================================

```r
# 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
================================================================================

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