From 5b8eab771714186d6c4716b2f2f7cd407e8c1b6a Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Wed, 21 Feb 2024 15:14:43 +0000 Subject: [PATCH] version bump --- DESCRIPTION | 7 +++++-- NEWS.md | 4 ++++ R/iSEEindex.R | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d5b6fe4..a94159e 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.1.0 -Date: 2022-07-06 +Version: 1.1.1 +Date: 2024-02-21 Authors@R: c(person("Kevin", "Rue-Albrecht", email = "kevinrue67@gmail.com", role = c("aut", "cre"), @@ -9,6 +9,9 @@ Authors@R: person("Thomas", "Sandmann", email = "tomsing1@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-6601-8890")), + person("Federico", "Marini", email="marinif@uni-mainz.de", + role="aut", + comment = c(ORCID = '0000-0003-3252-7758')), person("Denali Therapeutics", role = c("fnd"))) Description: This package provides an interface to any collection of data sets within a single iSEE web-application. The main functionality of this package is diff --git a/NEWS.md b/NEWS.md index 42fec66..eb76453 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# iSEEindex 1.1.1 + +* Add possibility to customise the title of the app. + # iSEEindex 0.99.13 * Added possibility to inject custom header and footer in landing page. diff --git a/R/iSEEindex.R b/R/iSEEindex.R index ed03f96..260b914 100644 --- a/R/iSEEindex.R +++ b/R/iSEEindex.R @@ -140,7 +140,7 @@ iSEEindex <- function(bfc, FUN.datasets, FUN.initial = NULL, default.add = TRUE, } if (is.null(app.title)) { - app.title <- sprintf("iSEEindex - v%s|powered by iSEE - v%s", + app.title <- sprintf("iSEEindex - v%s | powered by iSEE - v%s", packageVersion("iSEEindex"), packageVersion("iSEE")) }