Back to Multiple platform build/check report for BioC 3.12 |
|
This page was generated on 2021-05-06 12:27:34 -0400 (Thu, 06 May 2021).
To the developers/maintainers of the flagme package: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 608/1974 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
flagme 1.46.0 (landing page) Mark Robinson
| malbec1 | Linux (Ubuntu 18.04.5 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: flagme |
Version: 1.46.0 |
Command: /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD check --install=check:flagme.install-out.txt --library=/home/biocbuild/bbs-3.12-bioc/R/library --no-vignettes --timings flagme_1.46.0.tar.gz |
StartedAt: 2021-05-06 01:33:38 -0400 (Thu, 06 May 2021) |
EndedAt: 2021-05-06 01:44:17 -0400 (Thu, 06 May 2021) |
EllapsedTime: 639.0 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: flagme.Rcheck |
Warnings: 2 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD check --install=check:flagme.install-out.txt --library=/home/biocbuild/bbs-3.12-bioc/R/library --no-vignettes --timings flagme_1.46.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.12-bioc/meat/flagme.Rcheck’ * using R version 4.0.5 (2021-03-31) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘flagme/DESCRIPTION’ ... OK * this is package ‘flagme’ version ‘1.46.0’ * checking package namespace information ... NOTE Namespace with empty importFrom: ‘gcspikelite’ * 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 ‘flagme’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. * 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 ... WARNING man/plotMultipleSpectra.Rd: non-ASCII input and no declared encoding problem found in ‘plotMultipleSpectra.Rd’ * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented S4 methods: generic 'show' and siglist 'betweenAlignment' All user-level objects in a package (including S4 classes and methods) should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed plotMultipleSpectra 48.880 0.220 49.194 corPrt 35.448 0.232 35.792 peaksAlignment 35.332 0.132 35.527 ndpRT 35.092 0.176 35.324 plotSpectra 34.920 0.112 35.087 dynRT 33.608 0.108 33.828 retFatMatrix 20.180 0.048 20.255 addXCMSPeaks 13.408 0.560 14.041 imputePeaks 11.716 0.048 11.807 plot 9.544 0.032 9.604 calcTimeDiffs 8.332 0.040 8.445 multipleAlignment 7.316 0.020 7.350 progressiveAlignment 7.228 0.020 7.261 rmaFitUnit 7.112 0.012 7.136 normDotProduct 7.088 0.028 7.127 gatherInfo 6.944 0.008 6.963 dp 6.660 0.004 6.672 addAMDISPeaks 6.196 0.140 6.480 clusterAlignment 6.280 0.024 6.314 peaksDataset 6.076 0.012 6.093 compress 5.696 0.020 5.719 * 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: 2 WARNINGs, 3 NOTEs See ‘/home/biocbuild/bbs-3.12-bioc/meat/flagme.Rcheck/00check.log’ for details.
flagme.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD INSTALL flagme ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.12-bioc/R/library’ * installing *source* package ‘flagme’ ... ** using staged installation ** libs gcc -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c dp.c -o dp.o dp.c: In function ‘dp’: dp.c:263:26: warning: ‘cur_min’ may be used uninitialized in this function [-Wmaybe-uninitialized] D[(i+1)+(j+1)*(nr+1)] = cur_min; ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ dp.c:264:28: warning: ‘tb’ may be used uninitialized in this function [-Wmaybe-uninitialized] phi[(i+1)+(j+1)*(nr+1)] = tb; ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ gcc -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c init.c -o init.o gcc -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c pearson.c -o pearson.o gcc -shared -L/home/biocbuild/bbs-3.12-bioc/R/lib -L/usr/local/lib -o flagme.so dp.o init.o pearson.o -L/home/biocbuild/bbs-3.12-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.12-bioc/R/library/00LOCK-flagme/00new/flagme/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ‘flagme.Rnw’ using ‘UTF-8’ ** 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 (flagme)
flagme.Rcheck/flagme-Ex.timings
name | user | system | elapsed | |
addAMDISPeaks | 6.196 | 0.140 | 6.480 | |
addChromaTOFPeaks | 4.856 | 0.048 | 4.916 | |
addXCMSPeaks | 13.408 | 0.560 | 14.041 | |
betweenAlignment | 0.004 | 0.000 | 0.001 | |
calcTimeDiffs | 8.332 | 0.040 | 8.445 | |
clusterAlignment | 6.280 | 0.024 | 6.314 | |
compress | 5.696 | 0.020 | 5.719 | |
corPrt | 35.448 | 0.232 | 35.792 | |
dp | 6.660 | 0.004 | 6.672 | |
dynRT | 33.608 | 0.108 | 33.828 | |
gatherInfo | 6.944 | 0.008 | 6.963 | |
imputePeaks | 11.716 | 0.048 | 11.807 | |
multipleAlignment | 7.316 | 0.020 | 7.350 | |
ndpRT | 35.092 | 0.176 | 35.324 | |
normDotProduct | 7.088 | 0.028 | 7.127 | |
parseChromaTOF | 3.856 | 0.000 | 3.877 | |
parseELU | 2.784 | 0.004 | 2.791 | |
peaksAlignment | 35.332 | 0.132 | 35.527 | |
peaksDataset | 6.076 | 0.012 | 6.093 | |
plot | 9.544 | 0.032 | 9.604 | |
plotImage | 3.232 | 0.004 | 3.238 | |
plotMultipleSpectra | 48.880 | 0.220 | 49.194 | |
plotSpectra | 34.920 | 0.112 | 35.087 | |
progressiveAlignment | 7.228 | 0.020 | 7.261 | |
retFatMatrix | 20.180 | 0.048 | 20.255 | |
rmaFitUnit | 7.112 | 0.012 | 7.136 | |