diff --git a/DESCRIPTION b/DESCRIPTION index 7c0ff475..cb560186 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: teal.reporter Title: Reporting Tools for 'shiny' Modules -Version: 0.2.1.9006 -Date: 2023-10-03 +Version: 0.2.1.9007 +Date: 2023-10-04 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "cre"), person("Maciej", "Nasinski", role = "aut"), @@ -45,7 +45,7 @@ RdMacros: Config/Needs/verdepcheck: rstudio/bslib, mllg/checkmate, rstudio/htmltools, yihui/knitr, r-lib/lifecycle, r-lib/R6, rstudio/rmarkdown, rstudio/shiny, dreamRs/shinyWidgets, - yaml=vubiostat/r-yaml, r-lib/zip, davidgohel/flextable, rstudio/DT, + yaml=vubiostat/r-yaml, r-lib/zip, davidgohel/flextable, rstudio/DT, yihui/formatR, tidyverse/ggplot2, deepayan/lattice, cran/png, insightsengineering/rtables, r-lib/testthat, rstudio/tinytex Config/Needs/website: insightsengineering/nesttemplate diff --git a/NEWS.md b/NEWS.md index 54b61fff..5dcfc128 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.reporter 0.2.1.9006 +# teal.reporter 0.2.1.9007 * `add_card_button_srv` allows to specify `card_fun` with `label` parameter for card's title & content customization.