desc_normalize {desc} | R Documentation |
Normalize a DESCRIPTION file
Description
Re-formats and re-orders fields in DESCRIPTION in a standard way. Reorders the packages alphabetically.
Usage
desc_normalize(file = ".")
Arguments
file |
DESCRIPTION file to use. By default the DESCRIPTION file of the current package (i.e. the package the working directory is part of) is used. |
See Also
Other repair functions:
desc_reformat_fields()
,
desc_reorder_fields()
[Package desc version 1.4.3 Index]