Skip to content

Commit 196a066

Browse files
committed
badges
1 parent 959d9e5 commit 196a066

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ knitr::opts_chunk$set(
1616
# echarty
1717

1818
<!-- badges: start -->
19-
<img src='https://www.r-pkg.org/badges/version/echarty' alt='CRAN' /> <img src='https://cranlogs.r-pkg.org/badges/last-day/echarty' alt='counter'/>
20-
[![R-CMD-check](https://github.com/helgasoft/echarty/workflows/R-CMD-check/badge.svg)](https://github.com/helgasoft/echarty/actions)
19+
[![R-CMD-check](https://github.com/helgasoft/echarty/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/helgasoft/echarty/actions/workflows/R-CMD-check.yaml)
20+
[![CRAN status](https://www.r-pkg.org/badges/version/echarty)](https://cran.r-project.org/package=echarty)
21+
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/last-day/echarty)](https://cranlogs.r-pkg.org/badges/last-day/echarty)
2122
<!-- badges: end -->
2223

2324
This package is a thin R wrapper around Javascript library [ECharts](https://echarts.apache.org/en/index.html). The R list parameters come directly from [ECharts' documentation](https://echarts.apache.org/en/option.html). There are just a few extra commands.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55

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

8-
<img src='https://www.r-pkg.org/badges/version/echarty' alt='CRAN' />
9-
<img src='https://cranlogs.r-pkg.org/badges/last-day/echarty' alt='counter'/>
10-
[![R-CMD-check](https://github.com/helgasoft/echarty/workflows/R-CMD-check/badge.svg)](https://github.com/helgasoft/echarty/actions)
8+
[![R-CMD-check](https://github.com/helgasoft/echarty/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/helgasoft/echarty/actions/workflows/R-CMD-check.yaml)
9+
[![CRAN
10+
status](https://www.r-pkg.org/badges/version/echarty)](https://cran.r-project.org/package=echarty)
11+
[![CRAN
12+
downloads](https://cranlogs.r-pkg.org/badges/last-day/echarty)](https://cranlogs.r-pkg.org/badges/last-day/echarty)
1113
<!-- badges: end -->
1214

1315
This package is a thin R wrapper around Javascript library

0 commit comments

Comments
 (0)