Skip to content

Commit 719fdaa

Browse files
committed
Merge branch 'main' into use_evaluate
2 parents c8f488a + 72afb30 commit 719fdaa

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
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.9009
9+
rev: v0.4.3.9011
1010
hooks:
1111
- id: style-files
1212
name: Style code with `styler`

DESCRIPTION

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General Modules for 'teal' Applications
4-
Version: 0.4.1.9003
5-
Date: 2025-06-04
4+
Version: 0.4.1.9005
5+
Date: 2025-06-23
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
@@ -27,8 +27,8 @@ Depends:
2727
ggplot2 (>= 3.4.0),
2828
R (>= 4.1),
2929
shiny (>= 1.6.0),
30-
teal (>= 0.16.0.9002),
31-
teal.transform (>= 0.6.0)
30+
teal (>= 0.16.0.9008),
31+
teal.transform (>= 0.6.0.9002)
3232
Imports:
3333
bslib (>= 0.8.0),
3434
checkmate (>= 2.1.0),
@@ -38,7 +38,7 @@ Imports:
3838
forcats (>= 1.0.0),
3939
generics (>= 0.1.3),
4040
ggExtra (>= 0.10.1),
41-
ggpmisc (>= 0.4.3),
41+
ggpmisc (>= 0.5.6),
4242
ggpp (>= 0.5.8-1),
4343
ggrepel (>= 0.9.6),
4444
goftest (>= 1.2-3),
@@ -60,9 +60,9 @@ Imports:
6060
stringr (>= 1.4.1),
6161
teal.code (>= 0.6.1),
6262
teal.data (>= 0.7.0),
63-
teal.logger (>= 0.3.2),
63+
teal.logger (>= 0.3.2.9001),
6464
teal.reporter (>= 0.4.0.9004),
65-
teal.widgets (>= 0.4.3.9001),
65+
teal.widgets (>= 0.4.3.9005),
6666
tern (>= 0.9.7),
6767
tibble (>= 2.0.0),
6868
tidyr (>= 0.8.3),
@@ -84,7 +84,9 @@ VignetteBuilder:
8484
knitr,
8585
rmarkdown
8686
Remotes:
87+
insightsengineering/teal.logger@main,
8788
insightsengineering/teal.reporter@main,
89+
insightsengineering/teal.transform@main,
8890
insightsengineering/teal.widgets@main,
8991
insightsengineering/teal@main
9092
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.modules.general 0.4.1.9003
1+
# teal.modules.general 0.4.1.9005
22

33
# teal.modules.general 0.4.1
44

inst/css/custom.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* teal.modules.general custom css */
22

3-
.text-blue {
4-
color: blue;
5-
}
6-
73
.m-4 {
84
margin: 1rem;
95
}
@@ -80,4 +76,4 @@
8076
.embed_pdf {
8177
height: 600px;
8278
width: 100%;
83-
}
79+
}

0 commit comments

Comments
 (0)