Bob Rudis
7 years ago
No known key found for this signature in database
GPG Key ID: 1D7529BE14E2BBA9
2 changed files with
2 additions and
15 deletions
-
README.Rmd
-
README.md
|
|
@ -43,7 +43,7 @@ packageVersion("filemagic") |
|
|
|
|
|
|
|
### Test Results |
|
|
|
|
|
|
|
```{r} |
|
|
|
```{r message=FALSE} |
|
|
|
library(filemagic) |
|
|
|
library(testthat) |
|
|
|
|
|
|
|
|
|
@ -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/") |
|
|
|