From 2ae11869ec898f583770192961298372d2af209a Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Thu, 3 Apr 2025 15:07:45 +0200 Subject: [PATCH 1/2] extra functions merge copy --- NEWS.md | 4 ++-- R/app_version.R | 2 +- inst/apps/FreesearchR/app.R | 2 +- vignettes/FreesearchR.Rmd | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 80911be9..1eb519e0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# FreesearchR 25.4.12 +# FreesearchR 25.4.2 Polished and simplified data import module including a much improved REDCap import module. @@ -6,7 +6,7 @@ Polished and simplified data import module including a much improved REDCap impo Focus is on polish and improved ui/ux. -Updating name (will be FreesearchR), with renamed repository and some graphics are coming. This may introduce some breaking chances for others calling or installing the package. No future changes are planned. A complete transition is planned before attending and presenting a poster at the European Stroke Organisation Conference 2025 in May. +Updating project name to FreesearchR, with renamed repository. Graphics are coming. This may introduce some breaking chances for others calling or installing the package. No additional future changes are planned. A complete transition is planned before attending and presenting a poster at the European Stroke Organisation Conference 2025 in May. Testing file upload conducted and improved. diff --git a/R/app_version.R b/R/app_version.R index 9938e103..bdb01500 100644 --- a/R/app_version.R +++ b/R/app_version.R @@ -1 +1 @@ -app_version <- function()'Version: 25.4.1.250403_1409' +app_version <- function()'Version: 25.4.1.250403_1506' diff --git a/inst/apps/FreesearchR/app.R b/inst/apps/FreesearchR/app.R index 60e0bea7..0c218e76 100644 --- a/inst/apps/FreesearchR/app.R +++ b/inst/apps/FreesearchR/app.R @@ -10,7 +10,7 @@ #### Current file: /Users/au301842/FreesearchR/R//app_version.R ######## -app_version <- function()'Version: 25.4.1.250403_1409' +app_version <- function()'Version: 25.4.1.250403_1506' ######## diff --git a/vignettes/FreesearchR.Rmd b/vignettes/FreesearchR.Rmd index 9f9a3436..b8fd2cca 100644 --- a/vignettes/FreesearchR.Rmd +++ b/vignettes/FreesearchR.Rmd @@ -9,7 +9,7 @@ vignette: > ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE,eval = FALSE) -source(here::here("functions.R")) +source("functions.R") ``` # Getting started with ***FreesearchR*** From a5e26354deed6c8b0eae60ec32b3bab3e5298a90 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Thu, 3 Apr 2025 15:31:34 +0200 Subject: [PATCH 2/2] render --- vignettes/FreesearchR.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/FreesearchR.Rmd b/vignettes/FreesearchR.Rmd index b8fd2cca..7255cf3b 100644 --- a/vignettes/FreesearchR.Rmd +++ b/vignettes/FreesearchR.Rmd @@ -9,7 +9,7 @@ vignette: > ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE,eval = FALSE) -source("functions.R") +library(FreesearchR) ``` # Getting started with ***FreesearchR***