biocViews (version 1.40.1)

validate_bioc_views: 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.

Examples

Run this code
validate_bioc_views("biocViews")

Run the code above in your browser using DataCamp Workspace