From 122c310d1ebdd2d6b30eea18c8ebd1d91da607af Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Mon, 14 Aug 2023 01:46:12 -0700 Subject: [PATCH] release 0.1.15 [skip vbump] [skip spelling] (#236) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releasing 0.1.15 Linking with: https://github.com/insightsengineering/nestdevs-tasks/issues/25 --------- Co-authored-by: Dawid Kałędkowski --- DESCRIPTION | 18 +++++++++--------- NEWS.md | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1cc46331..bad4c42a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.goshawk Title: Longitudinal Visualization `teal` Modules -Version: 0.1.14.9021 -Date: 2023-08-09 +Version: 0.1.15 +Date: 2023-08-11 Authors@R: c( person("Nick", "Paszty", , "nick.paszty@gene.com", role = c("aut", "cre")), person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"), @@ -26,10 +26,10 @@ Description: Modules that produce web interfaces through which with levels 'Y', 'N' or NA. License: Apache License 2.0 | file LICENSE Depends: - goshawk (>= 0.1.14), + goshawk (>= 0.1.15), R (>= 3.6), shiny, - teal (>= 0.12.0) + teal (>= 0.14.0) Imports: checkmate, colourpicker, @@ -44,18 +44,18 @@ Imports: shinyjs, shinyvalidate, stats, - teal.code (>= 0.3.0), + teal.code (>= 0.4.0), teal.logger (>= 0.1.1), - teal.reporter (>= 0.1.1), - teal.transform (>= 0.2.0), - teal.widgets (>= 0.2.0), + teal.reporter (>= 0.2.0), + teal.transform (>= 0.4.0), + teal.widgets (>= 0.4.0), tidyr Suggests: knitr, nestcolor (>= 0.1.0), rmarkdown, stringr, - teal.data (>= 0.2.0), + teal.data (>= 0.3.0), tern (>= 0.7.10), testthat (>= 2.0), utils diff --git a/NEWS.md b/NEWS.md index 354a6e4b..2ed63e9c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.goshawk 0.1.14.9021 +# teal.goshawk 0.1.15 ### Enhancements