validate_bioc_views {biocViews}R 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")

[Package biocViews version 1.54.0 Index]