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.

43 lines
1.3 KiB

9 years ago
Package: cdcfluview
Type: Package
Encoding: UTF-8
Title: Retrieve 'U.S'. Flu Season Data from the 'CDC' 'FluView' Portal
Version: 0.7.0
7 years ago
Date: 2017-11-04
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"))
7 years ago
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'U.S.' Centers for Disease Control ('CDC') maintains a portal
<http://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
to access the data provided by the portal's underlying 'API'.
7 years ago
URL: https://github.com/hrbrmstr/cdcfluview
9 years ago
BugReports: https://github.com/hrbrmstr/cdcfluview/issues
License: MIT + file LICENSE
9 years ago
LazyData: true
9 years ago
Suggests:
testthat,
covr
7 years ago
Depends:
R (>= 3.2.0)
9 years ago
Imports:
7 years ago
httr,
tools,
9 years ago
dplyr,
jsonlite,
stats,
utils,
sf,
xml2,
purrr,
readr,
MMWRweek,
units (>= 0.4-6)
RoxygenNote: 6.0.1