diff --git a/.Rbuildignore b/.Rbuildignore index 35d69aa..4ffec2b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -16,3 +16,4 @@ ^app_hosted$ ^app$ ^page$ +^demo$ diff --git a/.gitignore b/.gitignore index 521692d..c5e7bc8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ inst/doc app_hosted app page +demo diff --git a/R/hosted_version.R b/R/hosted_version.R index 1968b40..10ceeee 100644 --- a/R/hosted_version.R +++ b/R/hosted_version.R @@ -1 +1 @@ -hosted_version <- function()'v25.5.1-250506' +hosted_version <- function()'v25.5.1-250507' diff --git a/inst/apps/FreesearchR/app.R b/inst/apps/FreesearchR/app.R index 868e6cf..5951a04 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-250506' +hosted_version <- function()'v25.5.1-250507' ######## diff --git a/inst/apps/FreesearchR/www/web_data.rds b/inst/apps/FreesearchR/www/web_data.rds index 8a7630d..bddd558 100644 Binary files a/inst/apps/FreesearchR/www/web_data.rds and b/inst/apps/FreesearchR/www/web_data.rds differ diff --git a/man/figures/demo.gif b/man/figures/demo.gif index 94b3613..186991f 100644 Binary files a/man/figures/demo.gif and b/man/figures/demo.gif differ