Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.1.16 [skip vbump] [skip spelling] #226

Merged
merged 2 commits into from
Aug 14, 2023
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
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teal.osprey
Title: R Package of Teal Module for TLG Functions in Osprey
Version: 0.1.15.9020
Version: 0.1.16
Date: 2023-08-11
Authors@R: c(
person("Nina", "Qi", , "[email protected]", role = c("aut", "cre")),
Expand All @@ -20,10 +20,10 @@ License: Apache License 2.0 | file LICENSE
URL: https://github.com/insightsengineering/teal.osprey/
BugReports: https://github.com/insightsengineering/teal.osprey/issues
Depends:
osprey (>= 0.1.15),
osprey (>= 0.1.16),
R (>= 3.6),
shiny,
teal (>= 0.12.0.9013)
teal (>= 0.14.0)
Imports:
checkmate,
dplyr,
Expand All @@ -32,18 +32,18 @@ Imports:
lifecycle,
logger (>= 0.2.0),
shinyvalidate,
teal.code (>= 0.3.0),
teal.code (>= 0.4.0),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.1.1),
teal.transform (>= 0.3.0),
teal.widgets (>= 0.2.0),
teal.reporter (>= 0.2.0),
teal.transform (>= 0.4.0),
teal.widgets (>= 0.4.0),
tern (>= 0.7.10),
tidyr
Suggests:
knitr,
nestcolor (>= 0.1.0),
rmarkdown,
teal.data (>= 0.1.2),
teal.data (>= 0.3.0),
testthat (>= 2.0)
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# teal.osprey 0.1.15.9020
# teal.osprey 0.1.16

* Removed `scda` package dependency from examples.
* Fixed crash in `tm_g_heat_bygrade` when not plotting `Conmed`.
* 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.
Expand All @@ -26,7 +26,7 @@

### Miscellaneous
* Added names to the `id` parameter of `teal.code::chunks_push` in all modules.
* Updated modules to not use datasets with names with suffix `_FILTERED` so the package works with the breaking changes in `teal.slice`.
* Updated modules to not use datasets with names with suffix `_FILTERED` so the package works with the breaking changes in `teal.slice`.

# teal.osprey 0.1.14

Expand Down