Skip to content

Commit 19e1529

Browse files
[skip vbump] vBump from 0.11.1.9026 to 0.12.0 (#761)
1 parent 5231a74 commit 19e1529

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

DESCRIPTION

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal
33
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
4-
Version: 0.11.1.9026
5-
Date: 2022-10-12
4+
Version: 0.12.0
5+
Date: 2022-10-14
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
88
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
@@ -23,8 +23,8 @@ License: Apache License 2.0 | file LICENSE
2323
Depends:
2424
R (>= 4.0),
2525
shiny,
26-
teal.data (>= 0.1.1),
27-
teal.transform (>= 0.1.1)
26+
teal.data (>= 0.1.2),
27+
teal.transform (>= 0.2.0)
2828
Imports:
2929
checkmate,
3030
lifecycle,
@@ -35,10 +35,10 @@ Imports:
3535
shinyjs,
3636
stats,
3737
styler,
38-
teal.code (>= 0.1.1),
39-
teal.logger (>= 0.1.0),
40-
teal.reporter (>= 0.1.0),
41-
teal.slice (>= 0.1.1),
38+
teal.code (>= 0.2.0),
39+
teal.logger (>= 0.1.1),
40+
teal.reporter (>= 0.1.1),
41+
teal.slice (>= 0.2.0),
4242
utils
4343
Suggests:
4444
bslib,
@@ -48,9 +48,9 @@ Suggests:
4848
MultiAssayExperiment,
4949
R6,
5050
rmarkdown,
51-
scda (>= 0.1.3),
52-
scda.2021 (>= 0.1.3),
53-
teal.widgets (>= 0.1.1),
51+
scda (>= 0.1.5),
52+
scda.2021 (>= 0.1.5),
53+
teal.widgets (>= 0.2.0),
5454
testthat (>= 2.0),
5555
withr,
5656
yaml

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal 0.11.1.9026
1+
# teal 0.12.0
22

33
### New features
44

0 commit comments

Comments
 (0)