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

CHECK report for tofsims on celaya2

This page was generated on 2019-04-09 13:15:24 -0400 (Tue, 09 Apr 2019).

Package 1621/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
tofsims 1.11.1
Lorenz Gerber
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/tofsims
Branch: master
Last Commit: f220862
Last Changed Date: 2019-01-04 13:52:24 -0400 (Fri, 04 Jan 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK 

Summary

Package: tofsims
Version: 1.11.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:tofsims.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings tofsims_1.11.1.tar.gz
StartedAt: 2019-04-09 06:00:16 -0400 (Tue, 09 Apr 2019)
EndedAt: 2019-04-09 06:06:50 -0400 (Tue, 09 Apr 2019)
EllapsedTime: 394.6 seconds
RetCode: 0
Status:  OK 
CheckDir: tofsims.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:tofsims.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings tofsims_1.11.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.9-bioc/meat/tofsims.Rcheck’
* using R Under development (unstable) (2019-03-18 r76245)
* using platform: x86_64-apple-darwin15.6.0 (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.11.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
findPeakWidth   9.791  2.595  12.386
peakWidths      9.435  2.931  12.366
bwApply        10.353  0.851  11.222
pcaLoadings     6.978  0.369   7.348
nComp           6.696  0.256   6.952
smoothScatter   6.579  0.302   6.883
image           6.552  0.277   6.829
analysis        6.574  0.226   6.800
smootherSpline  4.053  2.502   6.554
pcaScores       6.090  0.340   6.432
nPeaks          3.841  2.505   6.345
peakMzs         3.682  2.569   6.250
PeakList        4.161  2.014   6.175
unitMassPeaks   3.756  2.245   6.001
addFixedWidth   4.111  1.438   5.550
peakIDs         3.331  2.136   5.467
* 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.9-bioc/meat/tofsims.Rcheck/00check.log’
for details.



Installation output

tofsims.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL tofsims
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘tofsims’ ...
** using staged installation
** libs
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcppArmadillo/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c LapackEigen.cpp -o LapackEigen.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcppArmadillo/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcppArmadillo/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c c_importer.cpp -o c_importer.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcppArmadillo/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c nn.cpp -o nn.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcppArmadillo/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c readRawPhi.cpp -o readRawPhi.o
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcppArmadillo/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c tofsims_init.c -o tofsims_init.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcppArmadillo/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c utilities.cpp -o utilities.o
clang++ -std=gnu++11 -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 tofsims.so LapackEigen.o RcppExports.o c_importer.o nn.o readRawPhi.o tofsims_init.o utilities.o -llapack -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.6/Resources/library/00LOCK-tofsims/00new/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 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 (tofsims)

Tests output

tofsims.Rcheck/tests/testthat.Rout


R Under development (unstable) (2019-03-18 r76245) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.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(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 
115.296  18.697 134.159 

Example timings

tofsims.Rcheck/tofsims-Ex.timings

nameusersystemelapsed
MAF1.8280.1331.965
MCR0.1870.0470.234
MNF0.1170.0400.164
MassImage0.0090.0030.012
MassSpectra0.0360.0080.045
PCAnalysis0.0340.0110.045
PeakList4.1612.0146.175
PrComp0.0450.0040.050
PrinComp0.0370.0040.041
addFixedWidth4.1111.4385.550
addPeaks2.0540.1682.222
analysis6.5740.2266.800
analysisName1.8750.1502.024
binning0.3460.1470.496
bwApply10.353 0.85111.222
calibPointNew2.0870.2732.363
calibPoints1.7280.0421.770
calibration1.8210.0281.849
changePeakWidth1.6830.1361.819
findPeakWidth 9.791 2.59512.386
getTOFs2.0210.4062.427
image6.5520.2776.829
imageMatrix2.9840.3213.308
instrument1.7960.4152.211
mz1.6760.1271.803
nComp6.6960.2566.952
nPeaks3.8412.5056.345
nnMNF0.1390.0180.155
nz1.7250.1521.878
overlayPlot2.0290.3362.365
pcaLoadings6.9780.3697.348
pcaScores6.0900.3406.432
peakIDs3.3312.1365.467
peakMzs3.6822.5696.250
peakPick2.9480.6463.594
peakWidths 9.435 2.93112.366
peaks2Spectra2.6331.3313.963
plot1.9150.1632.079
points2.3970.5682.967
poissonScaling0.0150.0030.017
recalibrate2.0730.2362.312
reduceSpectrumResolution1.8400.1602.001
removePeaks1.8950.4832.378
scale0.0350.0100.045
smoothScatter6.5790.3026.883
smootherGolay2.0020.1832.186
smootherSpline4.0532.5026.554
subset1.7290.1341.862
unitMassPeaks3.7562.2456.001
xy1.6240.1221.745
xySpec1.9120.0841.996