Skip to content

Commit 017abca

Browse files
averissimogithub-actions[bot]
authored andcommitted
[skip actions] Bump version to 0.5.0.9001
1 parent 2c5cfcf commit 017abca

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66
python: python3
77
repos:
88
- repo: https://github.com/lorenzwalthert/precommit
9-
rev: v0.4.3.9013
9+
rev: v0.4.3.9014
1010
hooks:
1111
- id: style-files
1212
name: Style code with `styler`

DESCRIPTION

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: teal.reporter
22
Title: Reporting Tools for 'shiny' Modules
3-
Version: 0.5.0.9000
4-
Date: 2025-08-18
3+
Version: 0.5.0.9001
4+
Date: 2025-09-04
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0001-9533-457X")),
@@ -67,20 +67,21 @@ VignetteBuilder:
6767
knitr,
6868
rmarkdown
6969
Config/Needs/verdepcheck: rstudio/bsicons,rstudio/bslib, mllg/checkmate,
70-
r-lib/commonmark, davidgohel/flextable, ddsjoberg/gtsummary, rstudio/htmltools,
71-
jeroen/jsonlite, yihui/knitr, r-lib/lifecycle, r-lib/R6, r-lib/rlang,
72-
insightsengineering/rlistings, rstudio/rmarkdown,
73-
insightsengineering/rtables, insightsengineering/rtables.officer,
74-
rstudio/shiny, dreamRs/shinybusy, daattali/shinyjs, dreamRs/shinyWidgets,
75-
rstudio/sortable, insightsengineering/teal.code, insightsengineering/teal.data,
70+
r-lib/commonmark, davidgohel/flextable, ddsjoberg/gtsummary,
71+
rstudio/htmltools, jeroen/jsonlite, yihui/knitr, r-lib/lifecycle,
72+
r-lib/R6, r-lib/rlang, insightsengineering/rlistings,
73+
rstudio/rmarkdown, insightsengineering/rtables,
74+
insightsengineering/rtables.officer, rstudio/shiny, dreamRs/shinybusy,
75+
daattali/shinyjs, dreamRs/shinyWidgets, rstudio/sortable,
76+
insightsengineering/teal.code, insightsengineering/teal.data,
7677
yaml=vubiostat/r-yaml, r-lib/zip, rstudio/DT, yihui/formatR,
7778
insightsengineering/formatters, tidyverse/ggplot2, deepayan/lattice,
78-
cran/png, rstudio/shinytest2, r-lib/testthat, rstudio/tinytex, r-lib/waldo,
79-
r-lib/withr
79+
cran/png, rstudio/shinytest2, r-lib/testthat, rstudio/tinytex,
80+
r-lib/waldo, r-lib/withr
8081
Config/Needs/website: insightsengineering/nesttemplate
82+
Config/testthat/edition: 3
8183
Encoding: UTF-8
8284
Language: en-US
8385
LazyData: true
8486
Roxygen: list(markdown = TRUE)
8587
RoxygenNote: 7.3.2
86-
Config/testthat/edition: 3

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.reporter 0.5.0.9000
1+
# teal.reporter 0.5.0.9001
22

33
### New features
44

0 commit comments

Comments
 (0)