From c46d2b874eccc5f14af70b8acb3b72ed57fcfc59 Mon Sep 17 00:00:00 2001 From: pvictor Date: Wed, 18 Sep 2024 18:16:53 +0200 Subject: [PATCH] v0.3.4 --- DESCRIPTION | 2 +- NEWS.md | 2 +- R/data.R | 8 ++++---- cran-comments.md | 6 +++--- man/countries.Rd | 2 +- man/ps3_games.Rd | 2 +- man/rolling_stones_50.Rd | 2 +- man/rolling_stones_500.Rd | 2 +- vignettes/toastui.Rmd | 6 +++--- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 535d6ed8..b3b9b5aa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: toastui Title: Interactive Tables, Calendars and Charts for the Web -Version: 0.3.3.9000 +Version: 0.3.4 Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre", "cph")), person("Fanny", "Meyer", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 22423f42..446b80b7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ * Updated `cal_props()` example. * Turn off `usageStatistics` option for `datagrid()` and `chart()` (same as for `calendar()`). - +* `datagridOutput()` / `renderDatagrid()` fixed a bug causing table to have a css class `recalculating` added to the outpput element. # toastui 0.3.3 diff --git a/R/data.R b/R/data.R index a790d598..a3fddd33 100644 --- a/R/data.R +++ b/R/data.R @@ -11,7 +11,7 @@ #' \item{Genre}{Genre name} #' \item{Subgenre}{Subgenre name} #' } -#' @source Gibs on Kaggle (\url{https://www.kaggle.com/notgibs/500-greatest-albums-of-all-time-rolling-stone}) +#' @source Gibs on Kaggle (https://www.kaggle.com/datasets/notgibs/500-greatest-albums-of-all-time-rolling-stone/) "rolling_stones_500" #' Rolling Stone's 50 Greatest Albums of All Time @@ -27,7 +27,7 @@ #' \item{Genre}{Genre name} #' \item{Subgenre}{Subgenre name} #' } -#' @source Gibs on Kaggle (\url{https://www.kaggle.com/notgibs/500-greatest-albums-of-all-time-rolling-stone}) +#' @source Gibs on Kaggle (https://www.kaggle.com/datasets/notgibs/500-greatest-albums-of-all-time-rolling-stone/) "rolling_stones_50" @@ -59,7 +59,7 @@ #' \item{\code{Industry}}{a numeric vector} #' \item{\code{Service}}{a numeric vector} #' } -#' @source fernandol on Kaggle (\url{https://www.kaggle.com/fernandol/countries-of-the-world}) +#' @source fernandol on Kaggle (https://www.kaggle.com/datasets/fernandol/countries-of-the-world/) "countries" @@ -79,7 +79,7 @@ #' \item{JP_Sales}{Sales in Japan (in millions)} #' \item{Other_Sales}{Sales in the rest of the world (in millions)} #' } -#' @source GregorySmith on Kaggle (\url{https://www.kaggle.com/gregorut/videogamesales}) +#' @source GregorySmith on Kaggle (https://www.kaggle.com/datasets/gregorut/videogamesales/) "ps3_games" diff --git a/cran-comments.md b/cran-comments.md index caaade05..54a10bc4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,10 +1,10 @@ ## Test environments -* local Ubuntu 22.04 install, R 4.3.2 -* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.3.2 +* local Ubuntu 22.04 install, R 4.4.1 +* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.4.1 * win-builder (devel and release) ## R CMD check results 0 errors | 0 warnings | 0 note -* Updated JavaScript assets. +* Fixed bugs. diff --git a/man/countries.Rd b/man/countries.Rd index 250e3f55..01c882de 100644 --- a/man/countries.Rd +++ b/man/countries.Rd @@ -30,7 +30,7 @@ A \code{data.frame} with 227 rows and 20 variables: } } \source{ -fernandol on Kaggle (\url{https://www.kaggle.com/fernandol/countries-of-the-world}) +fernandol on Kaggle (https://www.kaggle.com/datasets/fernandol/countries-of-the-world/) } \usage{ countries diff --git a/man/ps3_games.Rd b/man/ps3_games.Rd index 7d3feaed..c43289f4 100644 --- a/man/ps3_games.Rd +++ b/man/ps3_games.Rd @@ -18,7 +18,7 @@ A \code{data.frame} with 20 rows and 8 variables: } } \source{ -GregorySmith on Kaggle (\url{https://www.kaggle.com/gregorut/videogamesales}) +GregorySmith on Kaggle (https://www.kaggle.com/datasets/gregorut/videogamesales/) } \usage{ ps3_games diff --git a/man/rolling_stones_50.Rd b/man/rolling_stones_50.Rd index af1769cc..082515ad 100644 --- a/man/rolling_stones_50.Rd +++ b/man/rolling_stones_50.Rd @@ -16,7 +16,7 @@ A \code{data.frame} with 50 rows and 6 variables: } } \source{ -Gibs on Kaggle (\url{https://www.kaggle.com/notgibs/500-greatest-albums-of-all-time-rolling-stone}) +Gibs on Kaggle (https://www.kaggle.com/datasets/notgibs/500-greatest-albums-of-all-time-rolling-stone/) } \usage{ rolling_stones_50 diff --git a/man/rolling_stones_500.Rd b/man/rolling_stones_500.Rd index 3cd2ae6a..d3869e62 100644 --- a/man/rolling_stones_500.Rd +++ b/man/rolling_stones_500.Rd @@ -16,7 +16,7 @@ A \code{data.frame} with 500 rows and 6 variables: } } \source{ -Gibs on Kaggle (\url{https://www.kaggle.com/notgibs/500-greatest-albums-of-all-time-rolling-stone}) +Gibs on Kaggle (https://www.kaggle.com/datasets/notgibs/500-greatest-albums-of-all-time-rolling-stone/) } \usage{ rolling_stones_500 diff --git a/vignettes/toastui.Rmd b/vignettes/toastui.Rmd index 028f5b93..db2cc1d9 100644 --- a/vignettes/toastui.Rmd +++ b/vignettes/toastui.Rmd @@ -30,7 +30,7 @@ library(toastui) Create interactive tables with lot of options to customize content and that you can edit in Shiny applications. -```{r grid} +``` datagrid(rolling_stones_50) ``` @@ -44,7 +44,7 @@ datagrid(rolling_stones_50) Create interactive calendars that you can navigate and display schedules. In Shiny you can add, update or delete schedules. -```{r calendar} +``` calendar(cal_demo_data()) ``` @@ -58,7 +58,7 @@ calendar(cal_demo_data()) Create interactive charts: -```{r chart} +``` chart(mtcars, caes(mpg, disp, color = cyl), type = "scatter") ```