- Home
- Bioconductor 3.23
- Software Packages
- gDRstyle (development version)
gDRstyle
This is the development version of gDRstyle; for the stable release version, see gDRstyle.
A package with style requirements for the gDR suite
Bioconductor version: Development (3.23)
Package fills a helper package role for whole gDR suite. It helps to support good development practices by keeping style requirements and style tests for other packages. It also contains build helpers to make all package requirements met.
Author: Allison Vuong [aut], Dariusz Scigocki [aut], Marcin Kamianowski [aut], Aleksander Chlebowski [ctb], Janina Smola [aut], Arkadiusz Gladki [cre, aut] ORCID iD ORCID: 0000-0002-7059-6378 , Bartosz Czech [aut] ORCID iD ORCID: 0000-0002-9908-3007
Maintainer: Arkadiusz Gladki <gladki.arkadiusz at gmail.com>
citation("gDRstyle")):
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("gDRstyle")
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("gDRstyle")
Details
Package Archives
Follow Installation instructions to use this package in your R session.