Skip to content

Commit

Permalink
Changed some Depends to Imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mailund committed Feb 8, 2018
1 parent decd85d commit 44603fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Language: en-GB
LazyData: true
ByteCompile: true
Depends:
R (>= 3.1),
R (>= 3.1)
Imports:
rlang,
glue
Suggests:
Expand Down
3 changes: 0 additions & 3 deletions R/loop-transformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44603fd

Please sign in to comment.