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
26 changes: 13 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.modules.general
Title: General modules to add to a teal application
Version: 0.2.13.9011.6
Date: 2022-04-07
Version: 0.2.14
Date: 2022-06-09
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Maciej", "Nasinski", , "maciej.nasinski@contractors.roche.com", role = "aut"),
Expand All @@ -22,7 +22,7 @@ Depends:
R (>= 3.6),
shiny,
shinyTree,
teal (>= 0.11.0)
teal (>= 0.11.1)
Imports:
broom,
checkmate,
Expand All @@ -44,29 +44,29 @@ Imports:
MASS,
methods,
rlang,
rtables (>= 0.5.0),
rtables (>= 0.5.1),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rtables (>= 0.5.1),
rtables (>= 0.5.1.3),

only 3 digits on purpose?

scales,
shinyjs,
shinyWidgets,
sparkline,
stats,
stringr,
teal.code,
teal.logger,
teal.slice,
teal.transform,
teal.widgets,
tern (>= 0.7.7),
teal.code (>= 0.1.1),
teal.logger (>= 0.1.0),
teal.slice (>= 0.1.1),
teal.transform (>= 0.1.1),
teal.widgets (>= 0.1.1),
tern (>= 0.7.8),
tibble,
tidyr,
tidyselect,
utils
Suggests:
knitr,
rmarkdown,
scda.2021(>= 0.1.3),
scda(>= 0.1.3),
teal.data (>= 0.1.0),
scda.2021 (>= 0.1.3),
scda (>= 0.1.3),
teal.data (>= 0.1.1),
testthat (>= 2.0)
VignetteBuilder:
knitr
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.general 0.2.13.9011.6
# teal.modules.general 0.2.14

### Enhancements
* New `teal` module `tm_front_page` to simplify creating a front page for `teal` apps.
Expand Down