Skip to content

Commit 06f1a52

Browse files
authored
Merge pull request #47 from microbiome/fix_warn
Fix warning related to tabTitle arg
2 parents be032f4 + 90e6ae8 commit 06f1a52

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: iSEEtree
2-
Version: 1.1.4
2+
Version: 1.3.1
33
Authors@R:
44
c(person(given = "Giulio", family = "Benedetti", role = c("aut", "cre"),
55
email = "giulio.benedetti@utu.fi",
@@ -20,7 +20,7 @@ License: Artistic-2.0
2020
Encoding: UTF-8
2121
Depends:
2222
R (>= 4.4.0),
23-
iSEE (>= 2.19.2)
23+
iSEE (>= 2.19.4)
2424
Imports:
2525
ape,
2626
ggplot2,

R/iSEE-default.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ setMethod("iSEE", "TreeSummarizedExperiment",
5656
AbundancePlot(), AbundanceDensityPlot(), ReducedDimensionPlot(),
5757
ComplexHeatmapPlot()), extra = NULL, colormap = ExperimentColorMap(),
5858
landingPage = createLandingPage(), tour = NULL, appTitle = NULL,
59-
runLocal = TRUE, voice = FALSE, bugs = FALSE, saveState = NULL, ...) {
59+
tabTitle = NULL, runLocal = TRUE, voice = FALSE, bugs = FALSE,
60+
saveState = NULL, ...) {
6061

6162
initial <- .check_all_panels(se, initial)
6263

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' corresponding to panel objects in \code{initial}.
1515
#'
1616
#' @param panel.fun \code{Function scalar}. The element of \code{se} whose
17-
#' existance should be checked.
17+
#' existence should be checked.
1818
#'
1919
#' @param wtext \code{Character scalar}. Text of the warning message returned
2020
#' if \code{panel.fun} does not exist or is empty.

man/iSEE.Rd

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/utils.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)