Skip to content

Commit

Permalink
release 0.1.16 [skip vbump] [skip spelling] (#226)
Browse files Browse the repository at this point in the history
Releasing 0.1.16

Linking with:
insightsengineering/nestdevs-tasks#25

---------

Co-authored-by: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>
  • Loading branch information
donyunardi and gogonzo authored Aug 14, 2023
1 parent 4c904b9 commit 849b011
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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", , "qit3@gene.com", 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

0 comments on commit 849b011

Please sign in to comment.