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: 2025-03-06 15:33:03 UTC RemoteUrl: https://github.com/reichlab/zoltr RemoteRef: HEAD RemoteSha: e7e2587b4a75018a86d909a6b79c50daa94b5da6 NeedsCompilation: no Packaged: 2026-06-22 09:20:28 UTC; root Author: Matthew Cornell [aut, cre], Nicholas Reich [aut, cph] Maintainer: Matthew Cornell