forked from MaelTheuliere/COGiter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.33 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
Package: COGiter
Title: Fonctions, Données et Fonds de Carte pour Gérer les Données au
Territoire
Version: 0.0.8.3
Authors@R:
c(person(given = "Maël",
family = "THEULIERE",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Juliette",
family = "ENGELARE-LEFEBVRE",
role = "ctb",
email = "[email protected]"),
person(given = "Caroline",
family = "COUDRIN",
role = "ctb",
email = "[email protected]"))
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 2015 et 2021.
License: MIT + file LICENSE
URL: https://github.com/MaelTheuliere/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,
tidyr,
tidyselect,
utils
Suggests:
knitr,
lifecycle,
rmarkdown,
testthat,
tibble
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1