Package: zoltr
Title: Interface to the 'Zoltar' Forecast Repository API
Version: 1.0.2
Authors@R: c(
person("Matthew", "Cornell", role = c("aut", "cre"), email = "cornell@umass.edu"),
person("Nicholas", "Reich", role = c("aut", "cph"), email = "nick@schoolph.umass.edu"))
Description: 'Zoltar' is a website that
provides a repository of model forecast results in a
standardized format and a central location. It supports
storing, retrieving, comparing, and analyzing time series
forecasts for prediction challenges of interest to the modeling
community. This package provides functions for working with the
'Zoltar' API, including connecting and authenticating, getting
meta information (projects, models, and forecasts, and truth),
and uploading, downloading, and deleting forecast and truth
data.
URL: https://github.com/reichlab/zoltr , http://reichlab.io/zoltr/
BugReports: https://github.com/reichlab/zoltr/issues
License: GPL-3
Encoding: UTF-8
Suggests: testthat, knitr, rmarkdown, webmockr, mockery
Imports: data.table, httr, jsonlite, readr, base64url, dplyr, MMWRweek,
utils, rlang, magrittr, lubridate
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/pak/sysreqs: libssl-dev libx11-dev
Repository: https://reichlab.r-universe.dev
Date/Publication: 2026-07-24 17:13:14 UTC
RemoteUrl: https://github.com/reichlab/zoltr
RemoteRef: HEAD
RemoteSha: d5a3f39bfd158bd7d750e152e410438dba8cbf88
NeedsCompilation: no
Packaged: 2026-07-24 19:14:19 UTC; root
Author: Matthew Cornell [aut, cre],
Nicholas Reich [aut, cph]
Maintainer: Matthew Cornell