From 849b0111fba5bb4958e4474983f6cd6a08014f47 Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Mon, 14 Aug 2023 01:57:25 -0700 Subject: [PATCH] release 0.1.16 [skip vbump] [skip spelling] (#226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releasing 0.1.16 Linking with: https://github.com/insightsengineering/nestdevs-tasks/issues/25 --------- Co-authored-by: Dawid Kałędkowski --- DESCRIPTION | 16 ++++++++-------- NEWS.md | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1821f763..e54788cd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "qit3@gene.com", role = c("aut", "cre")), @@ -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, @@ -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 diff --git a/NEWS.md b/NEWS.md index 00bd9898..2fa2ac65 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. @@ -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