Skip to content

Commit

Permalink
make R CMD check result clean
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Jun 18, 2024
1 parent 38fd57d commit 3d9a299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/globals.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# see https://forum.posit.co/t/how-to-solve-no-visible-binding-for-global-variable-note/28887
# or https://forum.posit.co/t/when-programming-with-dplyr-what-is-the-correct-way-to-avoid-undefined-global-variables/55946

utils::globalVariables(c(".", "Ecological", "Interaction", "Interactive variable",
"Q-statistic", "Risk","qstatistic", "variable", "variable1",
"variable2", "x", "zone1", "zone2"))

0 comments on commit 3d9a299

Please sign in to comment.