Skip to content

R CMD check and DESCRIPTION file with Authors@R only

2 messages · Mathew McLean, Martyn Plummer

#
You need to run "R CMD build" on your package, then run "R CMD check" on
the resulting tarball, as recommended in section 1.3.1 of the "Writing R
Extensions" manual.

The tarball will contain a version of the DESCRIPTION file with Author
and Maintainer fields built from the Authors at R field.

Martyn
On Wed, 2014-06-11 at 06:34 -0500, Mathew McLean wrote: