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 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