From 670f48881d7304b244e317b1fbe478ce6693049d Mon Sep 17 00:00:00 2001 From: Egor Kotov Date: Thu, 5 Sep 2024 19:26:18 +0200 Subject: [PATCH] update readme following cran release --- README.md | 23 +++++++++++++++++++++-- README.qmd | 9 +++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3fa4b4..5ded9c9 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,30 @@ - + + +alt="R-CMD-check" /> + + +[![DOI](https://zenodo.org/badge/DOI/10.32614/CRAN.package.flowmapblue.svg)](https://doi.org/10.32614/CRAN.package.flowmapblue) + + WORK IN PROGRESS diff --git a/README.qmd b/README.qmd index 85e5fbd..5844db2 100644 --- a/README.qmd +++ b/README.qmd @@ -10,9 +10,18 @@ default-image-extension: "" # Flowmap.blue R widget +[![CRAN status](https://www.r-pkg.org/badges/version/flowmapblue)](https://CRAN.R-project.org/package=flowmapblue){target="_blank"} +[![CRAN/METACRAN Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/flowmapblue?color=blue)](https://CRAN.R-project.org/package=flowmapblue){target="_blank"} +[![CRAN/METACRAN Downloads per month](https://cranlogs.r-pkg.org/badges/flowmapblue?color=blue)](https://CRAN.R-project.org/package=flowmapblue){target="_blank"} [![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"} +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental){target="_blank"} + +[![DOI](https://zenodo.org/badge/DOI/10.32614/CRAN.package.flowmapblue.svg)](https://doi.org/10.32614/CRAN.package.flowmapblue) + + + WORK IN PROGRESS 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.