From e6b25cc042478e10c7a1d2fd81f4efc11d908f58 Mon Sep 17 00:00:00 2001 From: pvictor Date: Thu, 5 Sep 2024 17:05:52 +0200 Subject: [PATCH] v0.4.4 --- .gitignore | 1 + DESCRIPTION | 2 +- cran-comments.md | 7 +++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6236f0e5..b9ac5e57 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ data-raw/*.csv node_modules docs data-raw/inputs/ +CRAN-SUBMISSION diff --git a/DESCRIPTION b/DESCRIPTION index 364e34f8..f7865655 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: apexcharter -Version: 0.4.3.9300 +Version: 0.4.4 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/cran-comments.md b/cran-comments.md index e5ba0eb7..411155cc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,12 @@ ## Test environments -* local Ubuntu 22.04 install, R 4.3.2 +* local R installation, R 4.4.1 * ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.4.1 -* win-builder (devel and release) +* win-builder (devel) ## R CMD check results 0 errors | 0 warnings | 0 note -Updated JavaScript dependencies and fixed bugs. -Thank you! +Thanks, Victor