From f6f2e00ae913c8f97ab5fb4c217e4c0c8a5fde8a Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Sun, 23 Jun 2024 15:50:56 +0100 Subject: [PATCH] update readme --- README.Rmd | 6 +++--- README.md | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index cb3bff38e..9fa05b948 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,8 +17,8 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/nanonext?color=112d4e)](https://CRAN.R-project.org/package=nanonext) +[![R-multiverse status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fnanonext&query=%24.Version&label=r-multiverse)](https://community.r-multiverse.org/nanonext) [![R-universe status](https://shikokuchuo.r-universe.dev/badges/nanonext?color=3f72af)](https://shikokuchuo.r-universe.dev/nanonext) -[![diffify](https://diffify.com/diffify-badge.svg)](https://diffify.com/R/nanonext) [![R-CMD-check](https://github.com/shikokuchuo/nanonext/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/nanonext/actions) [![codecov](https://codecov.io/gh/shikokuchuo/nanonext/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/nanonext) [![DOI](https://zenodo.org/badge/451104675.svg)](https://zenodo.org/badge/latestdoi/451104675) @@ -129,13 +129,13 @@ vignette("nanonext", package = "nanonext") ### Installation -Install the latest release from CRAN: +Install the latest release from CRAN or R-multiverse: ```{r cran, eval=FALSE} install.packages("nanonext") ``` -Or the development version from R-universe: +The current development version is available from R-universe: ```{r universe, eval=FALSE} install.packages("nanonext", repos = "https://shikokuchuo.r-universe.dev") diff --git a/README.md b/README.md index 530cfaac9..5fa41db75 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ [![CRAN status](https://www.r-pkg.org/badges/version/nanonext?color=112d4e)](https://CRAN.R-project.org/package=nanonext) +[![R-multiverse +status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fnanonext&query=%24.Version&label=r-multiverse)](https://community.r-multiverse.org/nanonext) [![R-universe status](https://shikokuchuo.r-universe.dev/badges/nanonext?color=3f72af)](https://shikokuchuo.r-universe.dev/nanonext) -[![diffify](https://diffify.com/diffify-badge.svg)](https://diffify.com/R/nanonext) [![R-CMD-check](https://github.com/shikokuchuo/nanonext/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/nanonext/actions) [![codecov](https://codecov.io/gh/shikokuchuo/nanonext/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/nanonext) [![DOI](https://zenodo.org/badge/451104675.svg)](https://zenodo.org/badge/latestdoi/451104675) @@ -158,13 +159,13 @@ vignette("nanonext", package = "nanonext") ### Installation -Install the latest release from CRAN: +Install the latest release from CRAN or R-multiverse: ``` r install.packages("nanonext") ``` -Or the development version from R-universe: +The current development version is available from R-universe: ``` r install.packages("nanonext", repos = "https://shikokuchuo.r-universe.dev")