addSSHremote | R Documentation |
Note that this function will only be of use for packages that are already in Bioconductor and have maintainer access.
addSSHremote(
pkgDir = ".",
remote = "upstream",
ssh_loc = "git@git.bioconductor.org",
slug = "packages"
)
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 |
ssh_loc |
character(1) The SSH address for Bioconductor repositories;
by default |
slug |
character(1) The slug that immediately follows the SSH address
this is |
addSSHremote()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.