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/")