This currently assumes that you use github and gmail, and you have a
revdep/email.md
email template.
revdep_email(pkg = ".", date, version, author = getOption("devtools.name"),
draft = TRUE, unsent = NULL, template = "revdep/email.md",
only_problems = TRUE)
Path to package. Defaults to current directory.
Date package will be submitted to CRAN
Version which will be used for the CRAN submission (usually different from the current package version)
Name used to sign email
If TRUE
, creates as draft email; if FALSE
,
sends immediately.
If some emails fail to send, in a previous
Path of template to use
Only inform authors with problems?