CRANstatus: Check the CRAN build report page and email a notification

Description Usage Arguments

View source: R/CRANstatus.R

Description

The CRANstatus function allows users to check the status of a package and send an email report of any failures.

Usage

1
2
3
4
5
6
7
8
9
CRANstatus(
  pkg,
  core.name = NULL,
  core.email = NULL,
  core.id = NULL,
  to.mail = "maintainer@bioconductor.org",
  dry.run = TRUE,
  emailTemplate = .getTemplatePath("cranreport")
)

Arguments

pkg

character(1) The name of the package in trouble

core.name

character(1) The full name of the core team member

core.email

character(1) The Roswell Park email of the core team member

core.id

character(1) The internal identifier for the Roswell employee. This ID usually matches '^[A-Z]2[0-9]5' for more recent identifiers.

to.mail

The email of the CRAN report recipient

dry.run

logical(1) Display the email without sending to the recipient. It only works for HTML email reports and ignored when 'textOnly=TRUE'

emailTemplate

character(1) The path to the email template. The default path lies in the 'inst' package folder.


BiocPkgTools documentation built on April 15, 2021, 6:01 p.m.