Skip to content

Commit 670f488

Browse files
committed
update readme following cran release
1 parent e512a1c commit 670f488

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,30 @@
44

55
<!-- badges: start -->
66

7-
<a
7+
<a href="https://CRAN.R-project.org/package=flowmapblue"
8+
target="_blank"><img
9+
src="https://www.r-pkg.org/badges/version/flowmapblue"
10+
alt="CRAN status" /></a>
11+
<a href="https://CRAN.R-project.org/package=flowmapblue"
12+
target="_blank"><img
13+
src="https://cranlogs.r-pkg.org/badges/grand-total/flowmapblue?color=blue"
14+
alt="CRAN/METACRAN Total downloads" /></a>
15+
<a href="https://CRAN.R-project.org/package=flowmapblue"
16+
target="_blank"><img
17+
src="https://cranlogs.r-pkg.org/badges/flowmapblue?color=blue"
18+
alt="CRAN/METACRAN Downloads per month" /></a> <a
819
href="https://github.com/FlowmapBlue/flowmapblue.R/actions/workflows/R-CMD-check.yaml"
920
target="_blank"><img
1021
src="https://github.com/FlowmapBlue/flowmapblue.R/actions/workflows/R-CMD-check.yaml/badge.svg"
11-
alt="R-CMD-check" /></a> <!-- badges: end -->
22+
alt="R-CMD-check" /></a>
23+
<a href="https://lifecycle.r-lib.org/articles/stages.html#experimental"
24+
target="_blank"><img
25+
src="https://img.shields.io/badge/lifecycle-experimental-orange.svg"
26+
alt="Lifecycle: stable" /></a>
27+
28+
[![DOI](https://zenodo.org/badge/DOI/10.32614/CRAN.package.flowmapblue.svg)](https://doi.org/10.32614/CRAN.package.flowmapblue)
29+
30+
<!-- badges: end -->
1231

1332
WORK IN PROGRESS
1433

README.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,18 @@ default-image-extension: ""
1010
# Flowmap.blue R widget
1111

1212
<!-- badges: start -->
13+
[![CRAN status](https://www.r-pkg.org/badges/version/flowmapblue)](https://CRAN.R-project.org/package=flowmapblue){target="_blank"}
14+
[![CRAN/METACRAN Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/flowmapblue?color=blue)](https://CRAN.R-project.org/package=flowmapblue){target="_blank"}
15+
[![CRAN/METACRAN Downloads per month](https://cranlogs.r-pkg.org/badges/flowmapblue?color=blue)](https://CRAN.R-project.org/package=flowmapblue){target="_blank"}
1316
[![R-CMD-check](https://github.com/FlowmapBlue/flowmapblue.R/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/FlowmapBlue/flowmapblue.R/actions/workflows/R-CMD-check.yaml){target="_blank"}
17+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental){target="_blank"}
18+
19+
[![DOI](https://zenodo.org/badge/DOI/10.32614/CRAN.package.flowmapblue.svg)](https://doi.org/10.32614/CRAN.package.flowmapblue)
20+
1421
<!-- badges: end -->
1522

23+
24+
1625
WORK IN PROGRESS
1726

1827
This is a [Flowmap.blue](https://www.flowmap.blue/) widget for R. Create interactive flow maps using [`FlowmapBlue`](https://github.com/FlowmapBlue/FlowmapBlue) TypeScript library, 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.

0 commit comments

Comments
 (0)