clean_description_file {document} | R Documentation |
Make a Default DESCRIPTION File Pass R CMD check
Description
utils::package.skeleton
leaves us with a DESCRIPTION
that throws a warning in R CMD check
. Fix that.
Usage
clean_description_file(path)
Arguments
path |
Path to the DESCRIPTION file or the directory containing it. |
Value
Invisibly NULL.
[Package document version 4.0.1 Index]