validate: Check that NEWS and DESCRIPTION package versions are correct

View source: R/validate.R

validateR Documentation

Check that NEWS and DESCRIPTION package versions are correct

Description

The NEWS file contains version information that can be parsed and checked against the package version in the DESCRIPTION file.

Usage

validate(pkg, vpattern = "Changes in version")

Arguments

vpattern

character(1) The 'grep' input for searching the versioning line in the NEWS files. This usually starts with 'Changes in version' but may differ.

Examples

## Not run: 
validate("MultiAssayExperiment")
validate("RaggedExperiment")

## End(Not run)


waldronlab/newsfeed documentation built on July 30, 2023, 1:22 a.m.