The goal of hubAdmin is to provide a set of utility functions for administering hubverse Hubs.
This package is part of the hubverse ecosystem, which aims to provide a set of tools for infectious disease modeling hubs to share and collaborate on their work.
Note
If you have any problems with installation of package V8
(more
likely on Linux), please consult the V8 installation
instructions.
You can install the latest version of hubAdmin from the R-universe:
install.packages("hubAdmin", repos = c("https://hubverse-org.r-universe.dev", "https://cloud.r-project.org"))
If you want to test out new features that have not yet been released, you can install the development version of hubAdmin from GitHub with:
# install.packages("remotes")
remotes::install_github("hubverse-org/hubAdmin")
You can also view the development version documentation.
Please note that the hubAdmin package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Interested in contributing back to the open-source Hubverse project? Learn more about how to get involved in the Hubverse Community or how to contribute to the hubAdmin package.