prepare for cran

This commit is contained in:
pvictor 2021-10-21 14:36:25 +02:00
parent a0d0616009
commit ace2508e89
No known key found for this signature in database
GPG Key ID: 31124C9F3F9268B8
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
apexcharter 0.2.1
apexcharter 0.3.0
==================
* Updated ApexCharts.js to 3.29.0

View File

@ -5,7 +5,7 @@
<!-- badges: start -->
[![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)
<!-- badges: end -->
@ -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")