Skip to content

Commit

Permalink
chore: remove extra globals
Browse files Browse the repository at this point in the history
Fix #35
  • Loading branch information
DDorch committed Feb 22, 2024
1 parent f66262a commit f7555b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/globals.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
utils::globalVariables(
c(
'code_commune',
'libelle_departement',
'libelle_region',
'libelle_station',
'longitude'
"libelle_station"
)
)

0 comments on commit f7555b9

Please sign in to comment.