devtools (version 0.7.1)

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, branch = "master", ...)

Arguments

username
bitbucket username
repo
Repo name
branch
Desired branch - defaults to "master"
...
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