Skip to content

Commit 6817ecd

Browse files
committed
Fix RDA test
1 parent dcbfab9 commit 6817ecd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/class-PrevalencePlot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Prevalence plot
22
#'
33
#' Prevalence plot of all or agglomerated features in a
4-
#' \code{\link[SummarizedExperiment:SummarizedExperiment-constructor]{SummarizedExperiment}}
4+
#' \code{\link[SummarizedExperiment:SummarizedExperiment-class]{SummarizedExperiment}}
55
#' object. The panel implements \code{\link[miaViz:plotAbundance]{plotPrevalence}}
66
#' to generate the plot.
77
#'

man/PrevalencePlot.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.

tests/testthat/test-RDAPlot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test_that("RDAPlot", {
1010
tse <- enterotype
1111
panel <- RDAPlot()
1212

13-
tse <- mia::runRDA(tse,
13+
tse <- mia::runRDA(tse, assay.type = "counts",
1414
formula = assay ~ ClinicalStatus + Gender + Age,
1515
na.action = na.exclude)
1616

0 commit comments

Comments
 (0)