From 021e308a91c32755f28683d0c4c1ae99396f61b1 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Sun, 14 Aug 2016 19:55:42 -0400 Subject: [PATCH] CRAN checks --- DESCRIPTION | 6 ++++-- R/aaa.r | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 R/aaa.r diff --git a/DESCRIPTION b/DESCRIPTION index 3ad694f..3a6bac1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,8 @@ BugReports: https://github.com/hrbrmstr/wand/issues SystemRequirements: libmagic (>= 5.14) License: AGPL Suggests: - testthat + testthat, + magrittr Depends: R (>= 3.0.0) Imports: @@ -24,6 +25,7 @@ Imports: utils, tidyr, stringi, - dplyr + dplyr, + stats LinkingTo: Rcpp RoxygenNote: 5.0.1 diff --git a/R/aaa.r b/R/aaa.r new file mode 100644 index 0000000..4f4d52d --- /dev/null +++ b/R/aaa.r @@ -0,0 +1 @@ +response <- encoding <- NULL \ No newline at end of file