diff --git a/DESCRIPTION b/DESCRIPTION index 321dc2d..f14b9d0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,8 @@ Language: en-GB LazyData: true ByteCompile: true Depends: - R (>= 3.1), + R (>= 3.1) +Imports: rlang, glue Suggests: diff --git a/R/loop-transformation.R b/R/loop-transformation.R index 109f60f..ac8a6ea 100644 --- a/R/loop-transformation.R +++ b/R/loop-transformation.R @@ -14,9 +14,6 @@ #' @param cc Current continuation to abort if a transformation is not possible #' #' @return TRUE, if the expression can be transformed. Invokes \code{cc} otherwise. -#' -#' @import glue -#' @import rlang can_call_be_transformed <- function(call_name, call_arguments, fun_name, fun_call_allowed, cc) { switch(call_name,