Skip to content

Commit

Permalink
Fix unicode (#66)
Browse files Browse the repository at this point in the history
* removed the unicode char

* version bump, 1.3.3
  • Loading branch information
federicomarini authored Oct 9, 2024
1 parent f0bc38c commit 6c7c3fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = c("aut", "cre"),
Expand Down
4 changes: 2 additions & 2 deletions R/iSEEindex.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#'
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions man/iSEEindex.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c7c3fe

Please sign in to comment.