Bioc2026 Registration Open!

gDRstyle

A package with style requirements for the gDR suite

Bioconductor version: 3.23 · Package version: 1.10.0

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.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("gDRstyle")

Details

MaintainerArkadiusz Gladki <gladki.arkadiusz@gmail.com>
AuthorAllison Vuong [aut], Dariusz Scigocki [aut], Marcin Kamianowski [aut], Aleksander Chlebowski [ctb], Janina Smola [aut], Arkadiusz Gladki [cre, aut] (ORCID: <https://orcid.org/0000-0002-7059-6378>), Bartosz Czech [aut] (ORCID: <https://orcid.org/0000-0002-9908-3007>)
LicenseArtistic-2.0
URLhttps://github.com/gdrplatform/gDRstyle, https://gdrplatform.github.io/gDRstyle/
Bug Reportshttps://github.com/gdrplatform/gDRstyle/issues
Downloads rank225
Source branchRELEASE_3_23
biocViewsInfrastructure, Software

Documentation

Download

Dependencies

Depends: R (>= 4.2)

Imports: BiocCheck, BiocManager, BiocStyle, checkmate, desc, git2r, lintr (>= 3.0.0), rcmdcheck, remotes, yaml, rjson, pkgbuild, withr

Suggests: knitr, pkgdown, testthat (>= 3.0.0)

Reverse dependencies

Suggests Me (5): gDR, gDRcore, gDRimport, gDRtestData, gDRutils