Skip to content

Commit

Permalink
tweaking global vars
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Jul 26, 2024
1 parent 4421dd6 commit d76683f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/globalVars.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
utils::globalVariables(c(
"..cols", "..expectedCols", "Code", "DATASET",
# "element1", "element2",
"..cols", "..expectedCols", "C", "Code", "DATASET",
"degree", "element1", "element2",
"fullnm", "GCM", "id", "id_orig", "lat", "lon",
"laynum", "mod", "numlay", "period",
"Period", "PERIOD", "Period1", "Period2", "run", "Run", "RUN",
"scenario", "Scenario", "skip_if_not_installed", "SSP",
"xanom", "var", "variables", "Year", "yanom",
# "yeartime1", "yeartime2",
"xanom", "variables", "Year", "yanom",
"yeartime1", "yeartime2",
".", "%>%"
))

0 comments on commit d76683f

Please sign in to comment.