Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.osprey
Title: 'teal' Modules for TLG Functions in Osprey
Version: 0.1.16.9037
Date: 2025-02-04
Version: 0.2.0
Date: 2025-02-24
Authors@R: c(
person("Nina", "Qi", , "qit3@gene.com", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"),
Expand All @@ -21,21 +21,21 @@ URL: https://insightsengineering.github.io/teal.osprey/,
https://github.com/insightsengineering/teal.osprey/
BugReports: https://github.com/insightsengineering/teal.osprey/issues
Depends:
osprey (>= 0.1.16),
osprey (>= 0.1.17),
R (>= 3.6),
shiny (>= 1.6.0),
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9021)
teal (>= 0.16.0),
teal.transform (>= 0.6.0)
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
formatters (>= 0.3.1),
ggplot2 (>= 3.4.0),
lifecycle (>= 0.2.0),
shinyvalidate,
teal.code (>= 0.6.0),
teal.code (>= 0.6.1),
teal.data (>= 0.7.0),
teal.logger (>= 0.3.1),
teal.logger (>= 0.3.2),
teal.reporter (>= 0.4.0),
teal.widgets (>= 0.4.3),
tern (>= 0.9.7),
Expand All @@ -47,9 +47,7 @@ Suggests:
testthat (>= 3.1.5),
withr (>= 2.0.0)
Remotes:
insightsengineering/osprey,
insightsengineering/teal,
insightsengineering/teal.transform
insightsengineering/osprey
Config/Needs/verdepcheck: insightsengineering/osprey, rstudio/shiny,
insightsengineering/teal, insightsengineering/teal.slice,
insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr,
Expand Down
13 changes: 6 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
# teal.osprey 0.1.16.9037

* Removed `Show Warnings` modals from modules.
* Moved `teal.data` from `Suggests` to `Imports`.
* Changed examples from `cdisc_data()` to `teal_data()`.
# teal.osprey 0.2.0

### Breaking Changes
* Adapted all modules to use `teal_data` objects.

### Enhancements
* Added `teal.logger` functionality for logging changes in shiny inputs in all modules.
* Modified example apps to use new `teal_data` and `join_keys` solutions.
* Removed `Show Warnings` modals from modules.
* Moved `teal.data` from `Suggests` to `Imports`.
* Changed examples from `cdisc_data()` to `teal_data()`.

### Miscellaneous

* Specified minimal version of package dependencies.

# teal.osprey 0.1.16

### Enhancements
* Removed `scda` package dependency from examples.
* Fixed crash in `tm_g_heat_bygrade` when not plotting `Conmed`.
* Added validation to `tm_g_spiderplot.R` that checks if there are duplicates in X and Y facet variables.
* Improved input validation and used the `teal::validate_inputs` mechanism to send validation messages to the output panel.
* Removed `purrr` from dependencies.
* Added argument checks to `tm_g_patient_profile`.
* Modified example apps to use new `teal_data` and `join_keys` solutions.

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion man/tm_g_ae_oview.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_ae_sub.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_butterfly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_events_term_id.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_heat_bygrade.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_patient_profile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_spiderplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_swimlane.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_g_waterfall.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.