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

This page was generated on 2025-01-25 15:39 -0500 (Sat, 25 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4658
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4455
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4408
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 1287/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
mixOmics 6.31.4  (landing page)
Eva Hamrud
Snapshot Date: 2025-01-24 13:40 -0500 (Fri, 24 Jan 2025)
git_url: https://git.bioconductor.org/packages/mixOmics
git_branch: devel
git_last_commit: 2dc5da1
git_last_commit_date: 2025-01-12 21:30:19 -0500 (Sun, 12 Jan 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  


CHECK results for mixOmics on kunpeng2

To the developers/maintainers of the mixOmics package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/mixOmics.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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: mixOmics
Version: 6.31.4
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:mixOmics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings mixOmics_6.31.4.tar.gz
StartedAt: 2025-01-25 09:02:36 -0000 (Sat, 25 Jan 2025)
EndedAt: 2025-01-25 09:36:40 -0000 (Sat, 25 Jan 2025)
EllapsedTime: 2044.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: mixOmics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:mixOmics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings mixOmics_6.31.4.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/mixOmics.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘mixOmics/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘mixOmics’ version ‘6.31.4’
* 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 ‘mixOmics’ can be installed ... OK
* checking installed package size ... INFO
  installed size is  6.4Mb
  sub-directories of 1Mb or more:
    R      1.5Mb
    data   3.3Mb
* checking package 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 ...Warning: program compiled against libxml 212 using older 211
 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 whether startup messages can be suppressed ... OK
* checking dependencies in R code ... NOTE
Namespace in Imports field not imported from: ‘gsignal’
  All declared Imports should be used.
* 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
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  perf.Rd: BiocParallelParam-class
  perf.assess.Rd: BiocParallelParam-class
  rcc.Rd: estimate.lambda
  tune.Rd: BiocParallelParam-class
  tune.block.plsda.Rd: BiocParallelParam-class
  tune.block.splsda.Rd: BiocParallelParam-class
  tune.pls.Rd: BiocParallelParam-class
  tune.plsda.Rd: BiocParallelParam-class
  tune.spca.Rd: BiocParallelParam-class
  tune.spls.Rd: BiocParallelParam-class
  tune.splsda.Rd: BiocParallelParam-class
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 ... NOTE
S3 methods shown with full name in Rd file 'perf.assess.Rd':
  ‘perf.assess’

The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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
tune.spls          484.008  0.449 508.746
tune.splsda        144.164  0.242 157.995
tune.pls            85.348  0.506  87.597
tune.plsda          66.681  0.092  69.169
tune.block.plsda    48.495  0.052  48.983
perf.assess         46.159  0.104  47.335
tune.block.splsda   19.302  0.157  65.808
biplot              17.986  0.112  18.209
tune.rcc            12.840  0.020  12.966
image.tune.rcc      12.776  0.022  13.752
background.predict  12.504  0.116  12.761
block.splsda         9.687  0.076   9.790
circosPlot           9.506  0.048   9.944
tune                 8.524  0.032   8.763
block.spls           7.645  0.036   7.752
tune.mint.splsda     6.828  0.180   7.109
pca                  6.219  0.056   6.288
perf                 5.285  0.000   5.297
plotArrow            5.142  0.004   5.193
* 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:
  nutrimouse.sgccda$variates$gene[1, 1] not equal to 2.9424296984024.
  1/1 mismatches
  [1] 2.25 - 2.94 == -0.689
  ── Failure ('test-diabolo.R:79:3'): block.splsda works ─────────────────────────
  nutrimouse.sgccda$variates$lipid[1, 1] not equal to 2.73351593820324.
  1/1 mismatches
  [1] 0.0769 - 2.73 == -2.66
  ── Failure ('test-diabolo.R:80:3'): block.splsda works ─────────────────────────
  nutrimouse.sgccda$variates$Y[1, 1] not equal to 0.639567998302767.
  1/1 mismatches
  [1] 0.0493 - 0.64 == -0.59
  
  [ FAIL 6 | WARN 3 | SKIP 0 | PASS 565 ]
  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
  ‘/home/biocbuild/bbs-3.21-bioc/meat/mixOmics.Rcheck/00check.log’
for details.


Installation output

mixOmics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL mixOmics
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘mixOmics’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (mixOmics)

Tests output

mixOmics.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu

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(mixOmics)
Loading required package: MASS
Loading required package: lattice
Loading required package: ggplot2

Loaded mixOmics 6.31.4
Thank you for using mixOmics!
Tutorials: http://mixomics.org
Bookdown vignette: https://mixomicsteam.github.io/Bookdown
Questions, issues: Follow the prompts at http://mixomics.org/contact-us
Cite us:  citation('mixOmics')

> 
> test_check("mixOmics")
[1] "test.keepX is set to NULL, tuning only for number of components..."
[1] "test.keepX is set to NULL, tuning only for number of components..."
[1] "test.keepX set to NULL, tuning only for number of components..."
[1] "test.keepX and test.keepY are set to NULL, tuning only for number of components..."
[1] "test.keepX and test.keepY are set to NULL, tuning only for number of components..."
[1] "test.keepX and test.keepY are set to NULL, tuning only for number of components..."
[1] "test.keepX set to NULL, tuning only for number of components..."
[ FAIL 6 | WARN 3 | SKIP 0 | PASS 565 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-diabolo.R:58:3'): block.splsda works ─────────────────────────
rowMeans(nutrimouse.sgccda$weights) not equal to c(gene = 0.694506104274723, lipid = 0.915845972615744).
2/2 mismatches (average diff: 0.0105)
[1] 0.684 - 0.695 == -0.0106
[2] 0.905 - 0.916 == -0.0104
── Failure ('test-diabolo.R:68:3'): block.splsda works ─────────────────────────
nutrimouse.sgccda$AVE$AVE_outer[1] not equal to 0.217938372815004.
1/1 mismatches
[1] 0.198 - 0.218 == -0.0202
── Failure ('test-diabolo.R:69:3'): block.splsda works ─────────────────────────
nutrimouse.sgccda$AVE$AVE_inner[1] not equal to 0.663209598406049.
1/1 mismatches
[1] 0.691 - 0.663 == 0.028
── Failure ('test-diabolo.R:78:3'): block.splsda works ─────────────────────────
nutrimouse.sgccda$variates$gene[1, 1] not equal to 2.9424296984024.
1/1 mismatches
[1] 2.25 - 2.94 == -0.689
── Failure ('test-diabolo.R:79:3'): block.splsda works ─────────────────────────
nutrimouse.sgccda$variates$lipid[1, 1] not equal to 2.73351593820324.
1/1 mismatches
[1] 0.0769 - 2.73 == -2.66
── Failure ('test-diabolo.R:80:3'): block.splsda works ─────────────────────────
nutrimouse.sgccda$variates$Y[1, 1] not equal to 0.639567998302767.
1/1 mismatches
[1] 0.0493 - 0.64 == -0.59

[ FAIL 6 | WARN 3 | SKIP 0 | PASS 565 ]
Error: Test failures
Execution halted

Example timings

mixOmics.Rcheck/mixOmics-Ex.timings

nameusersystemelapsed
S3methods-print0.0660.0000.066
auroc1.3560.0241.404
background.predict12.504 0.11612.761
biplot17.986 0.11218.209
block.pls0.7630.0350.801
block.plsda1.0150.0081.026
block.spls7.6450.0367.752
block.splsda9.6870.0769.790
cim0.0420.0080.050
cimDiablo0.3670.0040.375
circosPlot9.5060.0489.944
colors0.0330.0000.034
explained_variance0.2040.0000.208
get.confusion_matrix0.2790.0000.387
image.tune.rcc12.776 0.02213.752
imgCor0.1640.0000.164
impute.nipals0.0140.0000.014
ipca1.2370.0161.255
logratio-transformations0.1020.0000.103
map0.0040.0000.004
mat.rank0.0020.0000.003
mint.block.pls0.2290.0000.230
mint.block.plsda0.1660.0000.167
mint.block.spls0.2500.0040.254
mint.block.splsda0.1870.0000.188
mint.pca0.5160.0000.518
mint.pls0.7440.0040.749
mint.plsda1.1930.0121.208
mint.spls0.7320.0040.737
mint.splsda0.8780.0000.881
mixOmics0.7650.0000.767
nearZeroVar0.8550.0040.861
network0.0610.0000.061
pca6.2190.0566.288
perf5.2850.0005.297
perf.assess46.159 0.10447.335
plot.rcc0.0610.0000.061
plot.tune0.0010.0000.000
plotArrow5.1420.0045.193
plotDiablo0.2610.0000.261
plotIndiv0.4610.0080.470
plotLoadings0.2200.0000.219
plotMarkers000
plotVar0.8800.0000.882
pls0.0080.0000.009
plsda0.8070.0040.812
predict0.2900.0040.294
rcc0.0030.0000.003
selectVar0.5220.0160.539
sipca0.6820.0000.683
spca3.8820.0443.945
spls0.4930.0040.499
splsda0.5160.0000.541
study_split0.0060.0000.005
summary0.0780.0000.077
tune8.5240.0328.763
tune.block.plsda48.495 0.05248.983
tune.block.splsda19.302 0.15765.808
tune.mint.plsda1.7250.0521.854
tune.mint.splsda6.8280.1807.109
tune.pca1.3820.0201.415
tune.pls85.348 0.50687.597
tune.plsda66.681 0.09269.169
tune.rcc12.840 0.02012.966
tune.spca0.8370.0000.838
tune.spls484.008 0.449508.746
tune.splsda144.164 0.242157.995
unmap0.0010.0030.011
vip0.0120.0000.025
withinVariation1.2710.0081.370
wrapper.rgcca0.0820.0000.083
wrapper.sgcca0.2090.0000.291