Browse Source

README

tags/v0.3.0
Bob Rudis 8 years ago
parent
commit
c24095396d
  1. 4
      README.Rmd
  2. 6
      README.md

4
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}

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

Loading…
Cancel
Save