-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.84 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
53
54
55
56
57
58
59
Package: nuts
Title: Convert European Regional Data
Version: 1.1.0
Authors@R: c(
person("Moritz", "Hennicke", , "AAoritz@posteo.de", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-6811-1821")),
person("Werner", "Krause", , "werner.krause@uni-potsdam.de", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-5069-7964")),
person("Pueyo-Ros", "Josep", role = "rev",
comment = "Josep reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/623#issuecomment-1951446662"),
person("Le Meur", "Nolwenn", role = "rev",
comment = "Nolwenn reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/623#issuecomment-1961501137")
)
Description: Motivated by changing administrative boundaries over time,
the 'nuts' package can convert European regional data with NUTS codes
between versions (2006, 2010, 2013, 2016 and 2021) and levels (NUTS 1,
NUTS 2 and NUTS 3). The package uses spatial interpolation as in Lam
(1983) <doi:10.1559/152304083783914958> based on granular (100m x
100m) area, population and land use data provided by the European
Commission's Joint Research Center.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/nuts/, https://github.com/ropensci/nuts
BugReports: https://github.com/ropensci/nuts
Depends:
R (>= 3.5.0)
Imports:
cli,
dplyr,
glue,
lifecycle,
rlang
Suggests:
eurostat,
formatR,
ggalluvial,
ggfittext,
ggplot2,
ggpubr,
ggrepel,
gridExtra,
kableExtra,
knitr,
raster,
RColorBrewer,
readr,
rmarkdown,
sf,
stringr,
terra,
testthat,
tidyr,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1