From 8f29437242aec66c871817309a90154d88a8d450 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:40:23 +0100 Subject: [PATCH] update README --- README.Rmd | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index a18e9fd99..dc9c45e24 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/mirai?color=112d4e)](https://CRAN.R-project.org/package=mirai) -[![mirai status badge](https://shikokuchuo.r-universe.dev/badges/mirai?color=24a60e)](https://shikokuchuo.r-universe.dev/builds) +[![mirai status badge](https://shikokuchuo.r-universe.dev/badges/mirai?color=24a60e)](https://shikokuchuo.r-universe.dev/mirai) [![R-CMD-check](https://github.com/shikokuchuo/mirai/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/mirai/actions) [![codecov](https://codecov.io/gh/shikokuchuo/mirai/branch/main/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/mirai) [![DOI](https://zenodo.org/badge/459341940.svg)](https://zenodo.org/badge/latestdoi/459341940) diff --git a/README.md b/README.md index 96673d251..0b7396953 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![CRAN status](https://www.r-pkg.org/badges/version/mirai?color=112d4e)](https://CRAN.R-project.org/package=mirai) [![mirai status -badge](https://shikokuchuo.r-universe.dev/badges/mirai?color=24a60e)](https://shikokuchuo.r-universe.dev/builds) +badge](https://shikokuchuo.r-universe.dev/badges/mirai?color=24a60e)](https://shikokuchuo.r-universe.dev/mirai) [![R-CMD-check](https://github.com/shikokuchuo/mirai/workflows/R-CMD-check/badge.svg)](https://github.com/shikokuchuo/mirai/actions) [![codecov](https://codecov.io/gh/shikokuchuo/mirai/branch/main/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/mirai) [![DOI](https://zenodo.org/badge/459341940.svg)](https://zenodo.org/badge/latestdoi/459341940) @@ -88,8 +88,8 @@ result. ``` r m$data -#> [1] 2.2561892 1.1985734 1.4094865 0.8684176 0.8238311 1.0000000 1.2138410 -#> [8] 1.1515197 0.7094783 0.8343252 0.4432252 +#> [1] -0.4189294 0.4175360 -7.1428468 -0.3830076 1.6176787 1.0000000 +#> [7] 0.6181697 -2.6109140 -0.1400002 2.3950031 -2.3870373 ``` Alternatively, explicitly call and wait for the result using @@ -97,8 +97,8 @@ Alternatively, explicitly call and wait for the result using ``` r call_mirai(m)$data -#> [1] 2.2561892 1.1985734 1.4094865 0.8684176 0.8238311 1.0000000 1.2138410 -#> [8] 1.1515197 0.7094783 0.8343252 0.4432252 +#> [1] -0.4189294 0.4175360 -7.1428468 -0.3830076 1.6176787 1.0000000 +#> [7] 0.6181697 -2.6109140 -0.1400002 2.3950031 -2.3870373 ``` ### Vignette