Skip to content

Commit

Permalink
fix malformed globalVariables() call
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jan 9, 2025
1 parent bf1a164 commit f5db29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tailor-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"_PACKAGE"

## usethis namespace: start
utils::globalVariables("call_info", "data")
utils::globalVariables(c("call_info", "data"))
## usethis namespace: end
NULL

0 comments on commit f5db29b

Please sign in to comment.