prepare for cran

This commit is contained in:
pvictor 2023-01-08 19:23:11 +01:00
parent 34d73e81ee
commit 1b6a57df3a
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter Package: apexcharter
Version: 0.3.1.9300 Version: 0.4.0
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'. Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API. 'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API.

View File

@ -1,7 +1,9 @@
apexcharter (unreleased) apexcharter 0.4.0
================== ==================
* Updated ApexCharts.js to 3.35.0 * Updated ApexCharts.js to 3.36.3.
* New chart type : range area charts
* Facets: correctly manage secondary y axis.

View File

@ -4,7 +4,7 @@
<!-- badges: start --> <!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/apexcharter)](https://CRAN.R-project.org/package=apexcharter) [![CRAN status](https://www.r-pkg.org/badges/version/apexcharter)](https://CRAN.R-project.org/package=apexcharter)
[![cran checks](https://badges.cranchecks.info/worst/apexcharter.svg)](https://cranchecks.info/pkgs/apexcharter) [![cran checks](https://badges.cranchecks.info/worst/apexcharter.svg)](https://cran.r-project.org/web/checks/check_results_apexcharter.html)
[![Codecov test coverage](https://codecov.io/gh/dreamRs/apexcharter/branch/master/graph/badge.svg)](https://app.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/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/apexcharter/actions/workflows/R-CMD-check.yaml) [![R-CMD-check](https://github.com/dreamRs/apexcharter/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/apexcharter/actions/workflows/R-CMD-check.yaml)
<!-- badges: end --> <!-- badges: end -->

View File

@ -1,6 +1,6 @@
## Test environments ## Test environments
* local OS Widows 10 install, R 4.1.2 * local Ubuntu 22.04 install, R 4.2.2
* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.1.2 * ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.2.2
* win-builder (devel and release) * win-builder (devel and release)
## R CMD check results ## R CMD check results