CRANstatus | R Documentation |
The CRANstatus
function allows users to check the status of a package
and send an email report of any failures.
CRANstatus(
pkg,
core.name = NULL,
core.email = NULL,
core.id = NULL,
to.mail = "maintainer@bioconductor.org",
dry.run = TRUE,
emailTemplate = templatePath("cranreport")
)
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 |
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 |
emailTemplate |
character(1) The path to the email template Rmd file as
obtained by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.