Browse Source

ready for CRAN

pull/4/head
Bob Rudis 9 years ago
parent
commit
d743d8e4d1
  1. 4
      .Rbuildignore
  2. 6
      DESCRIPTION
  3. 2
      README.Rmd
  4. 2
      README.md

4
.Rbuildignore

@ -2,6 +2,8 @@
^\.Rproj\.user$ ^\.Rproj\.user$
^\.travis\.yml$ ^\.travis\.yml$
^.*md$ ^.*md$
crunch/ ^crunch/
^crunch/.*
^README_files/ ^README_files/
^README_files/.*
^README-.* ^README-.*

6
DESCRIPTION

@ -1,7 +1,7 @@
Package: cdcfluview Package: cdcfluview
Type: Package Type: Package
Title: Retrieve U.S. Flu Season Data from the CDC FluView Portal Title: Retrieve U.S. Flu Season Data from the CDC FluView Portal
Version: 0.4.0.9000 Version: 0.4.0
Date: 2015-08-09 Date: 2015-08-09
Author: Bob Rudis (@hrbrmstr) Author: Bob Rudis (@hrbrmstr)
Maintainer: Bob Rudis <bob@rudis.net> Maintainer: Bob Rudis <bob@rudis.net>
@ -10,11 +10,11 @@ Description: The U.S. Centers for Disease Control (CDC) maintains a portal
accessing state, regional and national influenza statistics. The Flash accessing state, regional and national influenza statistics. The Flash
interface makes it difficult and time-consuming to select and retrieve interface makes it difficult and time-consuming to select and retrieve
influenza data. This package provides functions to access the data provided influenza data. This package provides functions to access the data provided
by portal's underlying API. by the portal's underlying API.
URL: http://github.com/hrbrmstr/cdcfluview URL: http://github.com/hrbrmstr/cdcfluview
BugReports: https://github.com/hrbrmstr/cdcfluview/issues BugReports: https://github.com/hrbrmstr/cdcfluview/issues
License: MIT + file LICENSE License: MIT + file LICENSE
LazyData: TRUE LazyData: true
Suggests: Suggests:
testthat testthat
Imports: Imports:

2
README.Rmd

@ -23,7 +23,7 @@ knitr::opts_chunk$set(
----- -----
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. The portal's Flash interface makes it difficult and time-consuming to select and retrieve influenza data. This package provides functions to access the data provided by portal's underlying API. 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. The portal's 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.
The following functions are implemented: The following functions are implemented:

2
README.md

@ -4,7 +4,7 @@
------------------------------------------------------------------------ ------------------------------------------------------------------------
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. The portal's Flash interface makes it difficult and time-consuming to select and retrieve influenza data. This package provides functions to access the data provided by portal's underlying API. 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. The portal's 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.
The following functions are implemented: The following functions are implemented:

Loading…
Cancel
Save