-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 1.06 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: jpmesh
Title: Utilities for Japanese Mesh Code
Version: 2.1.0.9000
Authors@R: c(
person(given = "Shinya", family = "Uryu", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0493-6186"))
)
Maintainer: Shinya Uryu <[email protected]>
Description: Helpful functions for using mesh code (80km to 100m) data in Japan. Visualize mesh code using 'ggplot2' and 'leaflet', etc.
License: MIT + file LICENSE
URL: https://uribo.github.io/jpmesh/
BugReports: https://github.com/uribo/jpmesh/issues/
Depends:
R (>= 3.1)
Imports:
leaflet (>= 1.1.0),
memoise (>= 1.1.0),
miniUI (>= 0.1.1),
purrr (>= 0.2.4),
rlang (>= 0.1.4),
sf (>= 0.5-5),
shiny (>= 1.0.5),
tibble (>= 3.0.0),
units (>= 0.5-1),
magrittr (>= 1.5),
vctrs (>= 0.3.4)
Suggests:
knitr (>= 1.20),
lintr (>= 2.0.1),
lwgeom (>= 0.1-4),
testthat (>= 2.1.0),
rmarkdown (>= 1.10),
vdiffr (>= 0.3.1)
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)