validation_tests: Validate a package's biocViews.

validate_bioc_viewsR Documentation

Validate a package's biocViews.

Description

Ensures that a package has biocViews and that they are valid. Function is designed to be called from the unit tests of another package.

Usage

validate_bioc_views(pkg)

Arguments

pkg

character(1) Name of package to validate.

Value

invisible(NULL) if tests pass.

Author(s)

Dan Tenenbaum dtenenba@fhcrc.org

Examples

validate_bioc_views("biocViews")

Bioconductor/biocViews documentation built on Oct. 29, 2023, 5:05 p.m.