Skip to content

Commit

Permalink
chore: namespace globalVariables()
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Sep 4, 2024
1 parent d590025 commit 12720b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/emodnet.wfs-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ emodnetwfs_user_agent <- function() {
)
}

globalVariables(c("layer_name", "n"))
utils::globalVariables(c("layer_name", "n"))

release_bullets <- function() { # nocov start
c('update vignette with knitr::knit("vignettes/emodnet.wfs.Rmd.orig", output = "vignettes/emodnet.wfs.Rmd")') # nolint: line_length_linter
Expand Down

0 comments on commit 12720b2

Please sign in to comment.