Skip to content

Commit

Permalink
Use autoglobals
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jul 20, 2024
1 parent 4066231 commit af1903f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/get_isd_history.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @return A \code{\link[data.table]{data.table}} object
#' @export
#' @family metadata
#' @autoglobal
#' @examplesIf interactive()
#' get_isd_history()
#'
Expand Down
5 changes: 5 additions & 0 deletions R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ utils::globalVariables(c(
"isd_history", # <get_GSOD>
"isd_history", # <get_inventory>
"STNID", # <get_inventory>
"STNID", # <get_isd_history>
"USAF", # <get_isd_history>
"WBAN", # <get_isd_history>
"COUNTRY_NAME", # <get_isd_history>
"..x", # <get_isd_history>
"STNID", # <get_updates>
"STATION", # <get_updates>
"WBAN", # <get_updates>
Expand Down

0 comments on commit af1903f

Please sign in to comment.