Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.48 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.48 KB

hubAdmin hubAdmin website

Lifecycle: experimental hubAdmin status badge CRAN status R-CMD-check

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.

Installation

Note

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

Latest

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"))

Development

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.


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.