From 3094bb4d0dc0f71cd23ae0ce1cfad54eae42938c Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Sun, 11 Jan 2015 19:43:07 -0500 Subject: [PATCH] spelling --- README.Rmd | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index e993785..33db9b9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -7,7 +7,7 @@ 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). +**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 package, please file it as an issue and be as specific as you can (screen shot if possible). ----- diff --git a/README.md b/README.md index 39f4d83..9830306 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**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). +**NOTE** If there's a particular data set from that you want and that isn't in the package, please file it as an issue and be as specific as you can (screen shot if possible). ------------------------------------------------------------------------ @@ -107,7 +107,7 @@ library(testthat) date() ``` - ## [1] "Sun Jan 11 19:41:02 2015" + ## [1] "Sun Jan 11 19:42:51 2015" ``` r test_dir("tests/")