Skip to content

Commit

Permalink
[skip actions] Bump version to 0.3.1.9017
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav authored and github-actions[bot] committed Nov 19, 2024
1 parent 953bca0 commit 7c10666
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# All available hooks: https://pre-commit.com/hooks.html
# R specific hooks: https://github.com/lorenzwalthert/precommit
default_stages: [commit]
default_stages: [pre-commit]
default_language_version:
python: python3
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9001
rev: v0.4.3.9003
hooks:
- id: style-files
name: Style code with `styler`
Expand Down
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.reporter
Title: Reporting Tools for 'shiny' Modules
Version: 0.3.1.9016
Date: 2024-09-16
Version: 0.3.1.9017
Date: 2024-11-19
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
Expand Down Expand Up @@ -60,9 +60,8 @@ Config/Needs/verdepcheck: rstudio/bslib, mllg/checkmate,
insightsengineering/rtables, insightsengineering/rtables.officer,
rstudio/shiny, dreamRs/shinybusy, dreamRs/shinyWidgets,
yaml=vubiostat/r-yaml, r-lib/zip, rstudio/DT, yihui/formatR,
insightsengineering/formatters, tidyverse/ggplot2,
deepayan/lattice, cran/png, r-lib/testthat, rstudio/tinytex,
r-lib/withr
insightsengineering/formatters, tidyverse/ggplot2, deepayan/lattice,
cran/png, r-lib/testthat, rstudio/tinytex, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.reporter 0.3.1.9016
# teal.reporter 0.3.1.9017

### Enhancements

Expand Down

0 comments on commit 7c10666

Please sign in to comment.