-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 895 Bytes
/
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
Package: geojp
Type: Package
Title: Download Spatial Data Sets of Japan
Version: 0.0.12
Authors@R: person("Yoshihiko", "Baba", role = c("aut", "cre"), email = "babayoshihiko@mac.com", comment = c(ORCID = "0000-0001-7034-9724"))
Description: Easy access to various spatial data sets of Japan as 'sf' objects in R. The package includes a wide range of geospatial data available at various geographic scales and for various years with harmonized attributes, projection and fixed topology.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
lwgeom,
sf,
utils
RoxygenNote: 7.3.0
Suggests:
knitr,
unittest,
testthat (>= 3.0.0),
leaflegend,
mapview,
rmarkdown,
tmap
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/babayoshihiko/geojp
BugReports: https://github.com/babayoshihiko/geojp/issues
LazyData: true
Depends:
R (>= 2.10)