Skip to content

Commit

Permalink
clarify comment on global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Sep 15, 2023
1 parent 5be6f02 commit 31323c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/global-variables.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Will need investigating, maybe some are false positive
# Will need investigating, maybe some are true flags
# i.e. a function that needs to be prefixed, a variable that is unused, or misnamed
# although most seem to come from data.table variables.
# But this will reduce clutter in R CMD CHECK
utils::globalVariables(c(
".", "..cols", "X__", "Y__", "asp", "attr.color", "bbox",
Expand Down

0 comments on commit 31323c3

Please sign in to comment.