Skip to content

Commit ce03c33

Browse files
authored
[skip vbump] upversion v0.4.0 (#364)
Fixes #344 * Update DESCRIPTION and NEWS. * vbump teal.* packages
1 parent 9e88613 commit ce03c33

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

DESCRIPTION

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: teal.goshawk
33
Title: Longitudinal Visualization `teal` Modules
4-
Version: 0.3.0.9011
4+
Version: 0.4.0
55
Date: 2025-08-20
66
Authors@R: c(
77
person("Nick", "Paszty", , "[email protected]", role = c("aut", "cre")),
@@ -32,8 +32,8 @@ Depends:
3232
goshawk (>= 0.1.19),
3333
R (>= 3.6),
3434
shiny (>= 1.8.1),
35-
teal (>= 0.16.0.9003),
36-
teal.transform (>= 0.6.0)
35+
teal (>= 1.0.0),
36+
teal.transform (>= 0.7.0)
3737
Imports:
3838
bslib (>= 0.8.0),
3939
checkmate (>= 2.1.0),
@@ -51,7 +51,7 @@ Imports:
5151
teal.code (>= 0.7.0),
5252
teal.logger (>= 0.4.0),
5353
teal.reporter (>= 0.5.0),
54-
teal.widgets (>= 0.4.3.9001)
54+
teal.widgets (>= 0.5.0)
5555
Suggests:
5656
knitr (>= 1.42),
5757
nestcolor (>= 0.1.0),
@@ -67,9 +67,7 @@ VignetteBuilder:
6767
knitr,
6868
rmarkdown
6969
Remotes:
70-
insightsengineering/goshawk,
71-
insightsengineering/teal,
72-
insightsengineering/teal.widgets
70+
insightsengineering/goshawk
7371
Config/Needs/verdepcheck: insightsengineering/goshawk, rstudio/shiny,
7472
insightsengineering/teal, insightsengineering/teal.slice,
7573
insightsengineering/teal.transform, mllg/checkmate,

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# teal.goshawk 0.3.0.9011
1+
# teal.goshawk 0.4.0
2+
3+
### Enhancements
4+
- Improved the layout and appearance of the app using `bslib` components.
25

36
### Miscellaneous
47
* Fix UI elements issue, that did not refresh when filter panel filters were removed (#352, #288).

0 commit comments

Comments
 (0)