diff --git a/DESCRIPTION b/DESCRIPTION index e626297..7120293 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: billboarder Title: Create Interactive Chart with the JavaScript 'Billboard' Library -Version: 0.4.1.9200 +Version: 0.5.0 Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Fanny", "Meyer", role = "aut"), diff --git a/README.md b/README.md index 9d403a9..57d9192 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CRAN status](https://www.r-pkg.org/badges/version/billboarder)](https://CRAN.R-project.org/package=billboarder) -[![cranlogs](https://cranlogs.r-pkg.org/badges/shinyWidgets?color=brightgreen)](https://CRAN.R-project.org/package=shinyWidgets) +[![cranlogs](https://cranlogs.r-pkg.org/badges/billboarder?color=brightgreen)](https://CRAN.R-project.org/package=billboarder) [![Codecov test coverage](https://codecov.io/gh/dreamRs/billboarder/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dreamRs/billboarder?branch=master) [![R-CMD-check](https://github.com/dreamRs/billboarder/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/billboarder/actions/workflows/R-CMD-check.yaml) diff --git a/cran-comments.md b/cran-comments.md index fca6b7b..411155c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,17 +1,12 @@ ## Test environments - -* 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) +* local R installation, R 4.4.1 +* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.4.1 +* win-builder (devel) ## R CMD check results 0 errors | 0 warnings | 0 note +Thanks, -------- - -Updated JavaScript assets + fixed some little bugs. -Thanks! - -Victor \ No newline at end of file +Victor