diff --git a/favicon.png b/favicon.png deleted file mode 100644 index 9bd7687..0000000 Binary files a/favicon.png and /dev/null differ diff --git a/inst/apps/FreesearchR/app.R b/inst/apps/FreesearchR/app.R index 107cccf..082962b 100644 --- a/inst/apps/FreesearchR/app.R +++ b/inst/apps/FreesearchR/app.R @@ -9681,6 +9681,7 @@ ui <- bslib::page_fixed( shiny::tags$head( includeHTML(("www/umami-app.html")), tags$link(rel = "stylesheet", type = "text/css", href = "style.css")), + tags$head(tags$link(rel="shortcut icon", href="favicon.svg")), title = "FreesearchR", theme = light, shiny::useBusyIndicators(), diff --git a/inst/apps/FreesearchR/ui.R b/inst/apps/FreesearchR/ui.R index e0919d0..61c773d 100644 --- a/inst/apps/FreesearchR/ui.R +++ b/inst/apps/FreesearchR/ui.R @@ -514,6 +514,7 @@ ui <- bslib::page_fixed( shiny::tags$head( includeHTML(("www/umami-app.html")), tags$link(rel = "stylesheet", type = "text/css", href = "style.css")), + tags$head(tags$link(rel="shortcut icon", href="favicon.svg")), title = "FreesearchR", theme = light, shiny::useBusyIndicators(), diff --git a/inst/apps/FreesearchR/www/favicon.ico b/inst/apps/FreesearchR/www/favicon.ico old mode 100644 new mode 100755 index 9bd7687..502c95e Binary files a/inst/apps/FreesearchR/www/favicon.ico and b/inst/apps/FreesearchR/www/favicon.ico differ diff --git a/inst/apps/FreesearchR/www/intro.md b/inst/apps/FreesearchR/www/intro.md index c94e16d..d34e698 100644 --- a/inst/apps/FreesearchR/www/intro.md +++ b/inst/apps/FreesearchR/www/intro.md @@ -12,7 +12,7 @@ Here is a brief summary of the functions: 1. Evaluate data using descriptive analyses methods and inspect cross-correlations -1. Create simple, clean plots for data overview. +1. Create and export simple, clean plots for data overview and insights. 1. Create regression models for even more advanced data analyses