Skip to content

Commit f5db29b

Browse files
committed
fix malformed globalVariables() call
1 parent bf1a164 commit f5db29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tailor-package.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"_PACKAGE"
66

77
## usethis namespace: start
8-
utils::globalVariables("call_info", "data")
8+
utils::globalVariables(c("call_info", "data"))
99
## usethis namespace: end
1010
NULL

0 commit comments

Comments
 (0)