addSSHremote: Add the Bioconductor upstream remote SSH location

View source: R/addSSHremote.R

addSSHremoteR Documentation

Add the Bioconductor upstream remote SSH location

Description

Note that this function will only be of use for packages that are already in Bioconductor and have maintainer access.

Usage

addSSHremote(
  pkgDir = ".",
  remote = "upstream",
  ssh_loc = "git@git.bioconductor.org",
  slug = "packages"
)

Arguments

pkgDir

The package directory to be build usually the current working directory (i.e., ".")

remote

character(1) The name of the remote to be added by default this should be upstream.

ssh_loc

character(1) The SSH address for Bioconductor repositories; by default git@git.bioconductor.org.

slug

character(1) The slug that immediately follows the SSH address this is packages for Bioconductor and the username for GitHub addresses

Examples


addSSHremote()


Bioconductor/BiocAddins documentation built on July 5, 2025, 3:21 a.m.