HubPub
This is the released version of HubPub; for the devel version, see HubPub.
Utilities to create and use Bioconductor Hubs
Bioconductor version: Release (3.22)
HubPub provides users with functionality to help with the Bioconductor Hub structures. The package provides the ability to create a skeleton of a Hub style package that the user can then populate with the necessary information. There are also functions to help add resources to the Hub package metadata files as well as publish data to the Bioconductor S3 bucket.
Author: Kayla Interdonato [aut, cre], Martin Morgan [aut], Lori Shepherd [ctb]
Maintainer: Kayla Interdonato <kayla.morrell16 at gmail.com>
citation("HubPub")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("HubPub")
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("HubPub")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.