mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
Compare commits
No commits in common. "a5e26354deed6c8b0eae60ec32b3bab3e5298a90" and "6ea46ea233a9c600f10e1e8cdb7fa7e3f1ecfb80" have entirely different histories.
a5e26354de
...
6ea46ea233
4 changed files with 5 additions and 5 deletions
4
NEWS.md
4
NEWS.md
|
@ -1,4 +1,4 @@
|
||||||
# FreesearchR 25.4.2
|
# FreesearchR 25.4.12
|
||||||
|
|
||||||
Polished and simplified data import module including a much improved REDCap import module.
|
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.
|
Focus is on polish and improved ui/ux.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
Testing file upload conducted and improved.
|
Testing file upload conducted and improved.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
app_version <- function()'Version: 25.4.1.250403_1506'
|
app_version <- function()'Version: 25.4.1.250403_1409'
|
||||||
|
|
|
@ -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.1.250403_1506'
|
app_version <- function()'Version: 25.4.1.250403_1409'
|
||||||
|
|
||||||
|
|
||||||
########
|
########
|
||||||
|
|
|
@ -9,7 +9,7 @@ vignette: >
|
||||||
|
|
||||||
```{r setup, include=FALSE}
|
```{r setup, include=FALSE}
|
||||||
knitr::opts_chunk$set(echo = TRUE,eval = FALSE)
|
knitr::opts_chunk$set(echo = TRUE,eval = FALSE)
|
||||||
library(FreesearchR)
|
source(here::here("functions.R"))
|
||||||
```
|
```
|
||||||
|
|
||||||
# Getting started with ***FreesearchR***
|
# Getting started with ***FreesearchR***
|
||||||
|
|
Loading…
Add table
Reference in a new issue