Skip to content

Commit

Permalink
Merge branch 'main' into 333_deprecate_datanames@main
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo authored Nov 4, 2024
2 parents 6fa6b31 + e67d7f2 commit 7805a1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 All @@ -18,8 +18,6 @@ repos:
- ggmosaic
- ggplot2
- shiny
- teal
- teal.transform
- checkmate
- dplyr
- DT
Expand All @@ -33,6 +31,9 @@ repos:
- shinyWidgets
- stats
- stringr
- insightsengineering/roxy.shinylive
- insightsengineering/teal
- insightsengineering/teal.transform
- insightsengineering/teal.code
- insightsengineering/teal.data
- insightsengineering/teal.logger
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.modules.general
Title: General Modules for 'teal' Applications
Version: 0.3.0.9052
Date: 2024-10-25
Version: 0.3.0.9053
Date: 2024-11-04
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
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.modules.general 0.3.0.9052
# teal.modules.general 0.3.0.9053

* Removed `Show Warnings` modals from modules.

Expand Down

0 comments on commit 7805a1b

Please sign in to comment.