devtools (version 1.12.0)

revdep_email: Experimental email notification system.

Description

This currently assumes that you use github and gmail, and you have a revdep/email.md email template.

Usage

revdep_email(pkg = ".", date, author = getOption("devtools.name"), draft = TRUE, unsent = NULL, template = "revdep/email.md", only_problems = FALSE)

Arguments

pkg
Path to package. Defaults to current directory.
date
Date package will be submitted to CRAN
author
Name used to sign email
draft
If TRUE, creates as draft email; if FALSE, sends immediately.
unsent
If some emails fail to send, in a previous
template
Path of template to use
only_problems
Only inform authors with problems?