diff --git a/.Rbuildignore b/.Rbuildignore index 50c93d4..35d69aa 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,3 +15,4 @@ ^CITATION\.cff$ ^app_hosted$ ^app$ +^page$ diff --git a/.gitignore b/.gitignore index 6201650..521692d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ docs inst/doc app_hosted app +page diff --git a/R/hosted_version.R b/R/hosted_version.R index 317135d..1968b40 100644 --- a/R/hosted_version.R +++ b/R/hosted_version.R @@ -1 +1 @@ -hosted_version <- function()'v25.5.1-250505' +hosted_version <- function()'v25.5.1-250506' diff --git a/README.md b/README.md index 85b5347..8a82789 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The [***FreesearchR***](https://agdamsbo.shinyapps.io/FreesearchR/) is a simple, All feedback is welcome and can be shared as a GitHub issue. Any suggestions on collaboration is much welcomed. Please reach out! +![FreesearchR demo](demo/demo.gif) + ## Motivation This app has the following simple goals: diff --git a/demo/demo.gif b/demo/demo.gif new file mode 100644 index 0000000..94b3613 Binary files /dev/null and b/demo/demo.gif differ diff --git a/inst/apps/FreesearchR/app.R b/inst/apps/FreesearchR/app.R index 9eb2589..868e6cf 100644 --- a/inst/apps/FreesearchR/app.R +++ b/inst/apps/FreesearchR/app.R @@ -3954,7 +3954,7 @@ is_identical_to_previous <- function(data, no.name = TRUE) { #### Current file: /Users/au301842/FreesearchR/R//hosted_version.R ######## -hosted_version <- function()'v25.5.1-250505' +hosted_version <- function()'v25.5.1-250506' ######## diff --git a/inst/apps/FreesearchR/www/web_data.rds b/inst/apps/FreesearchR/www/web_data.rds new file mode 100644 index 0000000..8a7630d Binary files /dev/null and b/inst/apps/FreesearchR/www/web_data.rds differ