diff --git a/README.Rmd b/README.Rmd index 596a782..e993785 100644 --- a/README.Rmd +++ b/README.Rmd @@ -7,6 +7,10 @@ output: variant: markdown_github --- +**NOTE** If there's a particular data set from http://www.cdc.gov/flu/weekly/fluviewinteractive.htm that you want and that isn't in the pacakge, please file it as an issue and be as specific as you can (screen shot if possible). + +----- + The CDC's FluView is a Flash portal and the only way to get flu season data is to use GUI controls, making it tedious to retrieve updates. This package uses the same API the portal does to programmatically retrieve data. diff --git a/README.md b/README.md index e250a79..39f4d83 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +**NOTE** If there's a particular data set from that you want and that isn't in the pacakge, please file it as an issue and be as specific as you can (screen shot if possible). + +------------------------------------------------------------------------ + The CDC's FluView is a Flash portal and the only way to get flu season data is to use GUI controls, making it tedious to retrieve updates. This package uses the same API the portal does to programmatically retrieve data. The following functions are implemented: @@ -103,7 +107,7 @@ library(testthat) date() ``` - ## [1] "Sun Jan 11 11:05:26 2015" + ## [1] "Sun Jan 11 19:41:02 2015" ``` r test_dir("tests/")