knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
r devtools::as.package(".")$package
This package aims at providing a simple interface to run validations on data and metadata submitted to a forecast hub. Validation tests can be run at different levels (single file, single folder, whole repository) and locally as well as part of a continuous integration workflow. For more information, please read the "Package design" vignette.
You can the latest version of this package from GitHub with:
# install.packages("remotes") remotes::install_github("epiforecasts/HubValidations")
library(HubValidations) validate_repository( system.file("testdata", package = "HubValidations") )
This project is part of a larger effort to provide tools to create and run a forecast hub. Please also refer to our other packages:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.