Skip to content

Commit

Permalink
Merge branch 'devel' into runr_full_implementation_draft
Browse files Browse the repository at this point in the history
# Conflicts:
#	DESCRIPTION
#	R/iSEEindex.R
#	man/iSEEindex-pkg.Rd
  • Loading branch information
federicomarini committed Sep 11, 2024
2 parents 66a53ee + 853cbfb commit e2df998
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
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"),
comment = c(ORCID = "0000-0003-3899-3872")),
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
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 3 additions & 4 deletions R/iSEEindex-pkg.R → R/iSEEindex-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -13,6 +13,5 @@
#' - Report bugs at <https://support.bioconductor.org/t/iSEEindex>
#'
#' @keywords internal
#' @name iSEEindex-pkg
#' @docType package
NULL
#' @aliases iSEEindex-package NULL
"_PACKAGE"
2 changes: 1 addition & 1 deletion R/iSEEindex.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
Expand Down
12 changes: 8 additions & 4 deletions man/iSEEindex-pkg.Rd → man/iSEEindex-package.Rd

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

0 comments on commit e2df998

Please sign in to comment.