Browse Source

README

tags/v0.3.0
Bob Rudis 8 years ago
parent
commit
008423d495
  1. 2
      README.Rmd
  2. 15
      README.md

2
README.Rmd

@ -43,7 +43,7 @@ packageVersion("filemagic")
### Test Results
```{r}
```{r message=FALSE}
library(filemagic)
library(testthat)

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

Loading…
Cancel
Save