From 111c0663bcd2f3d8356f89e908f80c2fe7401fd2 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Wed, 4 Jun 2025 15:10:35 +0200 Subject: [PATCH] version bump - rails on data browse --- inst/apps/FreesearchR/app.R | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/inst/apps/FreesearchR/app.R b/inst/apps/FreesearchR/app.R index c9b9f1c..235b1d4 100644 --- a/inst/apps/FreesearchR/app.R +++ b/inst/apps/FreesearchR/app.R @@ -49,7 +49,7 @@ library(rlang) #### Current file: /Users/au301842/FreesearchR/R//app_version.R ######## -app_version <- function()'25.5.7' +app_version <- function()'25.6.1' ######## @@ -3996,7 +3996,7 @@ simple_snake <- function(data){ #### Current file: /Users/au301842/FreesearchR/R//hosted_version.R ######## -hosted_version <- function()'v25.5.7-250604' +hosted_version <- function()'v25.6.1-250604' ######## @@ -10368,7 +10368,14 @@ server <- function(input, output, session) { ) observeEvent(input$modal_browse, { - show_data(REDCapCAST::fct_drop(rv$data_filtered), title = "Uploaded data overview", type = "modal") + tryCatch( + { + show_data(REDCapCAST::fct_drop(rv$data_filtered), title = "Uploaded data overview", type = "modal") + }, + error = function(err) { + showNotification(paste0("We encountered the following error browsing your data: ", err), type = "err") + } + ) }) output$original_str <- renderPrint({