File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
2324This 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.
Original file line number Diff line number Diff line change 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
1315This package is a thin R wrapper around Javascript library
You can’t perform that action at this time.
0 commit comments