From f7555b970ea00ad3278757c8c9b08e92b7fd9966 Mon Sep 17 00:00:00 2001 From: David Dorchies <14124454+DDorch@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:47:48 +0100 Subject: [PATCH] chore: remove extra globals Fix #35 --- R/globals.R | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" ) )