diff --git a/DESCRIPTION b/DESCRIPTION index 8d4dc6e..a1b88bc 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.2 +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-pkg.R b/R/iSEEindex-package.R similarity index 80% rename from R/iSEEindex-pkg.R rename to R/iSEEindex-package.R index 6abcdb6..86dce78 100644 --- a/R/iSEEindex-pkg.R +++ b/R/iSEEindex-package.R @@ -4,7 +4,7 @@ #' single iSEE web-application. #' The main functionality of this package is to define a custom landing page #' allowing app maintainers to list a custom collection of data sets that users -#' can selected from and directly load objects into an iSEE web-application. +#' can select from and directly load objects into an iSEE web-application. #' #' @seealso #' Useful links: @@ -13,6 +13,5 @@ #' - Report bugs at #' #' @keywords internal -#' @name iSEEindex-pkg -#' @docType package -NULL +#' @aliases iSEEindex-package NULL +"_PACKAGE" diff --git a/R/iSEEindex.R b/R/iSEEindex.R index 94a9a30..274e640 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")) } diff --git a/man/iSEEindex-pkg.Rd b/man/iSEEindex-package.Rd similarity index 77% rename from man/iSEEindex-pkg.Rd rename to man/iSEEindex-package.Rd index a0bd2b1..20e2f89 100644 --- a/man/iSEEindex-pkg.Rd +++ b/man/iSEEindex-package.Rd @@ -1,16 +1,15 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/iSEEindex-pkg.R +% Please edit documentation in R/iSEEindex-package.R \docType{package} -\name{iSEEindex-pkg} +\name{iSEEindex-package} \alias{iSEEindex-package} -\alias{iSEEindex-pkg} \title{iSEEindex: iSEE extension for a landing page to a custom collection of data sets} \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 to define a custom landing page allowing app maintainers to list a custom collection of data sets that users -can selected from and directly load objects into an iSEE web-application. +can select from and directly load objects into an iSEE web-application. } \seealso{ Useful links: @@ -22,6 +21,11 @@ Useful links: \author{ \strong{Maintainer}: Kevin Rue-Albrecht \email{kevinrue67@gmail.com} (\href{https://orcid.org/0000-0003-3899-3872}{ORCID}) +Authors: +\itemize{ + \item Federico Marini \email{marinif@uni-mainz.de} (\href{https://orcid.org/0000-0003-3252-7758}{ORCID}) +} + Other contributors: \itemize{ \item Thomas Sandmann \email{tomsing1@gmail.com} (\href{https://orcid.org/0000-0002-6601-8890}{ORCID}) [contributor]