Skip to contents

The goal of hubAdmin is to provide a set of utility functions for administering hubverse Infectious Disease Modeling 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.

Installation

You can install the development version of hubAdmin from GitHub with:

# install.packages("remotes")
remotes::install_github("Infectious-Disease-Modeling-Hubs/hubAdmin")
Note:

If you have any problems with installation of package V8 (more likely on Linux), please consult the following installation instructions.

Example

This is a basic example which shows you how to solve a common problem:

library(hubAdmin)
## basic example code

Code of Conduct

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.

Contributing

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.