-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.01 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
Type: Package
Package: jpgrid
Title: Functions for the Grid Square Codes in Japan
Version: 0.4.0.9000
Authors@R:
person("Mizuki", "Uchida", , "[email protected]", role = c("aut", "cre"))
Description: Provides functions for grid square codes in Japan
(<https://www.stat.go.jp/english/data/mesh/index.html>).
Generates the grid square codes from longitude/latitude, geometries, and
the grid square codes of different scales, and vice versa.
License: MIT + file LICENSE
URL: https://github.com/UchidaMizuki/jpgrid,
https://uchidamizuki.github.io/jpgrid/
BugReports: https://github.com/UchidaMizuki/jpgrid/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 0.8.0),
purrr (>= 1.0.0),
rlang (>= 0.3.0),
stars,
sf,
stringr (>= 1.4.0),
tibble,
tidyr (>= 1.3.0),
units,
vctrs,
lifecycle,
pillar,
cli,
tidygraph
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2