You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
853 B

Package: delphiepidata
Type: Package
Title: Query the 'CMU' 'DELPHI' Epidemiological Data 'API'
Version: 0.1.0
Date: 2019-05-29
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'CMU' 'DELPHI' (<https://delphi.midas.cs.cmu.edu/>) service
provides an aggregated, central point of access to influenza-like
illness ('ILI') related data sources. Methods are provided to query
all supported endpoints.
URL: https://gitlab.com/hrbrmstr/delphiepidata
BugReports: https://gitlab.com/hrbrmstr/delphiepidata/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1