mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
latest app version stored and referenced in function call
This commit is contained in:
parent
b47a8bb1c0
commit
6399bb00ee
3 changed files with 11 additions and 3 deletions
1
R/app_version.R
Normal file
1
R/app_version.R
Normal file
|
@ -0,0 +1 @@
|
|||
app_version <- function()'250127_1200'
|
|
@ -6,6 +6,13 @@
|
|||
|
||||
|
||||
|
||||
########
|
||||
#### Current file: R//app_version.R
|
||||
########
|
||||
|
||||
app_version <- function()'250127_1200'
|
||||
|
||||
|
||||
########
|
||||
#### Current file: R//baseline_table.R
|
||||
########
|
||||
|
@ -3736,7 +3743,7 @@ ui_elements <- list(
|
|||
inputId = "add_regression_p",
|
||||
label = "Add p-value",
|
||||
inline = TRUE,
|
||||
selected = "no",
|
||||
selected = "yes",
|
||||
choices = list(
|
||||
"Yes" = "yes",
|
||||
"No" = "no"
|
||||
|
@ -3903,7 +3910,7 @@ ui <- bslib::page_fixed(
|
|||
),
|
||||
shiny::p(
|
||||
style = "margin: 1; color: #888;",
|
||||
"AG Damsbo | v", format(Sys.time(),format = '%y%m%d_%H%M')," | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/freesearcheR/", target = "_blank", rel = "noopener noreferrer")
|
||||
"AG Damsbo | v", app_version()," | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/freesearcheR/", target = "_blank", rel = "noopener noreferrer")
|
||||
),
|
||||
)
|
||||
)
|
||||
|
|
|
@ -518,7 +518,7 @@ ui <- bslib::page_fixed(
|
|||
),
|
||||
shiny::p(
|
||||
style = "margin: 1; color: #888;",
|
||||
"AG Damsbo | v", format(Sys.time(),format = '%y%m%d_%H%M')," | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/freesearcheR/", target = "_blank", rel = "noopener noreferrer")
|
||||
"AG Damsbo | v", app_version()," | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/freesearcheR/", target = "_blank", rel = "noopener noreferrer")
|
||||
),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue