powered by
It is vectorised so you can install multiple packages with a single command. You do not need to have git installed.
install_git(url, subdir = NULL, branch = NULL, credentials = NULL, quiet = FALSE, ...)
Location of package. The url should point to a public or private repository.
A sub-directory within a git repository that may contain the package we are interested in installing.
Name of branch or tag to use, if not master.
A git2r credentials object passed through to clone.
clone
if TRUE suppresses output from this function.
TRUE
passed on to install
install
Other package installation: install_bioc, install_bitbucket, install_cran, install_github, install_svn, install_url, install_version, install, uninstall
install_bioc
install_bitbucket
install_cran
install_github
install_svn
install_url
install_version
uninstall
# NOT RUN { install_git("git://github.com/hadley/stringr.git") install_git("git://github.com/hadley/stringr.git", branch = "stringr-0.2") # }
Run the code above in your browser using DataLab