Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

898 save app state version 3 #262

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
teal_bookmarkable: tm_g_ae_sub
Aleksander Chlebowski committed Mar 26, 2024
commit 0555cc826f7bcc7d049665e188a51c8c429bfb0a
21 changes: 10 additions & 11 deletions R/tm_g_ae_sub.R
Original file line number Diff line number Diff line change
@@ -93,7 +93,8 @@ tm_g_ae_sub <- function(label,
),
datanames = c("ADSL", dataname)
)
attr(ans, "teal_bookmarkable") <- TRUE
# not bookmarkable: ui_g_decorate cannot be moved to server b/c of args$fontsize
attr(ans, "teal_bookmarkable") <- FALSE
ans
}

@@ -242,16 +243,14 @@ srv_g_ae_sub <- function(id,
trt <- input$arm_trt
ref <- input$arm_ref
updateTextAreaInput(
inputId = "foot",
value = restoreInput(
ns("foot"),
sprintf(
"Note: %d%% CI is calculated using %s\nTRT: %s; CONT: %s",
round(conf_level * 100),
name_ci(diff_ci_method),
trt,
ref
)
session,
"foot",
value = sprintf(
"Note: %d%% CI is calculated using %s\nTRT: %s; CONT: %s",
round(conf_level * 100),
name_ci(diff_ci_method),
trt,
ref
)
)
})

Unchanged files with check annotations Beta

})
observeEvent(input$sort, {
sort <- if (is.null(input$sort)) " " else input$sort

Check warning on line 250 in R/tm_g_events_term_id.R

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/tm_g_events_term_id.R,line=250,col=6,[indentation_linter] Hanging indent should be 30 spaces but is 6 spaces.
updateTextInput(
session,
"title",
)[sort]
)
)},
ignoreNULL = FALSE

Check warning on line 264 in R/tm_g_events_term_id.R

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/tm_g_events_term_id.R,line=264,col=6,[indentation_linter] Indentation should be 4 spaces but is 6 spaces.
)
output$container_arm <- renderUI({