forked from FlowmapBlue/flowmapblue.R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 839 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
Package: flowmapblue
Title: Flow Map Rendering
Version: 0.0.1
Authors@R: c(
person("Ilya", "Boyandin", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-5585-7587")),
person("Egor", "Kotov", , "[email protected]", role = "cre",
comment = c(ORCID = "0000-0001-6690-5345"))
)
Description: Rendering interactive flow maps to visualize numbers of
movements between locations (origin-destination data).
License: MIT + file LICENSE
URL: https://github.com/FlowmapBlue/flowmapblue.R,
https://flowmapblue.github.io/flowmapblue.R/
BugReports: https://github.com/FlowmapBlue/flowmapblue.R/issues
Depends:
R (>= 2.10)
Imports:
htmlwidgets
Suggests:
quarto
VignetteBuilder:
quarto
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2