updated vignette
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-03 14:31:34 +02:00
commit 6ea46ea233
No known key found for this signature in database
5 changed files with 25 additions and 6 deletions

View file

@ -10,7 +10,7 @@
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
########
app_version <- function()'Version: 25.4.1.250403_1309'
app_version <- function()'Version: 25.4.1.250403_1409'
########
@ -287,7 +287,7 @@ sentence_paste <- function(data, and.str = "and") {
} else if (length(data) == 2) {
paste(data, collapse = glue::glue(" {and.str} "))
} else if (length(data) > 2) {
paste(paste(data[-length(data)], collapse = ", "), data[length(data)], collapse = glue::glue(" {and.str} "))
paste(paste(data[-length(data)], collapse = ", "), data[length(data)], sep = glue::glue(" {and.str} "))
}
}

View file

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