biocBuildEmail: Create and copy e-mail package notification template to...

Description Usage Arguments Value

Description

The biocBuildEmail function provides a template for notifying maintainers of errors in the Bioconductor Build System (BBS). This convenience function returns the body of the email from a template within the package and provides a copy in the clipboard.

Usage

1
2
biocBuildEmail(pkg, version = BiocManager::version(),
  emailTemplate = .getTemplatePath())

Arguments

pkg

The name of the package in trouble

version

character(1) the version number as used to access the online build report. For example, "3.6". The default is the "current version" as specified in BiocManager::version. Note that this is a character() variable, not a number.

emailTemplate

The path to the email template.

Value

a character string of the email


Liubuntu/BiocPkgTools documentation built on July 8, 2019, 6:56 p.m.