safer-r / saferDev

GNU General Public License v3.0
0 stars 0 forks source link

bug in all_args_here() #45

Closed gael-millot closed 3 weeks ago

gael-millot commented 3 weeks ago

FUN1 <- function(x, y){middle_bracket2 <- base::do.call(what = base::c, args = code_for_col, quote = FALSE, envir = base::parent.frame())} ; all_args_here(FUN1) returns: Error in if (tempo_fun != fun_names[[i1]][i2]) { : missing value where TRUE/FALSE needed In addition: Warning message: In base::as.integer(x = base::sub(pattern = "^c", replacement = "", : NAs introduced by coercion

gael-millot commented 3 weeks ago

solved