Skip to content

Commit 7c92877

Browse files
authored
[skip vbump] upversion 0.3.0 (#317)
Fixes #301 * Update DESCRIPTION and NEWS * vbump teal.* packages * Remove `Remotes` entries
1 parent 633abdb commit 7c92877

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: teal.osprey
22
Title: 'teal' Modules for TLG Functions in Osprey
3-
Version: 0.2.0.9010
3+
Version: 0.3.0
44
Date: 2025-08-20
55
Authors@R: c(
66
person("Nina", "Qi", , "[email protected]", role = c("aut", "cre")),
@@ -24,8 +24,8 @@ Depends:
2424
osprey (>= 0.1.17),
2525
R (>= 3.6),
2626
shiny (>= 1.8.1),
27-
teal (>= 0.16.0),
28-
teal.transform (>= 0.6.0)
27+
teal (>= 1.0.0),
28+
teal.transform (>= 0.7.0)
2929
Imports:
3030
bslib (>= 0.8.0),
3131
checkmate (>= 2.1.0),
@@ -35,10 +35,10 @@ Imports:
3535
lifecycle (>= 0.2.0),
3636
shinyvalidate,
3737
teal.code (>= 0.7.0),
38-
teal.data (>= 0.7.0),
38+
teal.data (>= 0.8.0),
3939
teal.logger (>= 0.4.0),
4040
teal.reporter (>= 0.5.0),
41-
teal.widgets (>= 0.4.3),
41+
teal.widgets (>= 0.5.0),
4242
tern (>= 0.9.7),
4343
tidyr (>= 0.8.3)
4444
Suggests:
@@ -47,9 +47,9 @@ Suggests:
4747
nestcolor (>= 0.1.0),
4848
rmarkdown (>= 2.23),
4949
testthat (>= 3.2.3),
50-
withr (>= 2.0.0)
50+
withr (>= 3.0.0)
5151
Remotes:
52-
insightsengineering/osprey@main
52+
insightsengineering/osprey
5353
Config/Needs/verdepcheck: insightsengineering/osprey, rstudio/shiny,
5454
insightsengineering/teal, insightsengineering/teal.slice,
5555
insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr,

NEWS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# teal.osprey 0.2.0.9010
1+
# teal.osprey 0.3.0
22

3-
### Miscellaneous
3+
### Enhancements
4+
- Improved the layout and appearance of the app using `bslib` components.
45

6+
### Miscellaneous
57
* Updated `tm_g_waterfall` to only pass `ADSL`, `dataname_tr`, and `dataname_rs` into `datanames`.
68
* Fix module code reproducibility and remove the redundant `plot` print (#311).
79
* `label_aevar` was hard deprecated.
810

9-
1011
# teal.osprey 0.2.0
1112

1213
### Breaking Changes

0 commit comments

Comments
 (0)