From 175cf2022dd80a4ec17071e0762888db48f0fcdd Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Fri, 12 Aug 2016 22:23:47 -0400 Subject: [PATCH] README --- README.Rmd | 4 ---- README.md | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.Rmd b/README.Rmd index 5fd02fb..a7643cc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -10,10 +10,6 @@ The following functions are implemented: - `incant` : returns the "magic" metadata of the files in the input vector (as a data frame) -The following data sets are included: - -- (eventually will be an internal mime types db) - ### Installation ```{r eval=FALSE} diff --git a/README.md b/README.md index c2dd980..b492554 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ The following functions are implemented: - `incant` : returns the "magic" metadata of the files in the input vector (as a data frame) -The following data sets are included: - -- (eventually will be an internal mime types db) - ### Installation ``` r @@ -54,7 +50,7 @@ library(testthat) date() ``` - ## [1] "Fri Aug 12 22:22:17 2016" + ## [1] "Fri Aug 12 22:23:39 2016" ``` r test_dir("tests/")