bug corrected

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-15 16:27:43 +02:00
parent 50d35c0c85
commit fb6f1a708d
No known key found for this signature in database
4 changed files with 9 additions and 6 deletions

View file

@ -1 +1 @@
app_version <- function()'Version: 25.4.3.250415_1539'
app_version <- function()'Version: 25.4.3.250415_1627'

View file

@ -47,7 +47,7 @@ data_correlations_server <- function(id,
out <- data()
}
# out |> dplyr::mutate(dplyr::across(tidyselect::everything(),as.numeric))
sapply(data,as.numeric)
sapply(out,as.numeric)
# as.numeric()
})

View file

@ -10,7 +10,7 @@
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
########
app_version <- function()'Version: 25.4.3.250415_1539'
app_version <- function()'Version: 25.4.3.250415_1627'
########
@ -208,7 +208,7 @@ data_correlations_server <- function(id,
out <- data()
}
# out |> dplyr::mutate(dplyr::across(tidyselect::everything(),as.numeric))
sapply(data,as.numeric)
sapply(out,as.numeric)
# as.numeric()
})
@ -2394,9 +2394,12 @@ type_icons <- function(x) {
shiny::icon("toggle-off")
} else if (identical(x,"datetime")) {
shiny::icon("calendar-days")
} else if (identical(x,"id")) {
shiny::icon("id-card")
} else {
shiny::icon("table")
}}
}
}
}

View file

@ -5,6 +5,6 @@ account: agdamsbo
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 13611288
bundleId: 10111887
bundleId:
url: https://agdamsbo.shinyapps.io/freesearcheR/
version: 1