zoltr (R)

Zoltr is an R package that contains functions for working with the Zoltar forecast repository’s API, including projects, models, forecasts, and truth. Documentation for the package is at the zoltr pkgdown site. It is available as a CRAN package, though we recommend you download the development version because we are regularly adding features that aren't yet in CRAN:

install.packages("devtools")
devtools::install_github("reichlab/zoltr")

The source is at github.com/reichlab/zoltr where the latest version can be installed.