devtools (version 0.6)

install_url: Install a package from a url

Description

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

Usage

install_url(url, name = NULL, ...)

Arguments

url
location of package on internet
name
optional package name, used to provide more informative messages
...
Other arguments passed on to install.packages.

See Also

Other package installation: install, install_github, install_gitorious, install_version