Skip to content

Commit

Permalink
fix: globals.R implemented to address NOTE in check
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Sep 28, 2023
1 parent 3d25a42 commit b44d4f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/globals.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
globalVariables(c(
"lang",
"r_version",
"."
))
Binary file modified tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit b44d4f8

Please sign in to comment.