devtools (version 0.5.1)

install_github: Attempts to install a package directly from github.

Description

Attempts to install a package directly from github.

Usage

install_github(repo, username = "hadley",
    branch = "master")

Arguments

username
Github username
repo
Repo name
branch
Desired branch - defaults to "master"

Examples

Run this code
install_github("roxygen")

Run the code above in your browser using DataCamp Workspace