From 6c7c3fe9ef5a614b7ed1fab7835e79a181a3abc9 Mon Sep 17 00:00:00 2001 From: Federico Marini Date: Wed, 9 Oct 2024 12:20:10 +0200 Subject: [PATCH] Fix unicode (#66) * removed the unicode char * version bump, 1.3.3 --- DESCRIPTION | 4 ++-- R/iSEEindex.R | 4 ++-- man/iSEEindex.Rd | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d54bcca..b65fe58 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: iSEEindex Title: iSEE extension for a landing page to a custom collection of data sets -Version: 1.3.2 -Date: 2024-10-03 +Version: 1.3.3 +Date: 2024-10-09 Authors@R: c(person("Kevin", "Rue-Albrecht", email = "kevinrue67@gmail.com", role = c("aut", "cre"), diff --git a/R/iSEEindex.R b/R/iSEEindex.R index 4f3148d..8144e1f 100644 --- a/R/iSEEindex.R +++ b/R/iSEEindex.R @@ -186,7 +186,7 @@ #' initial_fun_tonsils, #' default.add = TRUE, #' default.position = "last", -#' app.title = "iSEE ❤️ Tonsil Data Atlas", +#' app.title = "iSEE loves the Tonsil Data Atlas", #' body.header = header_tonsils, #' body.footer = footer_tonsils) #' @@ -216,7 +216,7 @@ #' initial_fun_mix, #' default.add = TRUE, #' default.position = "last", -#' app.title = "iSEE ❤ multiple resource types") +#' app.title = "iSEE loves multiple resource types") #' #' if (interactive()) { #' shiny::runApp(app_mixed, port = 4242) diff --git a/man/iSEEindex.Rd b/man/iSEEindex.Rd index f70b64b..87e1907 100644 --- a/man/iSEEindex.Rd +++ b/man/iSEEindex.Rd @@ -205,7 +205,7 @@ app_tonsils <- iSEEindex(bfc, initial_fun_tonsils, default.add = TRUE, default.position = "last", - app.title = "iSEE ❤️ Tonsil Data Atlas", + app.title = "iSEE loves the Tonsil Data Atlas", body.header = header_tonsils, body.footer = footer_tonsils) @@ -235,7 +235,7 @@ app_mixed <- iSEEindex(bfc, initial_fun_mix, default.add = TRUE, default.position = "last", - app.title = "iSEE ❤ multiple resource types") + app.title = "iSEE loves multiple resource types") if (interactive()) { shiny::runApp(app_mixed, port = 4242)