diff --git a/R/tar_sql_raw.R b/R/tar_sql_raw.R index 3dc89be..3031f99 100644 --- a/R/tar_sql_raw.R +++ b/R/tar_sql_raw.R @@ -121,7 +121,7 @@ tar_sql_file_command <- function(path) { list(path = path), env = list(path = path) ) - fun <- call_ns("sqltargets", "tar_sql_file") + fun <- rlang::call_ns("sqltargets", "tar_sql_file") expr <- list( fun, args