-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
52 lines (52 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: COGiter
Title: Fonctions, Données et Fonds De Carte Pour Gérer Les Données Au Territoire - COG 2024
Version: 0.0.13
Authors@R:
c(person(given = "Maël",
family = "THEULIERE",
role = c("aut"),
email = "[email protected]"),
person(given = "Juliette",
family = "ENGELARE-LEFEBVRE",
role = c("cre"),
email = "[email protected]"),
person(given = "Caroline",
family = "COUDRIN",
role = "ctb",
email = "[email protected]"),
person(given = "Sebastien", family = "Rochette", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-1565-9313"))
)
Description: Fonctions, données et fonds de carte pour gérer les données
au territoire. Ce package permet notamment de gérer les fusions de
communes intervenues entre 2003 et 2024.
License: MIT + file LICENSE
URL: https://maeltheuliere.github.io/COGiter/
BugReports: https://github.com/MaelTheuliere/COGiter/issues
Depends:
R (>= 2.10)
Imports:
attempt,
dplyr (>= 1.0.0),
forcats,
glue,
magrittr,
purrr,
rlang,
sf,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
knitr,
lifecycle,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3