diff --git a/.gitignore b/.gitignore index 6236f0e..b9ac5e5 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 364e34f..f786565 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 e5ba0eb..411155c 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