hubverse-org / hubUtils

Utility functions for Infectious Disease Modeling Hubs
https://hubverse-org.github.io/hubUtils/
Other
6 stars 3 forks source link
hubverse r-package

hubUtils hubUtils website

R-CMD-check Lifecycle:
experimental Codecov test
coverage CRAN
status

The goal of hubUtils is to provide a core set of low-level utility functions common across the hubverse. Functions are used to interact with hubverse schema, hub config files and model outputs and are designed to be primarily used internally by other hubverse packages.

Installation

You can install the released version of hubUtils from CRAN with:

install.packages("hubUtils")

Latest

You can install the latest version of hubUtils from the R-universe:

install.packages("hubUtils", 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 hubUtils from GitHub with:

remotes::install_github("hubverse-org/hubUtils")

Code of Conduct

Please note that the hubUtils 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 hubUtils package.