Skip to content

Commit

Permalink
visible binding for global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Dec 15, 2024
1 parent e255674 commit 6f212e1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion R/geocodebr.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
"_PACKAGE"

## quiets concerns of R CMD check:
utils::globalVariables(c("year", "temp_local_file"))
utils::globalVariables(c('year',
'temp_local_file',
'lon_min',
'lon_max',
'lat_min',
'lat_min',
'lon_diff',
'lat_diff',
'lon',
'lat'))

data_release <- "v0.1.0"

Expand Down

0 comments on commit 6f212e1

Please sign in to comment.