Package: epidatr
Type: Package
Title: Client for Delphi's 'Epidata' API
Version: 1.1.0
Authors@R: 
  c(
    person("Logan", "Brooks", email = "lcbrooks@andrew.cmu.edu", role = c("aut")),
    person("Dmitry", "Shemetov", email = "dshemeto@andrew.cmu.edu", role = c("aut")),
    person("Samuel", "Gratzl", email = "sam@sgratzl.com", role = c("aut")),
    person("David", "Weber", email = "davidweb@andrew.cmu.edu", role = c("ctb", "cre")),
    person("Alex", "Reinhart", role = c("ctb")),
    person("Daniel", "McDonald", role = c("ctb")),
    person("Kean Ming", "Tan", role = c("ctb")),
    person("Will", "Townes", role = c("ctb")),
    person("George", "Haff", role = c("ctb")),
    person("Kathryn", "Mazaitis", role = c("ctb"))
  )
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
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. <https://github.com/cmu-delphi/delphi-epidata>.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
Imports: cachem, checkmate, cli, httr, glue, jsonlite, magrittr,
        MMWRweek, purrr, openssl, rappdirs, readr, tibble, usethis,
        xml2
RoxygenNote: 7.3.1
Suggests: dplyr, ggplot2, knitr, maps, mapproj, rmarkdown, rlang,
        testthat (>= 3.1.5), withr
VignetteBuilder: knitr
Language: en-US
Config/testthat/edition: 3
Collate: 'auth.R' 'avail_endpoints.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'
NeedsCompilation: no
Packaged: 2024-02-27 20:20:56 UTC; dsweber
Author: Logan Brooks [aut],
  Dmitry Shemetov [aut],
  Samuel Gratzl [aut],
  David Weber [ctb, cre],
  Alex Reinhart [ctb],
  Daniel McDonald [ctb],
  Kean Ming Tan [ctb],
  Will Townes [ctb],
  George Haff [ctb],
  Kathryn Mazaitis [ctb]
Maintainer: David Weber <davidweb@andrew.cmu.edu>
Repository: CRAN
Date/Publication: 2024-03-01 00:02:39 UTC
