We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
globalVariables()
1 parent bf1a164 commit f5db29bCopy full SHA for f5db29b
R/tailor-package.R
@@ -5,6 +5,6 @@
5
"_PACKAGE"
6
7
## usethis namespace: start
8
-utils::globalVariables("call_info", "data")
+utils::globalVariables(c("call_info", "data"))
9
## usethis namespace: end
10
NULL
0 commit comments