-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.17 KB
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
Package: geonuts
Type: Package
Title: Identification and Visualisation of European NUTS Regions from Geolocations
Version: 1.0.1
Authors@R:
c(
person("Attila I.", "Katona",
email = "katona.attila@gtk.uni-pannon.hu",
role = c("aut", "cre")),
person("Marcell T.", "Kurbucz",
email = "m.kurbucz@ucl.ac.uk",
role = "aut")
)
Description: Provides functions to identify European NUTS (Nomenclature of Territorial Units for Statistics) regions for geographic coordinates (latitude/longitude) using Eurostat geospatial boundaries. Includes map-based visualisation of the matched regions for validation and exploration. Designed for regional data analysis, reproducible workflows, and integration with common geospatial R packages.
License: GPL (>= 3)
URL: https://github.com/aikatona/geonuts
BugReports: https://github.com/aikatona/geonuts/issues
Depends:
R (>= 4.1.0)
Imports:
eurostat,
ggplot2,
giscoR,
units,
grid,
sf
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr