biocthis
Automate package and project setup for Bioconductor packages
Bioconductor version: 3.23 · Package version: 1.22.0
This package expands the usethis package with the goal of helping automate the process of creating R packages for Bioconductor or making them Bioconductor-friendly.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biocthis") Details
| Maintainer | Leonardo Collado-Torres <lcolladotor@gmail.com> |
| Author | Leonardo Collado-Torres [aut, cre] (ORCID: <https://orcid.org/0000-0003-2140-308X>), Marcel Ramos [ctb] (ORCID: <https://orcid.org/0000-0002-3242-0582>) |
| License | Artistic-2.0 |
| URL | https://github.com/lcolladotor/biocthis |
| Bug Reports | https://github.com/lcolladotor/biocthis/issues |
| Downloads rank | 793 |
| Source branch | RELEASE_3_23 |
| biocViews | ReportWriting, Software |
Documentation
Download
Dependencies
Imports: BiocManager, fs, glue, rlang, styler, usethis (>= 2.0.1)
Suggests: BiocStyle, covr, devtools, knitr, pkgdown, RefManageR, rmarkdown, sessioninfo, testthat, utils