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
| Maintainer | Arkadiusz Gladki <gladki.arkadiusz@gmail.com> |
| Author | Allison 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>) |
| License | Artistic-2.0 |
| URL | https://github.com/gdrplatform/gDRstyle, https://gdrplatform.github.io/gDRstyle/ |
| Bug Reports | https://github.com/gdrplatform/gDRstyle/issues |
| Downloads rank | 225 |
| Source branch | RELEASE_3_23 |
| biocViews | Infrastructure, 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