Type: Package Package: epidatr Title: Client for Delphi's 'Epidata' API Version: 1.2.4 Authors@R: c( person("Logan", "Brooks", , "lcbrooks@andrew.cmu.edu", role = "aut"), person("Dmitry", "Shemetov", , "dshemeto@andrew.cmu.edu", role = "aut"), person("Samuel", "Gratzl", , "sam@sgratzl.com", role = "aut"), person("David", "Weber", , "davidweb@andrew.cmu.edu", role = c("ctb", "cre")), person("Nat", "DeFries", role = "ctb"), person("Alex", "Reinhart", role = "ctb"), person("Daniel J.", "McDonald", role = "ctb"), person("Kean Ming", "Tan", role = "ctb"), person("Will", "Townes", role = "ctb"), person("George", "Haff", role = "ctb"), person("Kathryn", "Mazaitis", role = "ctb") ) Description: The Delphi 'Epidata' API provides real-time access to epidemiological surveillance data for influenza, 'COVID-19', and other diseases for the USA at various geographical resolutions, both from official government sources such as the Center for Disease Control (CDC) and Google Trends and private partners such as Facebook and Change 'Healthcare'. It is built and maintained by the Carnegie Mellon University Delphi research group. To cite this API: David C. Farrow, Logan C. Brooks, Aaron 'Rumack', Ryan J. 'Tibshirani', 'Roni' 'Rosenfeld' (2015). Delphi 'Epidata' API. . License: MIT + file LICENSE URL: https://cmu-delphi.github.io/epidatr/, https://cmu-delphi.github.io/delphi-epidata/, https://github.com/cmu-delphi/epidatr BugReports: https://github.com/cmu-delphi/epidatr/issues Depends: R (>= 3.5.0) Imports: cachem, checkmate, cli, glue, httr2, jsonlite, magrittr, MMWRweek, openssl, purrr, rappdirs, readr, rlang, tibble, usethis, lifecycle, xml2 Suggests: dplyr, ggplot2, knitr, mapproj, maps, rmarkdown, testthat (>= 3.1.5), withr, curl VignetteBuilder: knitr Config/Needs/website: cmu-delphi/delphidocs Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Collate: 'auth.R' 'cache.R' 'check.R' 'constants.R' 'covidcast.R' 'endpoints.R' 'epidatacall.R' 'epidatr-package.R' 'model.R' 'request.R' 'utils-pipe.R' 'utils.R' Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://cmu-delphi.r-universe.dev Date/Publication: 2026-06-02 15:57:50 UTC RemoteUrl: https://github.com/cmu-delphi/epidatr RemoteRef: HEAD RemoteSha: 28c17ab0be43655839fc260cf8368269079243f0 NeedsCompilation: no Packaged: 2026-07-02 09:38:58 UTC; root Author: Logan Brooks [aut], Dmitry Shemetov [aut], Samuel Gratzl [aut], David Weber [ctb, cre], Nat DeFries [ctb], Alex Reinhart [ctb], Daniel J. McDonald [ctb], Kean Ming Tan [ctb], Will Townes [ctb], George Haff [ctb], Kathryn Mazaitis [ctb] Maintainer: David Weber