- Home
- Bioconductor 3.23
- Software Packages
- biocmake (development version)
biocmake
This is the development version of biocmake; for the stable release version, see biocmake.
CMake for Bioconductor
Bioconductor version: Development (3.23)
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.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.