bug.report
and
help.request
to prepare emails for submission to package
maintainers or to R mailing lists.
create.post(instructions = character(), description = "post", subject = "", method = getOption("mailer"), address = "the relevant mailing list", ccaddress = getOption("ccaddress", ""), filename = "R.post", info = character())
"mailx"
method."none"
, "mailto"
,
"gnudoit"
, "ess"
or (Unix only) "mailx"
.
See Details."mailx"
and "mailto"
methods.
Use ccaddress = ""
for no copy."none"
or sending mail fails).NULL
.
method
. The function first
creates a template email body.
none
file.edit
) is
opened with instructions and the template email. When this returns,
the completed email is in file file
ready to be read/pasted
into an email program.
mailto
This works where default mailers are set up (usual on OS X and
Windows, and where xdg-open
is available and configured on
other Unix-alikes: if that fails it tries the browser set by
R_BROWSER).
This is the factory-fresh default method.
mailx
file.edit
) is
opened with instructions and the template email. When this
returns, it is mailed using a Unix command line mail utility such
as mailx
, to the address (and optionally, the Cc: address)
given.
gnudoit
gnudoit
program to be
available. Currently subject
is ignored.
ess
stdout
.
bug.report
, help.request
.