From 008423d4956fbdafd749e1a0f3ec765c7b91094c Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Fri, 12 Aug 2016 19:47:39 -0400 Subject: [PATCH] README --- README.Rmd | 2 +- README.md | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/README.Rmd b/README.Rmd index b73fb5c..07422c5 100644 --- a/README.Rmd +++ b/README.Rmd @@ -43,7 +43,7 @@ packageVersion("filemagic") ### Test Results -```{r} +```{r message=FALSE} library(filemagic) library(testthat) diff --git a/README.md b/README.md index 3381757..7633ac6 100644 --- a/README.md +++ b/README.md @@ -50,24 +50,11 @@ packageVersion("filemagic") ``` r library(filemagic) library(testthat) -``` - - ## - ## Attaching package: 'testthat' - - ## The following object is masked from 'package:dplyr': - ## - ## matches - - ## The following objects are masked from 'package:magrittr': - ## - ## equals, is_less_than, not -``` r date() ``` - ## [1] "Fri Aug 12 19:41:08 2016" + ## [1] "Fri Aug 12 19:47:32 2016" ``` r test_dir("tests/")