Skip to content

Commit 9680491

Browse files
authored
Fixing namespace for good w/o reexport + fix x instead of tt (#153)
Fixes #152 Please feel free to add in to this if needed
1 parent 5c1bc69 commit 9680491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: teal.widgets
22
Title: Shiny Widgets for `teal` Applications
33
Version: 0.2.0.9025
4-
Date: 2023-04-06
4+
Date: 2023-05-17
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
77
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
@@ -34,7 +34,7 @@ Suggests:
3434
magrittr,
3535
png,
3636
rmarkdown,
37-
rtables (>= 0.5.1),
37+
rtables (>= 0.6.0.9004),
3838
shinytest2 (>= 0.2.0),
3939
shinyvalidate,
4040
testthat (>= 2.0),

R/table_with_settings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ type_download_srv_table <- function(id, table_reactive) {
215215
content = function(file) {
216216
if (input$file_format == ".txt") {
217217
rtables::export_as_txt(
218-
tt = table_reactive(),
218+
x = table_reactive(),
219219
file = file,
220220
paginate = input$pagination_switch,
221221
lpp = if (input$pagination_switch) as.numeric(input$lpp)

0 commit comments

Comments
 (0)