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