From 6bf09ad7966ebf18c55c398484172fb099d1715c Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Wed, 24 Sep 2025 10:38:49 +0200 Subject: [PATCH] solving vignette rendering --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ R/app_version.R | 2 +- R/hosted_version.R | 2 +- app_docker/app.R | 6 +++--- app_docker/www/umami-app.html | 2 +- inst/apps/FreesearchR/app.R | 6 +++--- 7 files changed, 14 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7af2400b..011b5ffa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: FreesearchR Title: Easy data analysis for clinicians -Version: 25.9.1 +Version: 25.9.2 Authors@R: c( person("Andreas Gammelgaard", "Damsbo",email="agdamsbo@clin.au.dk", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7559-1154")), diff --git a/NEWS.md b/NEWS.md index 7aaf5f98..b1fb5316 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# FreesearchR 25.9.2 - DEV + +*NEW* Improvements to translations with more strings having been translated. + # FreesearchR 25.9.1 *NEW* Language has been revised to make the app more accessible and easier to understand. diff --git a/R/app_version.R b/R/app_version.R index c806ac1b..990115ff 100644 --- a/R/app_version.R +++ b/R/app_version.R @@ -1 +1 @@ -app_version <- function()'25.9.1' +app_version <- function()'25.9.2' diff --git a/R/hosted_version.R b/R/hosted_version.R index 8b8a2896..9c30518a 100644 --- a/R/hosted_version.R +++ b/R/hosted_version.R @@ -1 +1 @@ -hosted_version <- function()'v25.9.1-250923' +hosted_version <- function()'v25.9.2-250924' diff --git a/app_docker/app.R b/app_docker/app.R index 20bae6a2..41caaa9f 100644 --- a/app_docker/app.R +++ b/app_docker/app.R @@ -1,7 +1,7 @@ ######## -#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpZNW8fR/filee8e8217b291a.R +#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//Rtmp3H4zCa/file58ea651d629.R ######## i18n_path <- here::here("translations") @@ -62,7 +62,7 @@ i18n$set_translation_language("en") #### Current file: /Users/au301842/FreesearchR/R//app_version.R ######## -app_version <- function()'25.9.1' +app_version <- function()'25.9.2' ######## @@ -4107,7 +4107,7 @@ simple_snake <- function(data){ #### Current file: /Users/au301842/FreesearchR/R//hosted_version.R ######## -hosted_version <- function()'v25.9.1-250923' +hosted_version <- function()'v25.9.2-250924' ######## diff --git a/app_docker/www/umami-app.html b/app_docker/www/umami-app.html index 780f6478..f4e9a526 100644 --- a/app_docker/www/umami-app.html +++ b/app_docker/www/umami-app.html @@ -1 +1 @@ - + diff --git a/inst/apps/FreesearchR/app.R b/inst/apps/FreesearchR/app.R index 2788b7d0..818614de 100644 --- a/inst/apps/FreesearchR/app.R +++ b/inst/apps/FreesearchR/app.R @@ -1,7 +1,7 @@ ######## -#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpZNW8fR/filee8e87e53d0c0.R +#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//Rtmp3H4zCa/file58ea40c26989.R ######## i18n_path <- system.file("translations", package = "FreesearchR") @@ -62,7 +62,7 @@ i18n$set_translation_language("en") #### Current file: /Users/au301842/FreesearchR/R//app_version.R ######## -app_version <- function()'25.9.1' +app_version <- function()'25.9.2' ######## @@ -4107,7 +4107,7 @@ simple_snake <- function(data){ #### Current file: /Users/au301842/FreesearchR/R//hosted_version.R ######## -hosted_version <- function()'v25.9.1-250923' +hosted_version <- function()'v25.9.2-250924' ########