Back to Multiple platform build/check report for BioC 3.16: simplified long |
|
This page was generated on 2023-04-12 11:06:27 -0400 (Wed, 12 Apr 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 20.04.5 LTS) | x86_64 | 4.2.3 (2023-03-15) -- "Shortstop Beagle" | 4502 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" | 4282 |
lconway | macOS 12.5.1 Monterey | x86_64 | 4.2.3 (2023-03-15) -- "Shortstop Beagle" | 4310 |
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 |
To the developers/maintainers of the slalom package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/slalom.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 1898/2183 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
slalom 1.20.2 (landing page) Davis McCarthy
| nebbiolo2 | Linux (Ubuntu 20.04.5 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.5.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: slalom |
Version: 1.20.2 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:slalom.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings slalom_1.20.2.tar.gz |
StartedAt: 2023-04-10 22:45:35 -0400 (Mon, 10 Apr 2023) |
EndedAt: 2023-04-10 22:49:40 -0400 (Mon, 10 Apr 2023) |
EllapsedTime: 244.7 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: slalom.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:slalom.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings slalom_1.20.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.16-bioc/meat/slalom.Rcheck’ * using R version 4.2.3 (2023-03-15) * using platform: x86_64-apple-darwin17.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘slalom/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘slalom’ version ‘1.20.2’ * 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 ‘slalom’ can be installed ... WARNING Found the following significant warnings: slalom-classes.cpp:262:14: warning: 'random_shuffle<unsigned int *, int (&)(int)>' is deprecated [-Wdeprecated-declarations] See ‘/Users/biocbuild/bbs-3.16-bioc/meat/slalom.Rcheck/00install.out’ for details. * checking installed package size ... NOTE installed size is 20.7Mb sub-directories of 1Mb or more: data 1.7Mb extdata 18.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 LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... OK * 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 WARNING, 2 NOTEs See ‘/Users/biocbuild/bbs-3.16-bioc/meat/slalom.Rcheck/00check.log’ for details.
slalom.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL slalom ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library’ * installing *source* package ‘slalom’ ... ** using staged installation ** libs clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I/usr/local/include -fPIC -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/BH/include' -I/usr/local/include -fPIC -Wall -g -O2 -c slalom-classes.cpp -o slalom-classes.o slalom-classes.cpp:223:20: warning: unused variable 'meanerr' [-Wunused-variable] double meanerr = arma::mean(error); ^ slalom-classes.cpp:202:12: warning: unused variable 'meanerr' [-Wunused-variable] double meanerr = arma::mean(error); ^ slalom-classes.cpp:262:14: warning: 'random_shuffle<unsigned int *, int (&)(int)>' is deprecated [-Wdeprecated-declarations] std::random_shuffle(kunfix.begin(), kunfix.end(), randWrapper); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__algorithm/shuffle.h:81:1: note: 'random_shuffle<unsigned int *, int (&)(int)>' has been explicitly marked deprecated here _LIBCPP_DEPRECATED_IN_CXX14 void ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:1060:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX14' # define _LIBCPP_DEPRECATED_IN_CXX14 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ 3 warnings generated. clang++ -mmacosx-version-min=10.13 -std=gnu++14 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o slalom.so RcppExports.o slalom-classes.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation ld: warning: dylib (/usr/local/gfortran/lib/libgfortran.dylib) was built for newer macOS version (10.14) than being linked (10.13) ld: warning: dylib (/usr/local/gfortran/lib/libquadmath.dylib) was built for newer macOS version (10.14) than being linked (10.13) installing to /Library/Frameworks/R.framework/Versions/4.2/Resources/library/00LOCK-slalom/00new/slalom/libs ** R ** data *** moving datasets to lazyload DB ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (slalom)
slalom.Rcheck/tests/testthat.Rout
R version 4.2.3 (2023-03-15) -- "Shortstop Beagle" Copyright (C) 2023 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. > # test package > library(testthat) > library(slalom) > > test_check("slalom") 14 annotated factors retained; 16 annotated factors dropped. 196 genes retained for analysis. 14 annotated factors retained; 16 annotated factors dropped. 196 genes retained for analysis. 14 annotated factors retained; 16 annotated factors dropped. 196 genes retained for analysis. 14 annotated factors retained; 16 annotated factors dropped. 196 genes retained for analysis. 20 annotated factors retained; 3 annotated factors dropped. 500 genes retained for analysis. iteration 0 Switched off factor 20 Switched off factor 17 Switched off factor 15 iteration 100 Switched off factor 10 Switched off factor 11 iteration 200 iteration 300 iteration 400 iteration 500 Model not converged after 500 iterations. 20 annotated factors retained; 3 annotated factors dropped. 500 genes retained for analysis. pre-training model for faster convergence iteration 0 Model not converged after 50 iterations. iteration 0 Model not converged after 50 iterations. iteration 0 Switched off factor 20 Switched off factor 17 Switched off factor 15 iteration 100 Switched off factor 10 Switched off factor 11 iteration 200 iteration 300 iteration 400 iteration 500 Model not converged after 500 iterations. 20 annotated factors retained; 3 annotated factors dropped. 500 genes retained for analysis. pre-training model for faster convergence iteration 0 Model not converged after 50 iterations. iteration 0 Model not converged after 50 iterations. iteration 0 Switched off factor 20 Switched off factor 17 Switched off factor 15 iteration 100 Switched off factor 10 Switched off factor 11 iteration 200 iteration 300 iteration 400 iteration 500 iteration 600 iteration 700 iteration 800 iteration 900 iteration 1000 iteration 1100 iteration 1200 iteration 1300 iteration 1400 iteration 1500 iteration 1600 iteration 1700 Model converged after 1750 iterations. 20 annotated factors retained; 3 annotated factors dropped. 500 genes retained for analysis. pre-training model for faster convergence iteration 0 Model not converged after 50 iterations. iteration 0 Model not converged after 50 iterations. iteration 0 Switched off factor 20 Switched off factor 10 Switched off factor 17 Switched off factor 16 iteration 100 Switched off factor 15 Switched off factor 11 iteration 200 iteration 300 iteration 400 iteration 500 iteration 600 iteration 700 iteration 800 iteration 900 iteration 1000 iteration 1100 iteration 1200 iteration 1300 iteration 1400 iteration 1500 iteration 1600 iteration 1700 iteration 1800 iteration 1900 iteration 2000 iteration 2100 iteration 2200 iteration 2300 iteration 2400 iteration 2500 iteration 2600 iteration 2700 iteration 2800 Model converged after 2850 iterations. 25 annotated factors retained; 75 annotated factors dropped. 355 genes retained for analysis. pre-training model for faster convergence iteration 0 Model not converged after 50 iterations. iteration 0 Model not converged after 50 iterations. iteration 0 Switched off factor 11 Switched off factor 29 Switched off factor 25 Switched off factor 12 Switched off factor 24 Switched off factor 14 Switched off factor 15 Switched off factor 28 Switched off factor 26 Switched off factor 7 Switched off factor 18 Switched off factor 23 Switched off factor 17 Switched off factor 13 Switched off factor 27 Switched off factor 22 Switched off factor 21 Switched off factor 20 Switched off factor 9 Switched off factor 5 Switched off factor 16 Switched off factor 8 Switched off factor 6 Switched off factor 10 Switched off factor 19 iteration 100 Switched off factor 3 iteration 200 iteration 300 iteration 400 iteration 500 iteration 600 iteration 700 iteration 800 iteration 900 iteration 1000 iteration 1100 iteration 1200 iteration 1300 iteration 1400 iteration 1500 iteration 1600 iteration 1700 Model converged after 1750 iterations. [ FAIL 0 | WARN 3 | SKIP 1 | PASS 38 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • empty test (1) [ FAIL 0 | WARN 3 | SKIP 1 | PASS 38 ] > > proc.time() user system elapsed 42.002 2.148 44.341
slalom.Rcheck/slalom-Ex.timings
name | user | system | elapsed | |
addResultsToSingleCellExperiment | 2.283 | 0.035 | 2.360 | |
initSlalom | 0.148 | 0.020 | 0.168 | |
newSlalomModel | 0.283 | 0.025 | 0.312 | |
plotLoadings | 2.013 | 0.056 | 2.081 | |
plotRelevance | 2.630 | 0.050 | 2.687 | |
plotTerms | 1.749 | 0.028 | 1.780 | |
topTerms | 1.656 | 0.029 | 1.690 | |
trainSlalom | 2.218 | 0.039 | 2.262 | |
updateSlalom | 0.144 | 0.023 | 0.167 | |