-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
36 lines (36 loc) · 1.4 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
Package: flowmapblue
Title: Flow Map Rendering
Version: 0.0.2
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: Create interactive flow maps using 'FlowmapBlue' 'TypeScript'
library <https://github.com/FlowmapBlue/FlowmapBlue>, which is a free
tool for representing aggregated numbers of movements between
geographic locations as flow maps. It is used to visualize urban
mobility, commuting behavior, bus, subway and air travels, bicycle
sharing, human and bird migration, refugee flows, freight
transportation, trade, supply chains, scientific collaboration,
epidemiological and historical data and many other topics. The package
allows to either create standalone flow maps in form of 'htmlwidgets'
and save them in 'HTML' files, or integrate flow maps into 'Shiny'
applications.
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