install_github: Install development version from Github

Description Usage Arguments Value Author(s) Examples

Description

Downloads package source as .tar.gz and installs package

Usage

1
install_github(repo = "rstats-db/odbc", ref = "master", sudo = FALSE)

Arguments

repo

username and repository name required as in devtools::install_github()

sudo

logical TRUE if you are installing to system library. Default is FALSE

Value

installs a packages

Author(s)

Markus Kainu <markus.kainu@kela.fi>

Examples

1
2
3
4
 ## Not run: 
 install_github("rstudio/rmarkdown")
 
## End(Not run)

janikmiet/bricks documentation built on May 18, 2019, 2:38 p.m.