ThinkR-open / checkhelper

A package to help deal with devtools::check outputs
https://thinkr-open.github.io/checkhelper/
Other
34 stars 4 forks source link

Store globalVariables according to functions names #2

Closed statnmap closed 3 years ago

statnmap commented 5 years ago
globalVariables(
  unique(c(
    # function_a
    "variable", "var",
    # function_b
    "variable", "toto"
  ))
)
statnmap commented 3 years ago

Done in #8