Skip to content

Commit

Permalink
[skip vbump] (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo authored Jun 9, 2022
1 parent b33b11d commit 84abd8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.transform
Title: Functions for extracting and merging data in the teal framework
Version: 0.1.0.9013
Date: 2022-04-07
Version: 0.1.1
Date: 2022-06-09
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand All @@ -21,26 +21,26 @@ Depends:
Imports:
checkmate,
dplyr,
formatters,
formatters (>= 0.3.1),
lifecycle,
logger (>= 0.2.0),
methods,
rlang,
shiny,
shinyjs,
stats,
teal.code,
teal.data,
teal.logger,
teal.slice,
teal.widgets,
teal.code (>= 0.1.1),
teal.data (>= 0.1.1),
teal.logger (>= 0.1.0),
teal.slice (>= 0.1.1),
teal.widgets (>= 0.1.1),
tidyr,
tidyselect
Suggests:
knitr,
rmarkdown,
scda.2021(>= 0.1.3),
scda(>= 0.1.3),
scda.2021 (>= 0.1.3),
scda (>= 0.1.3),
shinytest,
testthat (>= 2.0)
VignetteBuilder:
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.transform 0.1.0.9013
# teal.transform 0.1.1

### New features
* Added a formatting function `format_data_extract` for the output of `data_extract_srv`.
Expand Down

0 comments on commit 84abd8b

Please sign in to comment.