From 44603fd127cea2b0b112da2c064ce27cc4de4666 Mon Sep 17 00:00:00 2001 From: Thomas Mailund Date: Thu, 8 Feb 2018 15:08:43 +0100 Subject: [PATCH] Changed some Depends to Imports. --- DESCRIPTION | 3 ++- R/loop-transformation.R | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) 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,