Learn R Programming

packager (version 1.9.0)

check_news: 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 devtools::as.package).

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()