check_news: Check for 'NEWS.md' Being Up to Date

View source: R/checks.R

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


packager documentation built on Aug. 16, 2023, 5:08 p.m.