Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sjackman/homebrewr
- Owner: sjackman
- License: other
- Created: 2015-03-25T19:25:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T19:22:41.000Z (over 9 years ago)
- Last Synced: 2024-05-01T19:40:51.153Z (8 months ago)
- Language: R
- Homepage:
- Size: 148 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```