From 1b6a57df3ae2346d812579512d9360aaa541cc99 Mon Sep 17 00:00:00 2001 From: pvictor Date: Sun, 8 Jan 2023 19:23:11 +0100 Subject: [PATCH] prepare for cran --- DESCRIPTION | 2 +- NEWS.md | 6 ++++-- README.md | 2 +- cran-comments.md | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a40860c..16c8bae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: apexcharter -Version: 0.3.1.9300 +Version: 0.4.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 f0d6d0b..8116430 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/README.md b/README.md index d8e2bdf..8748fdd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![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) [![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) diff --git a/cran-comments.md b/cran-comments.md index 9b614c1..a3f7352 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local OS Widows 10 install, R 4.1.2 -* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.1.2 +* local Ubuntu 22.04 install, R 4.2.2 +* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.2.2 * win-builder (devel and release) ## R CMD check results