runBiocCheck: Shortcut for executing 'BiocCheck' on the current package

View source: R/runBiocCheck.R

runBiocCheckR Documentation

Shortcut for executing BiocCheck on the current package

Description

BiocCheck provides Bioconductor flavored checks for your package. It provides recommendations for good practices.

Usage

runBiocCheck(pkgDir = ".", callr = TRUE, ...)

Arguments

pkgDir

The package directory to be build usually the current working directory (i.e., ".")

callr

logical(1) Whether to use callr to execute the check in a background R session. This is helpful for avoiding namespace collisions and adding objects to the current environment.

...

Additional arguments for BiocCheck

Examples


runBiocCheck()


Bioconductor/BiocAddins documentation built on July 5, 2025, 3:21 a.m.