Back to Multiple platform build/check report for BioC 3.12 |
|
This page was generated on 2021-05-06 12:35:46 -0400 (Thu, 06 May 2021).
To the developers/maintainers of the mixOmics package: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 1122/1974 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
mixOmics 6.14.1 (landing page) Kim-Anh Le Cao
| malbec1 | Linux (Ubuntu 18.04.5 LTS) / x86_64 | OK | OK | OK | |||||||||
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
Package: mixOmics |
Version: 6.14.1 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:mixOmics.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings mixOmics_6.14.1.tar.gz |
StartedAt: 2021-05-06 03:48:56 -0400 (Thu, 06 May 2021) |
EndedAt: 2021-05-06 03:54:33 -0400 (Thu, 06 May 2021) |
EllapsedTime: 337.3 seconds |
RetCode: 0 |
Status: OK |
CheckDir: mixOmics.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:mixOmics.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings mixOmics_6.14.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.12-bioc/meat/mixOmics.Rcheck’ * using R version 4.0.5 (2021-03-31) * using platform: x86_64-apple-darwin17.0 (64-bit) * 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.14.1’ * 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 ... NOTE installed size is 6.0Mb sub-directories of 1Mb or more: R 2.0Mb data 3.3Mb * 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 R 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 ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * 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 biplot 14.405 0.064 14.496 background.predict 8.910 1.146 10.067 pca 5.801 0.063 5.875 tune 5.594 0.189 5.792 tune.splsda 5.316 0.183 5.511 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 NOTE See ‘/Users/biocbuild/bbs-3.12-bioc/meat/mixOmics.Rcheck/00check.log’ for details.
mixOmics.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL mixOmics ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/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)
mixOmics.Rcheck/tests/testthat.Rout
R version 4.0.5 (2021-03-31) -- "Shake and Throw" Copyright (C) 2021 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0 (64-bit) 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.14.1 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") $Comp1 AUC p-value AF vs BE 0.863 2.473e-05 $Comp2 AUC p-value AF vs BE 0.9981 7.124e-09 Performing repeated cross-validation... | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% Performing repeated cross-validation... | | | 0%[ FAIL 0 | WARN 0 | SKIP 0 | PASS 136 ] > > proc.time() user system elapsed 71.544 4.115 70.367
mixOmics.Rcheck/mixOmics-Ex.timings
name | user | system | elapsed | |
S3methods-print | 0.024 | 0.004 | 0.028 | |
auroc | 0.636 | 0.018 | 0.654 | |
background.predict | 8.910 | 1.146 | 10.067 | |
biplot | 14.405 | 0.064 | 14.496 | |
block.pls | 0.657 | 0.009 | 0.667 | |
block.plsda | 1.014 | 0.010 | 1.027 | |
block.spls | 0.608 | 0.008 | 0.618 | |
block.splsda | 0.765 | 0.011 | 0.778 | |
cim | 0.033 | 0.009 | 0.042 | |
cimDiablo | 0.233 | 0.008 | 0.243 | |
circosPlot | 1.573 | 0.015 | 1.592 | |
colors | 0.032 | 0.002 | 0.034 | |
explained_variance | 0.214 | 0.011 | 0.227 | |
get.confusion_matrix | 0.257 | 0.004 | 0.261 | |
image.tune.rcc | 2.808 | 0.042 | 2.854 | |
imgCor | 0.087 | 0.011 | 0.098 | |
impute.nipals | 0.019 | 0.005 | 0.025 | |
ipca | 1.027 | 0.017 | 1.045 | |
logratio-transformations | 0.099 | 0.005 | 0.106 | |
map | 0.005 | 0.003 | 0.008 | |
mat.rank | 0.003 | 0.000 | 0.004 | |
mint.block.pls | 0.170 | 0.013 | 0.184 | |
mint.block.plsda | 0.128 | 0.004 | 0.132 | |
mint.block.spls | 0.164 | 0.008 | 0.171 | |
mint.block.splsda | 0.140 | 0.004 | 0.144 | |
mint.pca | 0.525 | 0.004 | 0.531 | |
mint.pls | 0.688 | 0.017 | 0.707 | |
mint.plsda | 0.760 | 0.007 | 0.768 | |
mint.spls | 0.683 | 0.007 | 0.692 | |
mint.splsda | 0.782 | 0.006 | 0.791 | |
mixOmics | 0.658 | 0.019 | 0.678 | |
nearZeroVar | 1.061 | 0.014 | 1.076 | |
network | 0.017 | 0.004 | 0.020 | |
pca | 5.801 | 0.063 | 5.875 | |
perf | 3.843 | 0.080 | 3.927 | |
plot.rcc | 0.018 | 0.005 | 0.023 | |
plot.tune | 0.001 | 0.003 | 0.004 | |
plotArrow | 3.874 | 0.053 | 3.939 | |
plotDiablo | 0.194 | 0.006 | 0.200 | |
plotIndiv | 0.341 | 0.012 | 0.354 | |
plotLoadings | 0.151 | 0.009 | 0.160 | |
plotVar | 0.732 | 0.011 | 0.745 | |
pls | 0.010 | 0.002 | 0.011 | |
plsda | 0.440 | 0.005 | 0.446 | |
predict | 0.269 | 0.008 | 0.278 | |
rcc | 0.004 | 0.002 | 0.006 | |
selectVar | 0.715 | 0.043 | 0.758 | |
sipca | 0.576 | 0.014 | 0.591 | |
spca | 3.957 | 0.099 | 4.065 | |
spls | 0.480 | 0.017 | 0.499 | |
splsda | 0.462 | 0.007 | 0.468 | |
study_split | 0.023 | 0.009 | 0.033 | |
summary | 0.023 | 0.005 | 0.028 | |
tune | 5.594 | 0.189 | 5.792 | |
tune.block.splsda | 0.000 | 0.000 | 0.001 | |
tune.mint.splsda | 3.748 | 0.054 | 3.808 | |
tune.pca | 0.258 | 0.008 | 0.268 | |
tune.rcc | 2.384 | 0.034 | 2.420 | |
tune.spca | 1.114 | 0.025 | 1.141 | |
tune.spls | 0.001 | 0.001 | 0.001 | |
tune.splsda | 5.316 | 0.183 | 5.511 | |
tune.splslevel | 1.224 | 0.033 | 1.258 | |
unmap | 0.006 | 0.008 | 0.015 | |
vip | 0.016 | 0.003 | 0.019 | |
withinVariation | 1.200 | 0.009 | 1.211 | |
wrapper.rgcca | 0.111 | 0.005 | 0.116 | |
wrapper.sgcca | 0.237 | 0.009 | 0.246 | |