devtools (version 1.4.1)

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

Arguments

project
Gitorious project name
repo
Repo name
ref
Desired git ref - defaults to "master"
subdir
subdirectory within repo that contains the R package.
branch
Deprecated. Use ref instead.
...
Other arguments passed on to install.

See Also

Other package installation: install, install_bitbucket, install_git, 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