This function requires svn
to be installed on your system in order to
be used.
install_svn(url, subdir = NULL, branch = NULL, args = character(0), ...,
revision = NULL, quiet = FALSE)
Location of package. The url should point to a public or private repository.
A sub-directory withing a svn repository that may contain the package we are interested in installing. By default, this points to the 'trunk' directory.
Name of branch or tag to use, if not trunk.
A character vector providing extra arguments to pass on to
Other arguments passed on to install
svn revision, if omitted updates to latest
if TRUE
suppresses output from this function.
It is vectorised so you can install multiple packages with a single command.
Other package installation: install_bioc
,
install_bitbucket
,
install_cran
, install_github
,
install_git
, install_url
,
install_version
, install
,
uninstall
# NOT RUN {
install_svn("https://github.com/hadley/stringr")
install_svn("https://github.com/hadley/httr", branch = "oauth")
# }
Run the code above in your browser using DataLab