install_bitbucket_server: Attempts to install a package directly from Bitbucket Dev...

Description Usage Arguments See Also Examples

Description

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

Usage

1
2
3
4
install_bitbucket_server(projects, repos,
auth_token = rstudioapi::askForPassword("Enter your personal token:"),
ref = "master", subdir = NULL, quiet = FALSE,
host = NULL, ...)

Arguments

projects

Project Name

repos

Repository Name

auth_token

Personal token from Bitbucket Dev Server

ref

default: master

subdir

default: NULL

quiet

default: FALSE

host

default: NULL (e.g. https://hostserver.com/bitbucket)

...

Other arguments passed on to install.

See Also

install_github, install_bitbucket

Examples

1
2
3
4
5
6
7
8
## Not run: 
install_bitbucket_server(
projects = "project_name",
repos = "repository_name",
host = "host_server_name"
)

## End(Not run)

younhak/InstallBitbucketServer documentation built on May 17, 2019, 1:31 p.m.