diff --git a/R/globals.R b/R/globals.R index acdc091..613e193 100644 --- a/R/globals.R +++ b/R/globals.R @@ -1,9 +1,5 @@ utils::globalVariables( c( - 'code_commune', - 'libelle_departement', - 'libelle_region', - 'libelle_station', - 'longitude' + "libelle_station" ) )