Back to Multiple platform build/check report for BioC 3.8
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

CHECK report for tofsims on malbec1

This page was generated on 2019-04-16 11:51:47 -0400 (Tue, 16 Apr 2019).

Package 1570/1649HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
tofsims 1.10.1
Lorenz Gerber
Snapshot Date: 2019-04-15 17:01:12 -0400 (Mon, 15 Apr 2019)
URL: https://git.bioconductor.org/packages/tofsims
Branch: RELEASE_3_8
Last Commit: 59e42aa
Last Changed Date: 2019-01-04 13:52:26 -0400 (Fri, 04 Jan 2019)
malbec1 Linux (Ubuntu 16.04.6 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: tofsims
Version: 1.10.1
Command: /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD check --install=check:tofsims.install-out.txt --library=/home/biocbuild/bbs-3.8-bioc/R/library --no-vignettes --timings tofsims_1.10.1.tar.gz
StartedAt: 2019-04-16 03:26:57 -0400 (Tue, 16 Apr 2019)
EndedAt: 2019-04-16 03:31:05 -0400 (Tue, 16 Apr 2019)
EllapsedTime: 248.2 seconds
RetCode: 0
Status:  OK 
CheckDir: tofsims.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD check --install=check:tofsims.install-out.txt --library=/home/biocbuild/bbs-3.8-bioc/R/library --no-vignettes --timings tofsims_1.10.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.8-bioc/meat/tofsims.Rcheck’
* using R version 3.5.3 (2019-03-11)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘tofsims/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘tofsims’ version ‘1.10.1’
* 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 ‘tofsims’ can be installed ... OK
* checking installed package size ... OK
* 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 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 compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
               user system elapsed
bwApply       6.996  0.268   7.306
findPeakWidth 5.432  0.544   5.995
image         5.520  0.092   5.625
analysis      5.448  0.072   5.530
peakWidths    4.896  0.468   5.384
* 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
  ‘/home/biocbuild/bbs-3.8-bioc/meat/tofsims.Rcheck/00check.log’
for details.



Installation output

tofsims.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL tofsims
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’
* installing *source* package ‘tofsims’ ...
** libs
g++  -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c LapackEigen.cpp -o LapackEigen.o
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/armadillo:54:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
                 from LapackEigen.cpp:1:
/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/armadillo_bits/compiler_setup.hpp:514:108: note: #pragma message: NOTE: suggest to enable C++14 mode for faster code; add -std=c++14 to compiler flags
     #pragma message ("NOTE: suggest to enable C++14 mode for faster code; add -std=c++14 to compiler flags")
                                                                                                            ^
g++  -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
In file included from /home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/armadillo:54:0,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/RcppArmadilloForward.h:46,
                 from /home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:31,
                 from RcppExports.cpp:4:
/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include/armadillo_bits/compiler_setup.hpp:514:108: note: #pragma message: NOTE: suggest to enable C++14 mode for faster code; add -std=c++14 to compiler flags
     #pragma message ("NOTE: suggest to enable C++14 mode for faster code; add -std=c++14 to compiler flags")
                                                                                                            ^
g++  -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c c_importer.cpp -o c_importer.o
g++  -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c nn.cpp -o nn.o
g++  -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c readRawPhi.cpp -o readRawPhi.o
gcc -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c tofsims_init.c -o tofsims_init.o
g++  -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.8-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.8-bioc/R/library/RcppArmadillo/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c utilities.cpp -o utilities.o
g++ -shared -L/home/biocbuild/bbs-3.8-bioc/R/lib -L/usr/local/lib -o tofsims.so LapackEigen.o RcppExports.o c_importer.o nn.o readRawPhi.o tofsims_init.o utilities.o -llapack -L/home/biocbuild/bbs-3.8-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.8-bioc/R/library/tofsims/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tofsims)

Tests output

tofsims.Rcheck/tests/testthat.Rout


R version 3.5.3 (2019-03-11) -- "Great Truth"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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(tofsims)
Loading required package: ProtGenerics
> library(tofsimsData)
> 
> test_check("tofsims")
                                             analysisName instrument no.spectra
1 /Users/loge/Data/ULVACPHI/RAW/080414/trift_test_001.RAW   ulvacphi     65'536
  spectra.points total.ion.count x.image.dimension y.image.dimention analysis
1            200       1'859'292               256               256     none
                                             analysisName instrument no.spectra
1 /Users/loge/Data/ULVACPHI/RAW/080414/trift_test_001.RAW   ulvacphi          1
  spectra.points total.ion.count analysis
1        162'255       2'033'289     none
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 119 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 86.460   5.972  93.148 

Example timings

tofsims.Rcheck/tofsims-Ex.timings

nameusersystemelapsed
MAF1.4840.0481.615
MCR0.1040.0160.120
MNF0.0720.0000.114
MassImage0.0080.0000.006
MassSpectra0.0200.0000.023
PCAnalysis0.0200.0000.024
PeakList2.6680.1082.783
PrComp0.0600.0040.061
PrinComp0.0320.0000.031
addFixedWidth2.9440.1443.093
addPeaks1.5480.0001.548
analysis5.4480.0725.530
analysisName1.2520.0521.308
binning0.2360.1040.381
bwApply6.9960.2687.306
calibPointNew1.7880.0321.826
calibPoints1.3120.0441.357
calibration1.3520.0201.374
changePeakWidth1.5280.0281.557
findPeakWidth5.4320.5445.995
getTOFs1.2960.0241.321
image5.5200.0925.625
imageMatrix1.7360.1041.845
instrument1.1440.0361.186
mz1.2680.0481.322
nComp4.5040.0404.548
nPeaks2.0000.1762.176
nnMNF0.1560.0000.154
nz1.1520.0001.155
overlayPlot1.4280.0001.429
pcaLoadings4.3560.0124.367
pcaScores4.4240.0604.490
peakIDs1.9640.0602.029
peakMzs2.0280.0282.062
peakPick2.4040.0322.445
peakWidths4.8960.4685.384
peaks2Spectra1.6520.0761.729
plot1.3800.0161.396
points1.5840.0481.631
poissonScaling0.0080.0000.007
recalibrate1.5560.0041.565
reduceSpectrumResolution1.2680.0321.306
removePeaks1.2760.0721.347
scale0.020.000.02
smoothScatter4.5680.0084.577
smootherGolay1.1080.0001.111
smootherSpline2.2320.0002.237
subset1.2200.0001.223
unitMassPeaks2.0960.0002.098
xy1.2680.0361.307
xySpec1.4600.0281.492