Back to Multiple platform build/check report for BioC 3.11 |
|
This page was generated on 2020-10-17 11:54:45 -0400 (Sat, 17 Oct 2020).
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 601/1905 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
flagme 1.44.0 Mark Robinson
| malbec2 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | OK | OK | [ WARNINGS ] | |||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |||||||
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK |
Package: flagme |
Version: 1.44.0 |
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:flagme.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings flagme_1.44.0.tar.gz |
StartedAt: 2020-10-17 01:20:47 -0400 (Sat, 17 Oct 2020) |
EndedAt: 2020-10-17 01:30:29 -0400 (Sat, 17 Oct 2020) |
EllapsedTime: 582.4 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: flagme.Rcheck |
Warnings: 2 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:flagme.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings flagme_1.44.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.11-bioc/meat/flagme.Rcheck’ * using R version 4.0.3 (2020-10-10) * 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.44.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 46.171 0.240 46.571 corPrt 35.211 0.184 35.399 ndpRT 31.516 0.180 31.717 peaksAlignment 31.040 0.164 31.208 dynRT 29.981 0.175 30.158 plotSpectra 29.944 0.108 30.054 retFatMatrix 18.476 0.052 18.533 addXCMSPeaks 12.285 0.527 12.851 imputePeaks 9.167 0.060 9.324 calcTimeDiffs 8.811 0.052 8.919 plot 8.467 0.011 8.484 rmaFitUnit 7.878 0.012 7.890 clusterAlignment 7.568 0.032 7.601 progressiveAlignment 7.483 0.016 7.499 dp 7.348 0.024 7.372 gatherInfo 6.283 0.012 6.296 multipleAlignment 6.197 0.028 6.225 addAMDISPeaks 6.119 0.096 6.865 peaksDataset 6.182 0.016 6.198 normDotProduct 5.305 0.039 5.345 compress 5.157 0.044 5.201 * 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.11-bioc/meat/flagme.Rcheck/00check.log’ for details.
flagme.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL flagme ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/library’ * installing *source* package ‘flagme’ ... ** using staged installation ** libs gcc -I"/home/biocbuild/bbs-3.11-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.11-bioc/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c init.c -o init.o gcc -I"/home/biocbuild/bbs-3.11-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.11-bioc/R/lib -L/usr/local/lib -o flagme.so dp.o init.o pearson.o -L/home/biocbuild/bbs-3.11-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.11-bioc/R/library/00LOCK-flagme/00new/flagme/libs ** R ** inst ** byte-compile and prepare package for lazy loading Warning message: replacing previous import ‘xcms::plot’ by ‘graphics::plot’ when loading ‘CAMERA’ ** help *** installing help indices ** building package indices ** installing vignettes ‘flagme.Rnw’ using ‘UTF-8’ ** testing if installed package can be loaded from temporary location Warning: replacing previous import ‘xcms::plot’ by ‘graphics::plot’ when loading ‘CAMERA’ ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location Warning: replacing previous import ‘xcms::plot’ by ‘graphics::plot’ when loading ‘CAMERA’ ** testing if installed package keeps a record of temporary installation path * DONE (flagme)
flagme.Rcheck/flagme-Ex.timings
name | user | system | elapsed | |
addAMDISPeaks | 6.119 | 0.096 | 6.865 | |
addChromaTOFPeaks | 4.437 | 0.115 | 4.553 | |
addXCMSPeaks | 12.285 | 0.527 | 12.851 | |
betweenAlignment | 0 | 0 | 0 | |
calcTimeDiffs | 8.811 | 0.052 | 8.919 | |
clusterAlignment | 7.568 | 0.032 | 7.601 | |
compress | 5.157 | 0.044 | 5.201 | |
corPrt | 35.211 | 0.184 | 35.399 | |
dp | 7.348 | 0.024 | 7.372 | |
dynRT | 29.981 | 0.175 | 30.158 | |
gatherInfo | 6.283 | 0.012 | 6.296 | |
imputePeaks | 9.167 | 0.060 | 9.324 | |
multipleAlignment | 6.197 | 0.028 | 6.225 | |
ndpRT | 31.516 | 0.180 | 31.717 | |
normDotProduct | 5.305 | 0.039 | 5.345 | |
parseChromaTOF | 2.552 | 0.004 | 2.577 | |
parseELU | 3.085 | 0.000 | 3.084 | |
peaksAlignment | 31.040 | 0.164 | 31.208 | |
peaksDataset | 6.182 | 0.016 | 6.198 | |
plot | 8.467 | 0.011 | 8.484 | |
plotImage | 3.386 | 0.000 | 3.398 | |
plotMultipleSpectra | 46.171 | 0.240 | 46.571 | |
plotSpectra | 29.944 | 0.108 | 30.054 | |
progressiveAlignment | 7.483 | 0.016 | 7.499 | |
retFatMatrix | 18.476 | 0.052 | 18.533 | |
rmaFitUnit | 7.878 | 0.012 | 7.890 | |