Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2026-02-28 11:35 -0500 (Sat, 28 Feb 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4877
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4570
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 1293/2357HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
miaViz 1.19.4  (landing page)
Tuomas Borman
Snapshot Date: 2026-02-27 13:40 -0500 (Fri, 27 Feb 2026)
git_url: https://git.bioconductor.org/packages/miaViz
git_branch: devel
git_last_commit: f250949
git_last_commit_date: 2026-02-22 11:40:40 -0500 (Sun, 22 Feb 2026)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  
See other builds for miaViz in R Universe.


CHECK results for miaViz on kjohnson3

To the developers/maintainers of the miaViz package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/miaViz.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: miaViz
Version: 1.19.4
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:miaViz.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings miaViz_1.19.4.tar.gz
StartedAt: 2026-02-27 21:04:35 -0500 (Fri, 27 Feb 2026)
EndedAt: 2026-02-27 21:08:31 -0500 (Fri, 27 Feb 2026)
EllapsedTime: 236.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: miaViz.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:miaViz.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings miaViz_1.19.4.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/miaViz.Rcheck’
* using R Under development (unstable) (2026-01-15 r89304)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 16.0.0 (clang-1600.0.26.6)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Sonoma 14.8.3
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘miaViz/DESCRIPTION’ ... OK
* this is package ‘miaViz’ version ‘1.19.4’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 21 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘miaViz’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Package listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘patchwork’
A package should be listed in only one of these fields.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.add_forest_main_plot: no visible global function definition for
  ‘as.formula’
.add_p_value_position: no visible binding for global variable ‘y_point’
.add_p_value_position: no visible global function definition for
  ‘setNames’
.add_p_value_position: no visible binding for global variable
  ‘y.position’
.add_p_value_position: no visible binding for global variable ‘y1’
.add_p_value_position: no visible binding for global variable ‘y2’
.add_p_value_position: no visible binding for global variable ‘x_point’
.add_p_value_position: no visible binding for global variable ‘x1’
.add_p_value_position: no visible binding for global variable ‘x2’
.apply_beeswarm: no visible binding for global variable ‘.row_id’
.apply_vipor_spread: no visible binding for global variable ‘.row_id’
.calculate_significance: no visible global function definition for
  ‘as.formula’
.plot_boxplot: no visible global function definition for ‘as.formula’
Undefined global functions or variables:
  .row_id as.formula setNames x1 x2 x_point y.position y1 y2 y_point
Consider adding
  importFrom("stats", "as.formula", "setNames")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  plotColTile.Rd: retrieveFeatureInfo, retrieveCellInfo
  plotGraph.Rd: ggtree
  plotPrevalence.Rd: agglomerate-methods
  plotTree.Rd: ggtree
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                 user system elapsed
plotTree       21.852  0.635  23.847
plotDMN         7.985  0.022   8.071
plotAbundance   6.628  0.194   7.320
plotPrevalence  4.486  0.149   5.321
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  Saving _problems/test-plotCCA-79.R
  initial  value 0.000000 
  final  value 0.000000 
  converged
  [ FAIL 1 | WARN 10 | SKIP 0 | PASS 267 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test-plotCCA.R:79:3'): plot RDA/CCA ───────────────────────────────
  Expected `ggplot_build(p_lab)[["data"]][[4]]` to have length 28.
  Actual length: 30.
  
  [ FAIL 1 | WARN 10 | SKIP 0 | PASS 267 ]
  Error:
  ! Test failures.
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.23-bioc/meat/miaViz.Rcheck/00check.log’
for details.


Installation output

miaViz.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL miaViz
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/library’
* installing *source* package ‘miaViz’ ...
** this is package ‘miaViz’ version ‘1.19.4’
** using staged installation
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (miaViz)

Tests output

miaViz.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(miaViz)
Loading required package: ggplot2
Loading required package: ggraph
Loading required package: mia
Loading required package: MultiAssayExperiment
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: 'generics'

The following objects are masked from 'package:base':

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: Seqinfo
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians

Loading required package: SingleCellExperiment
Loading required package: TreeSummarizedExperiment
Loading required package: Biostrings
Loading required package: XVector

Attaching package: 'Biostrings'

The following object is masked from 'package:base':

    strsplit

This is mia version 1.19.4
- Online documentation and vignettes: https://microbiome.github.io/mia/
- Online book 'Orchestrating Microbiome Analysis (OMA)': https://microbiome.github.io/OMA/docs/devel/

Attaching package: 'miaViz'

The following object is masked from 'package:mia':

    plotNMDS

> 
> test_check("miaViz")
Saving _problems/test-plotCCA-79.R
initial  value 0.000000 
final  value 0.000000 
converged
[ FAIL 1 | WARN 10 | SKIP 0 | PASS 267 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plotCCA.R:79:3'): plot RDA/CCA ───────────────────────────────
Expected `ggplot_build(p_lab)[["data"]][[4]]` to have length 28.
Actual length: 30.

[ FAIL 1 | WARN 10 | SKIP 0 | PASS 267 ]
Error:
! Test failures.
Execution halted

Example timings

miaViz.Rcheck/miaViz-Ex.timings

nameusersystemelapsed
getNeatOrder0.6610.0410.747
plotAbundance6.6280.1947.320
plotAbundanceDensity1.2860.0231.446
plotBoxplot2.0930.0322.211
plotCCA1.2830.0251.398
plotColTile0.2350.0070.263
plotDMN7.9850.0228.071
plotForest3.9090.0694.219
plotGraph000
plotHistogram1.0740.0851.258
plotLoadings1.6980.0421.956
plotMediation000
plotPrevalence4.4860.1495.321
plotScree0.2120.0060.228
plotSeries0.0010.0010.000
plotTree21.852 0.63523.847
treeData0.2060.0190.230