Skip to content

Commit 1103b63

Browse files
authored
[skip vbump] (#411)
* [skip vbump] * Empty-Commit * [skip vbump]
1 parent dddf909 commit 1103b63

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

DESCRIPTION

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General modules to add to a teal application
4-
Version: 0.2.13.9011.6
5-
Date: 2022-04-07
4+
Version: 0.2.14
5+
Date: 2022-06-09
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Maciej", "Nasinski", , "[email protected]", role = "aut"),
@@ -22,7 +22,7 @@ Depends:
2222
R (>= 3.6),
2323
shiny,
2424
shinyTree,
25-
teal (>= 0.11.0)
25+
teal (>= 0.11.1)
2626
Imports:
2727
broom,
2828
checkmate,
@@ -44,29 +44,29 @@ Imports:
4444
MASS,
4545
methods,
4646
rlang,
47-
rtables (>= 0.5.0),
47+
rtables (>= 0.5.1),
4848
scales,
4949
shinyjs,
5050
shinyWidgets,
5151
sparkline,
5252
stats,
5353
stringr,
54-
teal.code,
55-
teal.logger,
56-
teal.slice,
57-
teal.transform,
58-
teal.widgets,
59-
tern (>= 0.7.7),
54+
teal.code (>= 0.1.1),
55+
teal.logger (>= 0.1.0),
56+
teal.slice (>= 0.1.1),
57+
teal.transform (>= 0.1.1),
58+
teal.widgets (>= 0.1.1),
59+
tern (>= 0.7.8),
6060
tibble,
6161
tidyr,
6262
tidyselect,
6363
utils
6464
Suggests:
6565
knitr,
6666
rmarkdown,
67-
scda.2021(>= 0.1.3),
68-
scda(>= 0.1.3),
69-
teal.data (>= 0.1.0),
67+
scda.2021 (>= 0.1.3),
68+
scda (>= 0.1.3),
69+
teal.data (>= 0.1.1),
7070
testthat (>= 2.0)
7171
VignetteBuilder:
7272
knitr

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.modules.general 0.2.13.9011.6
1+
# teal.modules.general 0.2.14
22

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

0 commit comments

Comments
 (0)