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.

54 lines
1.8 KiB

9 years ago
Package: cdcfluview
Type: Package
Encoding: UTF-8
5 years ago
Title: Retrieve Flu Season Data from the United States Centers for Disease Control
and Prevention ('CDC') 'FluView' Portal
Version: 0.9.4
Date: 2021-05-22
6 years ago
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Craig", "McGowan", email = "mcgowan.cj@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0002-6298-0185")),
person("JJ", "Chen", email = "jiajia.chern@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0001-8482-8398")),
person("Sebastian", "Meyer", email = "seb.meyer@fau.de", role = "ctb",
5 years ago
comment = c(ORCID = "0000-0002-1791-9449")),
person("James", "Turtle", email = "jturtle@predsci.com", role = "ctb",
comment = c(ORCID = "0000-0003-0735-7769")),
person("Andrew", "Bates", role = "ctb"),
person("Ian", "McGovern", role = "ctb")
6 years ago
)
Maintainer: Bob Rudis <bob@rud.is>
5 years ago
Description: The 'U.S.' Centers for Disease Control and Prevention (CDC) maintain
4 years ago
a portal <https://gis.cdc.gov/grasp/fluview/fluportaldashboard.html> for
8 years ago
accessing state, regional and national influenza statistics as well as
mortality surveillance data. The web interface makes it difficult and
time-consuming to select and retrieve influenza data. Tools are provided
5 years ago
to access the data provided by the portal's underlying 'API'.
4 years ago
URL: https://github.com/hrbrmstr/cdcfluview
BugReports: https://github.com/hrbrmstr/cdcfluview/issues
9 years ago
License: MIT + file LICENSE
9 years ago
LazyData: true
9 years ago
Suggests:
testthat,
covr
6 years ago
Depends:
4 years ago
R (>= 3.5.0)
9 years ago
Imports:
6 years ago
httr,
4 years ago
progress,
6 years ago
tools,
9 years ago
dplyr,
jsonlite,
4 years ago
tibble,
stats,
utils,
sf,
xml2,
purrr,
readr,
MMWRweek,
units (>= 0.4-6)
4 years ago
RoxygenNote: 7.1.1