diff --git a/DESCRIPTION b/DESCRIPTION index 50a2b8e..5ceb09a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: apexcharter -Version: 0.2.0.9200 +Version: 0.3.0 Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'. 'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API. diff --git a/NEWS.md b/NEWS.md index 316f86f..8d087a5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -apexcharter 0.2.1 +apexcharter 0.3.0 ================== * Updated ApexCharts.js to 3.29.0 diff --git a/README.md b/README.md index 5802516..d8e593c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![version](http://www.r-pkg.org/badges/version/apexcharter)](https://CRAN.R-project.org/package=apexcharter) [![cran checks](https://cranchecks.info/badges/worst/apexcharter)](https://cranchecks.info/pkgs/apexcharter) -[![Codecov test coverage](https://codecov.io/gh/dreamRs/apexcharter/branch/master/graph/badge.svg)](https://codecov.io/gh/dreamRs/apexcharter?branch=master) +[![Codecov test coverage](https://codecov.io/gh/dreamRs/apexcharter/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dreamRs/apexcharter?branch=master) [![R-CMD-check](https://github.com/dreamRs/apexcharter/workflows/R-CMD-check/badge.svg)](https://github.com/dreamRs/apexcharter/actions) @@ -13,7 +13,7 @@ ## Installation -Install from [CRAN](https://cran.r-project.org/web/packages/apexcharter/index.html) with: +Install from [CRAN](https://CRAN.R-project.org/package=apexcharter) with: ```r install.packages("apexcharter")