devtools (version 0.6)

install_gitorious: Attempts to install a package directly from gitorious.

Description

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

Usage

install_gitorious(repo, project = repo,
    branch = "master", ...)

Arguments

project
Gitorious project name
repo
Repo name
branch
Desired branch - defaults to "master"
...
Other arguments passed on to install.packages.

See Also

Other package installation: install, install_github, install_url, install_version

Examples

Run this code
install_gitorious("r-mpc-package")

Run the code above in your browser using DataCamp Workspace