Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
added datasets var names to globals to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 30, 2015
1 parent 32e3923 commit 9c5c3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/globals.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if (base::getRversion() >= "2.15.1") {
utils::globalVariables(c("long", "lat","group")) ## Neded in functions plot_density and plot_signposts
}
utils::globalVariables(c("long", "lat","group","NoAm_country","SoAm_country","Oceana_country","Africa_country","Asia_country","Eur_country"))
}

0 comments on commit 9c5c3ba

Please sign in to comment.