From 66a53eec0a106170f1b424928fc7c6ff05807c41 Mon Sep 17 00:00:00 2001 From: Federico Marini Date: Wed, 11 Sep 2024 16:58:55 +0200 Subject: [PATCH] re-rendering manpage --- man/iSEEindex-pkg.Rd | 11 +++++++++++ man/iSEEindex.Rd | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/man/iSEEindex-pkg.Rd b/man/iSEEindex-pkg.Rd index 167ba61..a0bd2b1 100644 --- a/man/iSEEindex-pkg.Rd +++ b/man/iSEEindex-pkg.Rd @@ -2,6 +2,7 @@ % Please edit documentation in R/iSEEindex-pkg.R \docType{package} \name{iSEEindex-pkg} +\alias{iSEEindex-package} \alias{iSEEindex-pkg} \title{iSEEindex: iSEE extension for a landing page to a custom collection of data sets} \description{ @@ -17,5 +18,15 @@ Useful links: \item \url{https://github.com/iSEE/iSEEindex} \item Report bugs at \url{https://support.bioconductor.org/t/iSEEindex} } +} +\author{ +\strong{Maintainer}: Kevin Rue-Albrecht \email{kevinrue67@gmail.com} (\href{https://orcid.org/0000-0003-3899-3872}{ORCID}) + +Other contributors: +\itemize{ + \item Thomas Sandmann \email{tomsing1@gmail.com} (\href{https://orcid.org/0000-0002-6601-8890}{ORCID}) [contributor] + \item Denali Therapeutics [funder] +} + } \keyword{internal} diff --git a/man/iSEEindex.Rd b/man/iSEEindex.Rd index fefb5d9..e1eb505 100644 --- a/man/iSEEindex.Rd +++ b/man/iSEEindex.Rd @@ -10,6 +10,7 @@ iSEEindex( FUN.initial = NULL, default.add = TRUE, default.position = c("first", "last"), + app.title = NULL, body.header = NULL, body.footer = NULL ) @@ -31,6 +32,10 @@ See \code{\link[=iSEEindex]{iSEEindex()}}.} initial configuration should be added as the \code{"first"} or \code{"last"} option in the Shiny \code{selectizeInput()}.} +\item{app.title}{Character string to specify the desired title to be displayed +in the main window of the dashboard. Defaults to \code{NULL}, which displays some +info on the versions of the \code{iSEEindex} and \code{iSEE} packages.} + \item{body.header}{UI element to display \emph{above} the main landing page body.} \item{body.footer}{UI element to display \emph{below} the main landing page body.}