From a759189be18be931625fcbb13e2f5db8ab887f9d Mon Sep 17 00:00:00 2001 From: olivroy Date: Thu, 24 Oct 2024 08:27:07 -0400 Subject: [PATCH] those are actually not used, removing --- R/eval-relocate.R | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/R/eval-relocate.R b/R/eval-relocate.R index ddd2232..91b199a 100644 --- a/R/eval-relocate.R +++ b/R/eval-relocate.R @@ -124,8 +124,7 @@ eval_relocate <- function(expr, env = env, error_call = error_call, allow_predicates = allow_predicates, - allow_rename = FALSE, - error_arg = error_arg + allow_rename = FALSE ), arg = before_arg, error_call = error_call @@ -146,8 +145,7 @@ eval_relocate <- function(expr, env = env, error_call = error_call, allow_predicates = allow_predicates, - allow_rename = FALSE, - error_arg = error_arg + allow_rename = FALSE ), arg = after_arg, error_call = error_call