- Home
- Bioconductor 3.21
- Software Packages
- biocmake
biocmake
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see biocmake.
CMake for Bioconductor
Bioconductor version: 3.21
Manages the installation of CMake for building Bioconductor packages. This avoids the need for end-users to manually install CMake on their system. No action is performed if a suitable version of CMake is already available.
Author: Aaron Lun [cre, aut]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("biocmake")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biocmake")
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("biocmake")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.