Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.49 KB

README.md

File metadata and controls

71 lines (51 loc) · 2.49 KB

hubData hubData website

Lifecycle: experimental CRAN status R-CMD-check

The goal of hubData is to provide tools for accessing and working with hubverse Hub data.

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

Latest

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

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

# install.packages("remotes")
remotes::install_github("hubverse-org/hubData")

Note

hubData has a dependency on the arrow package. For troubleshooting arrow installation problems, please consult the arrow package documentation.

You could also try installing the package from the Apache R Universe repository with:

install.packages("arrow", repos = c("https://apache.r-universe.dev", "https://cran.r-project.org"))

Code of Conduct

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