Skip to content

Commit

Permalink
globalVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Nov 11, 2024
1 parent 5370852 commit ec87d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/autoimport-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ utils::globalVariables(c(".", "x", "y", "fun", "pkg", "value", "values", "ind",
"fun_imported", "pkg_n_imports", "pkg_in_desc",
"pref_pkg", "package", "pkg_bak", "cache_dir", "defined_in_importlist",
"details", "fun_already_imported", "fun_is_base", "fun_is_inner",
"fun_is_private", "operator", "sessionInfo", "source_fun"))
"fun_is_private", "operator", "sessionInfo", "source_fun", "pkg_str"))

# x="cache_dir defined_in_importlist details fun_already_imported"
# str_split_1(x, "\\s+") %>% cat(sep='", "')
Expand Down

0 comments on commit ec87d95

Please sign in to comment.