Skip to content

Commit 75dd87b

Browse files
authored
[skip vbump] upversion v1.0.0 (#1583)
on CRAN
1 parent 5d59b04 commit 75dd87b

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

DESCRIPTION

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: teal
33
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
4-
Version: 0.16.0.9029
4+
Version: 1.0.0
55
Date: 2025-08-18
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
@@ -38,8 +38,8 @@ BugReports: https://github.com/insightsengineering/teal/issues
3838
Depends:
3939
R (>= 4.1),
4040
shiny (>= 1.8.1),
41-
teal.data (>= 0.7.0),
42-
teal.slice (>= 0.6.0.9001)
41+
teal.data (>= 0.8.0),
42+
teal.slice (>= 0.7.0)
4343
Imports:
4444
bsicons,
4545
bslib (>= 0.8.0),
@@ -53,10 +53,10 @@ Imports:
5353
rlang (>= 1.0.0),
5454
shinyjs,
5555
stats,
56-
teal.code (>= 0.6.1),
56+
teal.code (>= 0.7.0),
5757
teal.logger (>= 0.4.0),
58-
teal.reporter (>= 0.4.0.9005),
59-
teal.widgets (>= 0.4.3.9001),
58+
teal.reporter (>= 0.5.0),
59+
teal.widgets (>= 0.5.0),
6060
tools,
6161
utils
6262
Suggests:
@@ -79,10 +79,6 @@ VignetteBuilder:
7979
rmarkdown
8080
RdMacros:
8181
lifecycle
82-
Remotes:
83-
insightsengineering/teal.reporter@main,
84-
insightsengineering/teal.slice@main,
85-
insightsengineering/teal.widgets@main
8682
Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data,
8783
insightsengineering/teal.slice, mllg/checkmate, jeroen/jsonlite,
8884
r-lib/lifecycle, daroczig/logger, r-lib/mirai, r-lib/cli,

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal 0.16.0.9029
1+
# teal 1.0.0
22

33
### Breaking changes
44

@@ -10,6 +10,7 @@
1010

1111
### Enhancement
1212

13+
* Improved the layout and appearance of the app using `bslib` components.
1314
* General repositioning of key navigation components across the app:
1415
- Modules: The module navigation is moved from a nested tab selection to a "Module" drop-down selection. The module selection can be done from the nested button of modules.
1516
- Reporter: The Report previewer is no longer displayed as yet another teal module, it is placed inside a "Report" drop-down right next to the "Module" drop-down. The Report previewer is a modal that displays the added report cards. The "Report" drop-down also contains other global report options like download/load/reset the Report.

man/check_reactive.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)