devtools (version 0.8)

install_bitbucket: Install a package directly from bitbucket

Description

This function is vectorised so you can install multiple packages in a single command.

Usage

install_bitbucket(repo, username, ref = "master",
    branch = NULL, ...)

Arguments

username
bitbucket username
repo
Repo name
ref
Desired git reference. Could be a commit, tag, or branch name. Defaults to "master".
branch
Deprecated. Use ref instead.
...
Other arguments passed on to install.

See Also

Other package installation: install, install_github, install_gitorious, install_url, install_version

Examples

Run this code
install_bitbucket("paulhiemstra")
install_bitbucket(c("testrepo", "testrepo2")

Run the code above in your browser using DataCamp Workspace