- Home
- Bioconductor 3.17
- Software Packages
- biocthis
biocthis
This package is for version 3.17 of Bioconductor; for the stable, up-to-date release version, see biocthis.
Automate package and project setup for Bioconductor packages
Bioconductor version: 3.17
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.
Author: Leonardo Collado-Torres [aut, cre] , Marcel Ramos [ctb]
Maintainer: Leonardo Collado-Torres <lcolladotor at gmail.com>
citation("biocthis")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biocthis")
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("biocthis")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.