check_news {packager} | R Documentation |
Check for ‘NEWS.md’ Being Up to Date
Description
Compare your ‘NEWS.md’ file to the 'Version' entry in DESCRIPTION.
Usage
check_news(path = ".")
Arguments
path |
Path to the package directory (see
|
Value
Invisibly TRUE
if
‘NEWS.md’ matches DESCRIPTION, throws an error otherwise.
See Also
Other maintenance functions:
check_archive()
,
check_codetags()
,
check_cyclomatic_complexity()
,
check_usage()
,
get_check_status()
[Package packager version 1.15.2 Index]