Usage
install_bitbucket(repo, username, ref = "master", subdir = NULL,
auth_user = NULL, password = NULL, force = FALSE, quiet = FALSE, ...)
Arguments
repo
Repository address in the format
username/repo[/subdir][@ref|#pull]. Alternatively, you can
specify subdir and/or ref using the respective parameters
(see below); if both are specified, the values in repo
username
User name. Deprecated: please include username in the
repo
ref
Desired git reference; could be a commit, tag, or branch name.
Defaults to master.
subdir
subdirectory within repo that contains the R package.
auth_user
your account username if you're attempting to install
a package hosted in a private repository (and your username is different
to username)
force
Force installation even if the git SHA1 has not changed since
the previous install.
quiet
if TRUE suppresses output from this function.
...
Other arguments passed on to install.