-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
50 lines (49 loc) · 1.17 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
Package: RCzechia
Type: Package
Title: Spatial Objects of the Czech Republic
Version: 1.12.4
Date: 2025-01-07
Authors@R: c(
person("Jindra", "Lacko", , "jindra.lacko@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0375-5156")),
person("Nick", "Bearman", role = "rev",
comment = c(ORCID = "0000-0002-8396-4061",
"Nick reviewed the package for JOSS, providing helpful comments leading to significant improvement of the package."))
)
Maintainer: Jindra Lacko <jindra.lacko@gmail.com>
Description: Administrative regions and other spatial objects of the Czech Republic.
URL: https://rczechia.jla-data.net
BugReports: https://github.com/jlacko/RCzechia/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.3.0),
sf
Imports:
curl,
httr,
jsonlite,
magrittr
Suggests:
terra,
units,
ggplot2,
tidyterra,
knitr,
testthat,
roxygen2,
rmarkdown,
dplyr,
lwgeom,
s2,
covr
SystemRequirements:
GDAL (>= 2.2.3),
GEOS (>= 3.6.2),
PROJ (>= 4.9.3)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true