diff --git a/DESCRIPTION b/DESCRIPTION index 524bf94..1ee8888 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tablerDash Type: Package Title: 'Tabler' API for 'Shiny' -Version: 0.1.5.9000 +Version: 0.1.5 Authors@R: c( person("David", "Granjon", email = "dgranjon@ymail.com", role = c("aut", "cre")), person(family = "RinteRface", role = "cph"), diff --git a/NEWS.md b/NEWS.md index 5b7cddf..9383ae9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ -# tablerDash 0.1.5.9000 +# tablerDash 0.1.5 + +- Fixed few CRAN NOTES. ## Documentation - Upgrade pkgdown setup. -- Added shinylive support. +- Add shinylive support. ## Bug Fix - Resizing a `tablerCard()` triggers the shown javascript event, telling shiny to diff --git a/R/sysdata.rda b/R/sysdata.rda index 266a80a..65c2abf 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/README.Rmd b/README.Rmd index 85c0133..6d1ef03 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,9 +18,9 @@ knitr::opts_chunk$set( [![R-CMD-check](https://github.com/RinteRface/tablerDash/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RinteRface/tablerDash/actions/workflows/R-CMD-check.yaml) [![CRAN status](https://www.r-pkg.org/badges/version/tablerDash)](https://cran.r-project.org/package=tablerDash) -[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://www.tidyverse.org/lifecycle/#maturing) +[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing) [![cranlogs](https://cranlogs.r-pkg.org/badges/tablerDash)](https://cran.r-project.org/package=tablerDash) -[![total](https://cranlogs.r-pkg.org/badges/grand-total/tablerDash)](https://www.rpackages.io/package/tablerDash) +[![total](https://cranlogs.r-pkg.org/badges/grand-total/tablerDash)](https://cran.r-project.org/package=tablerDash) > Tabler dashboard template for shiny with Bootstrap 4 @@ -42,7 +42,7 @@ install.packages("tablerDash")
@@ -50,7 +50,7 @@ install.packages("tablerDash") diff --git a/README.md b/README.md index 3cd7b85..4c0c48a 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ [![R-CMD-check](https://github.com/RinteRface/tablerDash/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RinteRface/tablerDash/actions/workflows/R-CMD-check.yaml) [![CRAN status](https://www.r-pkg.org/badges/version/tablerDash)](https://cran.r-project.org/package=tablerDash) -[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://www.tidyverse.org/lifecycle/#maturing) +[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing) [![cranlogs](https://cranlogs.r-pkg.org/badges/tablerDash)](https://cran.r-project.org/package=tablerDash) -[![total](https://cranlogs.r-pkg.org/badges/grand-total/tablerDash)](https://www.rpackages.io/package/tablerDash) +[![total](https://cranlogs.r-pkg.org/badges/grand-total/tablerDash)](https://cran.r-project.org/package=tablerDash) > Tabler dashboard template for shiny with Bootstrap 4 @@ -34,7 +34,7 @@ install.packages("tablerDash") @@ -46,7 +46,7 @@ install.packages("tablerDash") diff --git a/_pkgdown.yml b/_pkgdown.yml index d0ba2ca..420818b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -87,5 +87,5 @@ navbar: news: releases: - - text: "tablerDash 0.1.5.9000" + - text: "tablerDash 0.1.5" - text: "tablerDash 0.1.0" diff --git a/cran-comments.md b/cran-comments.md index cee4d1b..6411710 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,13 @@ ## Test environments * local OS X install, R 4.2.2 -* Rhub +* R-hub * win-builder (devel and release) ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note + + +## Comments + +This new release also fixes CRAN [issues](https://cran.r-project.org/web/checks/check_results_tablerDash.html). \ No newline at end of file diff --git a/index.md b/index.md index e9747ae..c3375e8 100644 --- a/index.md +++ b/index.md @@ -120,7 +120,7 @@ shiny::shinyApp( tablerDropdown( tablerDropdownItem( title = "Item 1 title", - href = "http://google.com", + href = "https://google.com", status = "danger", date = "now", "This is the first dropdown item" diff --git a/inst/examples/shinylive/dashboard/app.R b/inst/examples/shinylive/dashboard/app.R index 8499efa..d0ef7e8 100644 --- a/inst/examples/shinylive/dashboard/app.R +++ b/inst/examples/shinylive/dashboard/app.R @@ -68,7 +68,7 @@ shiny::shinyApp( tablerDropdown( tablerDropdownItem( title = "Item 1 title", - href = "http://google.com", + href = "https://google.com", status = "danger", date = "now", "This is the first dropdown item"