mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
bug corrected
This commit is contained in:
parent
50d35c0c85
commit
fb6f1a708d
4 changed files with 9 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
app_version <- function()'Version: 25.4.3.250415_1539'
|
app_version <- function()'Version: 25.4.3.250415_1627'
|
||||||
|
|
|
@ -47,7 +47,7 @@ data_correlations_server <- function(id,
|
||||||
out <- data()
|
out <- data()
|
||||||
}
|
}
|
||||||
# out |> dplyr::mutate(dplyr::across(tidyselect::everything(),as.numeric))
|
# out |> dplyr::mutate(dplyr::across(tidyselect::everything(),as.numeric))
|
||||||
sapply(data,as.numeric)
|
sapply(out,as.numeric)
|
||||||
# as.numeric()
|
# as.numeric()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
|
#### 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 <- data()
|
||||||
}
|
}
|
||||||
# out |> dplyr::mutate(dplyr::across(tidyselect::everything(),as.numeric))
|
# out |> dplyr::mutate(dplyr::across(tidyselect::everything(),as.numeric))
|
||||||
sapply(data,as.numeric)
|
sapply(out,as.numeric)
|
||||||
# as.numeric()
|
# as.numeric()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -2394,9 +2394,12 @@ type_icons <- function(x) {
|
||||||
shiny::icon("toggle-off")
|
shiny::icon("toggle-off")
|
||||||
} else if (identical(x,"datetime")) {
|
} else if (identical(x,"datetime")) {
|
||||||
shiny::icon("calendar-days")
|
shiny::icon("calendar-days")
|
||||||
|
} else if (identical(x,"id")) {
|
||||||
|
shiny::icon("id-card")
|
||||||
} else {
|
} else {
|
||||||
shiny::icon("table")
|
shiny::icon("table")
|
||||||
}}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ account: agdamsbo
|
||||||
server: shinyapps.io
|
server: shinyapps.io
|
||||||
hostUrl: https://api.shinyapps.io/v1
|
hostUrl: https://api.shinyapps.io/v1
|
||||||
appId: 13611288
|
appId: 13611288
|
||||||
bundleId: 10111887
|
bundleId:
|
||||||
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
||||||
version: 1
|
version: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue