| Back to Build/check report for BioC 3.22: simplified long |
|
This page was generated on 2026-04-01 11:57 -0400 (Wed, 01 Apr 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4896 |
| 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 2349/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| XINA 1.28.0 (landing page) Lang Ho Lee
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| See other builds for XINA in R Universe. | ||||||||||||||
|
To the developers/maintainers of the XINA package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/XINA.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. |
| Package: XINA |
| Version: 1.28.0 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:XINA.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings XINA_1.28.0.tar.gz |
| StartedAt: 2026-04-01 05:19:50 -0400 (Wed, 01 Apr 2026) |
| EndedAt: 2026-04-01 05:22:01 -0400 (Wed, 01 Apr 2026) |
| EllapsedTime: 131.1 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: XINA.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:XINA.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings XINA_1.28.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/XINA.Rcheck’
* using R version 4.5.2 (2025-10-31)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* checking for file ‘XINA/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘XINA’ version ‘1.28.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* 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 ‘XINA’ can be installed ... WARNING
Found the following significant warnings:
Warning: replacing previous import ‘mclust::count’ by ‘plyr::count’ when loading ‘XINA’
See ‘/home/biocbuild/bbs-3.22-bioc/meat/XINA.Rcheck/00install.out’ for details.
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* 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 loading without being on the library search path ... 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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Non-topic package-anchored link(s) in Rd file 'xina_enrichment.Rd':
‘[STRINGdb]{get_enrichment}’
Non-topic package-anchored link(s) in Rd file 'xina_plot_single.Rd':
‘[base]{Round}’
See section 'Cross-references' in the 'Writing R Extensions' manual.
* 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
xina_clustering 19.760 0.095 19.855
plot_condition_compositions 16.978 0.004 16.984
plot_clusters 10.586 0.004 10.592
mutate_colors 10.402 0.060 10.462
get_condition_biased_comigrations 6.043 0.074 6.117
xina_plot_all 5.023 0.142 5.159
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
--- re-building ‘xina_user_code.Rmd’ using rmarkdown
Quitting from xina_user_code.Rmd:118-121 [XINA clustering]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `svd()`:
! infinite or missing values in 'x'
---
Backtrace:
▆
1. └─XINA::xina_clustering(...)
2. ├─mclust::Mclust(superset[data_column], G = 2:nClusters)
3. │ └─base::eval(mc, parent.frame())
4. │ └─base::eval(mc, parent.frame())
5. └─mclust::mclustBIC(data = `<dbl>`, G = 2:nClusters)
6. ├─mclust::me(...)
7. │ └─base::eval(mc, parent.frame())
8. │ └─base::eval(mc, parent.frame())
9. └─mclust::meVEE(...)
10. └─base::svd(shape.o, nu = 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'xina_user_code.Rmd' failed with diagnostics:
infinite or missing values in 'x'
--- failed re-building ‘xina_user_code.Rmd’
SUMMARY: processing the following file failed:
‘xina_user_code.Rmd’
Error: Vignette re-building failed.
Execution halted
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 1 WARNING, 1 NOTE
See
‘/home/biocbuild/bbs-3.22-bioc/meat/XINA.Rcheck/00check.log’
for details.
XINA.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL XINA ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘XINA’ ... ** this is package ‘XINA’ version ‘1.28.0’ ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading Warning: replacing previous import ‘mclust::count’ by ‘plyr::count’ when loading ‘XINA’ ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning: replacing previous import ‘mclust::count’ by ‘plyr::count’ when loading ‘XINA’ ** testing if installed package can be loaded from final location Warning: replacing previous import ‘mclust::count’ by ‘plyr::count’ when loading ‘XINA’ ** testing if installed package keeps a record of temporary installation path * DONE (XINA)
XINA.Rcheck/XINA-Ex.timings
| name | user | system | elapsed | |
| alluvial_enriched | 2.327 | 0.065 | 2.391 | |
| draw_alluvial_plot | 0.049 | 0.002 | 0.050 | |
| get_comigrations_by_name | 0.033 | 0.001 | 0.033 | |
| get_condition_biased_comigrations | 6.043 | 0.074 | 6.117 | |
| get_unknown_ppi_nodes | 0.108 | 0.001 | 0.110 | |
| load_previous_results | 1.052 | 0.037 | 1.089 | |
| make_random_xina_data | 0.147 | 0.009 | 0.155 | |
| mutate_colors | 10.402 | 0.060 | 10.462 | |
| plot_clusters | 10.586 | 0.004 | 10.592 | |
| plot_clusters_all | 2.078 | 0.014 | 2.093 | |
| plot_condition_compositions | 16.978 | 0.004 | 16.984 | |
| plot_enrichment_results | 0 | 0 | 0 | |
| xina_analysis | 0 | 0 | 0 | |
| xina_clustering | 19.760 | 0.095 | 19.855 | |
| xina_enrichment | 0 | 0 | 0 | |
| xina_plot_all | 5.023 | 0.142 | 5.159 | |
| xina_plot_bycluster | 0.210 | 0.006 | 0.217 | |
| xina_plot_single | 0.149 | 0.002 | 0.151 | |