- Home
- Bioconductor 3.23
- Software Packages
- BiocCheck (development version)
BiocCheck
This is the development version of BiocCheck; for the stable release version, see BiocCheck.
Bioconductor-specific package checks
Bioconductor version: Development (3.23)
BiocCheck guides maintainers through Bioconductor best practicies. It runs Bioconductor-specific package checks by searching through package code, examples, and vignettes. Maintainers are required to address all errors, warnings, and most notes produced.
Author: Bioconductor Package Maintainer [aut], Lori Shepherd [aut], Daniel von Twisk [ctb], Kevin Rue [ctb], Marcel Ramos [aut, cre] ORCID iD ORCID: 0000-0002-3242-0582 , Leonardo Collado-Torres [ctb], Federico Marini [ctb]
Maintainer: Marcel Ramos <marcel.ramos at sph.cuny.edu>
citation("BiocCheck")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("BiocCheck")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("BiocCheck")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.