Skip to content

Commit

Permalink
Update geouy.R
Browse files Browse the repository at this point in the history
update package alias, for roxygen2 compatibility
  • Loading branch information
RichDeto authored Aug 20, 2023
1 parent 22c3b4a commit 09a1ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/geouy.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
#'
#' @docType package
#' @name geouy
#' @aliases geouy-package
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") utils::globalVariables(
c(".", "label", "link", "localidad", "lat", "lon")
)
)

0 comments on commit 09a1ebf

Please sign in to comment.