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.
 
 

33 lines
1.1 KiB

Package: cdcfluview
Type: Package
Title: Retrieve U.S. Flu Season Data from the CDC FluView Portal
Version: 0.5.2
Date: 2017-03-14
Authors@R: c(person("Bob","Rudis", email = "bob@rud.is", role = c("aut", "cre")),
person("Craig", "McGowan", email = "mcgowan.cj@gmail.com", role = "ctb"))
Encoding: UTF-8
Description: The U.S. Centers for Disease Control (CDC) maintains a portal
<http://gis.cdc.gov/grasp/fluview/fluportaldashboard.html> for
accessing state, regional and national influenza statistics as well as
Mortality Surveillance Data. The Flash interface makes it difficult and
time-consuming to select and retrieve influenza data. This package
provides functions to access the data provided by the portal's underlying API.
URL: http://github.com/hrbrmstr/cdcfluview
BugReports: https://github.com/hrbrmstr/cdcfluview/issues
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat,
covr
Imports:
httr (>= 0.3.0),
xml2,
dplyr,
utils,
purrr,
readr,
jsonlite,
V8
Depends:
R (>= 3.2.0)
RoxygenNote: 6.0.1