From e8e421e4ce6cf0f4b844967f92ccdca6364dc3d3 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Fri, 30 Jan 2015 05:55:42 -0500 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77afb9d..afefbe4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ library(statebins) packageVersion("statebins") ``` - ## [1] '1.2' + ## [1] '1.2.1' ``` r # the original wapo data @@ -209,7 +209,7 @@ library(testthat) date() ``` - ## [1] "Fri Jan 30 05:36:28 2015" + ## [1] "Fri Jan 30 05:55:25 2015" ``` r test_dir("tests/")