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

CHECK report for tofsims on tokay1

This page was generated on 2021-05-06 12:34:00 -0400 (Thu, 06 May 2021).

To the developers/maintainers of the tofsims package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1874/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
tofsims 1.18.0  (landing page)
Lorenz Gerber
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/tofsims
Branch: RELEASE_3_12
Last Commit: aa3c69c
Last Changed Date: 2020-10-27 11:10:23 -0400 (Tue, 27 Oct 2020)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version exists in internal repository
tokay1Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository

Summary

Package: tofsims
Version: 1.18.0
Command: C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:tofsims.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings tofsims_1.18.0.tar.gz
StartedAt: 2021-05-06 07:35:18 -0400 (Thu, 06 May 2021)
EndedAt: 2021-05-06 07:44:12 -0400 (Thu, 06 May 2021)
EllapsedTime: 533.8 seconds
RetCode: 0
Status:   OK   
CheckDir: tofsims.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:tofsims.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings tofsims_1.18.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.12-bioc/meat/tofsims.Rcheck'
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'tofsims/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'tofsims' version '1.18.0'
* 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 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.12-bioc/R/library/tofsims/libs/i386/tofsims.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.12-bioc/R/library/tofsims/libs/x64/tofsims.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
bwApply       8.70   0.33    9.16
findPeakWidth 6.21   0.75    6.96
peakWidths    6.16   0.74    6.89
pcaScores     5.64   0.13    5.77
smoothScatter 5.31   0.18    5.50
image         5.28   0.16    5.44
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
findPeakWidth 7.39   0.91    8.31
bwApply       7.39   0.22    7.61
peakWidths    6.61   0.58    7.19
image         5.60   0.12    5.72
pcaScores     5.46   0.15    5.63
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  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
  'C:/Users/biocbuild/bbs-3.12-bioc/meat/tofsims.Rcheck/00check.log'
for details.



Installation output

tofsims.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://172.29.0.3/BBS/3.12/bioc/src/contrib/tofsims_1.18.0.tar.gz && rm -rf tofsims.buildbin-libdir && mkdir tofsims.buildbin-libdir && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=tofsims.buildbin-libdir tofsims_1.18.0.tar.gz && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL tofsims_1.18.0.zip && rm tofsims_1.18.0.tar.gz tofsims_1.18.0.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  107k  100  107k    0     0  7222k      0 --:--:-- --:--:-- --:--:-- 7688k

install for i386

* installing *source* package 'tofsims' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c LapackEigen.cpp -o LapackEigen.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c c_importer.cpp -o c_importer.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c nn.cpp -o nn.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c readRawPhi.cpp -o readRawPhi.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utilities.cpp -o utilities.o
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o tofsims.dll tmp.def LapackEigen.o RcppExports.o c_importer.o nn.o readRawPhi.o utilities.o -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lRblas -lgfortran -lm -lquadmath -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lRlapack -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/tofsims.buildbin-libdir/00LOCK-tofsims/00new/tofsims/libs/i386
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'tofsims'
    finding HTML links ... done
    EigenDecompose                          html  
    LapackGenEigen                          html  
    MAF                                     html  
    MCR                                     html  
    MNF                                     html  
    MassImage                               html  
    MassSpectra                             html  
    PCA-class                               html  
    PCAnalysis                              html  
    PeakList                                html  
    PrComp                                  html  
    PrinComp                                html  
    RSS-MCR-method                          html  
    RSS                                     html  
    SNR                                     html  
    addFixedWidth                           html  
    addPeaks                                html  
    analysis                                html  
    finding level-2 HTML links ... done

    analysisName                            html  
    baseObject-PrComp-method                html  
    baseObject-PrinComp-method              html  
    baseObject                              html  
    binning                                 html  
    bwApply                                 html  
    cReadRawPhi                             html  
    calibPointNew                           html  
    calibPoints                             html  
    calibration                             html  
    changePeakWidth                         html  
    check.extension                         html  
    computeMNF                              html  
    computeNoise                            html  
    coordToPixel-MassImage-numeric-method   html  
    coordToPixel                            html  
    covDiffCalc                             html  
    ctable                                  html  
    dim-MassImage-method                    html  
    dim-MassSpectra-method                  html  
    extract.header.data                     html  
    findClosestMatch                        html  
    findPeakWidth                           html  
    getTOFs                                 html  
    image                                   html  
    imageMatrix                             html  
    import                                  html  
    import.raw                              html  
    instrument                              html  
    iters-MCR-method                        html  
    iters                                   html  
    itzipName-set                           html  
    itzipName                               html  
    legend.col                              html  
    look.for.itzip.property                 html  
    makeTIC-MassSpectra-method              html  
    makeTIC                                 html  
    manualSelectPeaks                       html  
    mz                                      html  
    nComp                                   html  
    nPeaks                                  html  
    ndim-MassSpectra-method                 html  
    ndim                                    html  
    nearestNeighbourMean                    html  
    nnMNF                                   html  
    nnMean                                  html  
    noPlottingData-PCA-method               html  
    noPlottingData                          html  
    nz                                      html  
    overlayPlot                             html  
    parIndicesSearch                        html  
    pcaLoadings                             html  
    pcaMAF                                  html  
    pcaScores                               html  
    peakIDs                                 html  
    peakMzs                                 html  
    peakPick                                html  
    peakWidths                              html  
    peaks2Spectra                           html  
    plot-MassImage-missing-method           html  
    plot-PeakList-missing-method            html  
    plot                                    html  
    points                                  html  
    poissonScaling                          html  
    readBIF                                 html  
    recalibrate                             html  
    reduceSpectrumResolution                html  
    removePeaks                             html  
    resids-MCR-method                       html  
    resids                                  html  
    scale                                   html  
    show-MassImage-method                   html  
    show-MassSpectra-method                 html  
    show-PeakList-method                    html  
    smoothScatter                           html  
    smootherGolay                           html  
    smootherSpline                          html  
    subset                                  html  
    tofsims-package                         html  
    unitMassPeaks                           html  
    validMassImageObject                    html  
    validMassSpectraObject                  html  
    validPCAObject                          html  
    validPeakListObject                     html  
    xdim-MassImage-method                   html  
    xdim-PCA-method                         html  
    xdim-set                                html  
    xdim                                    html  
    xy                                      html  
    xySpec                                  html  
    ydim-MassImage-method                   html  
    ydim-PCA-method                         html  
    ydim-set                                html  
    ydim                                    html  
    zdim-MassSpectra-method                 html  
    zdim                                    html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'tofsims' ...
** libs
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c LapackEigen.cpp -o LapackEigen.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c c_importer.cpp -o c_importer.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c nn.cpp -o nn.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c readRawPhi.cpp -o readRawPhi.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/RcppArmadillo/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utilities.cpp -o utilities.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o tofsims.dll tmp.def LapackEigen.o RcppExports.o c_importer.o nn.o readRawPhi.o utilities.o -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lRlapack -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/tofsims.buildbin-libdir/tofsims/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'tofsims' as tofsims_1.18.0.zip
* DONE (tofsims)
* installing to library 'C:/Users/biocbuild/bbs-3.12-bioc/R/library'
package 'tofsims' successfully unpacked and MD5 sums checked

Tests output

tofsims.Rcheck/tests_i386/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-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

Attaching package: 'ProtGenerics'

The following object is masked from 'package:stats':

    smooth

> 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
[ FAIL 0 | WARN 53 | SKIP 0 | PASS 73 ]
> 
> proc.time()
   user  system elapsed 
  94.92    8.17  104.01 

tofsims.Rcheck/tests_x64/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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

Attaching package: 'ProtGenerics'

The following object is masked from 'package:stats':

    smooth

> 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
[ FAIL 0 | WARN 53 | SKIP 0 | PASS 73 ]
> 
> proc.time()
   user  system elapsed 
 112.25    9.51  125.81 

Example timings

tofsims.Rcheck/examples_i386/tofsims-Ex.timings

nameusersystemelapsed
MAF1.530.081.74
MCR0.090.010.11
MNF0.090.000.16
MassImage000
MassSpectra0.030.000.03
PCAnalysis0.010.000.02
PeakList3.030.723.75
PrComp0.030.000.03
PrinComp0.020.000.02
addFixedWidth3.370.563.93
addPeaks1.440.151.60
analysis4.830.074.89
analysisName1.660.031.69
binning0.700.090.79
bwApply8.700.339.16
calibPointNew1.720.061.78
calibPoints1.450.071.53
calibration1.330.061.39
changePeakWidth1.480.061.54
findPeakWidth6.210.756.96
getTOFs1.270.031.30
image5.280.165.44
imageMatrix2.330.282.61
instrument1.210.061.28
mz1.220.051.26
nComp4.690.124.82
nPeaks2.560.943.50
nnMNF0.130.000.12
nz1.090.061.16
overlayPlot1.360.191.54
pcaLoadings4.470.174.64
pcaScores5.640.135.77
peakIDs3.181.034.21
peakMzs2.750.943.69
peakPick4.380.434.81
peakWidths6.160.746.89
peaks2Spectra2.060.452.52
plot1.50.01.5
points1.680.111.78
poissonScaling0.010.000.01
recalibrate1.720.061.78
reduceSpectrumResolution1.470.081.55
removePeaks1.670.131.80
scale0.010.000.02
smoothScatter5.310.185.50
smootherGolay1.660.051.70
smootherSpline3.200.773.97
subset1.350.071.42
unitMassPeaks3.421.024.44
xy1.560.061.63
xySpec1.670.131.79

tofsims.Rcheck/examples_x64/tofsims-Ex.timings

nameusersystemelapsed
MAF1.050.021.06
MCR0.090.000.09
MNF0.060.000.08
MassImage0.020.000.01
MassSpectra0.030.000.03
PCAnalysis0.020.000.02
PeakList2.450.763.22
PrComp0.040.000.03
PrinComp0.030.000.04
addFixedWidth2.400.402.79
addPeaks1.170.041.22
analysis4.430.084.50
analysisName0.930.020.95
binning0.380.070.46
bwApply7.390.227.61
calibPointNew1.410.021.42
calibPoints1.050.051.10
calibration1.260.061.33
changePeakWidth1.240.031.26
findPeakWidth7.390.918.31
getTOFs1.220.061.29
image5.600.125.72
imageMatrix2.530.222.75
instrument1.160.031.18
mz1.250.051.30
nComp4.720.114.83
nPeaks2.701.163.86
nnMNF0.110.000.11
nz1.190.031.22
overlayPlot1.660.061.71
pcaLoadings4.750.114.86
pcaScores5.460.155.63
peakIDs2.500.823.31
peakMzs2.290.843.13
peakPick3.390.193.57
peakWidths6.610.587.19
peaks2Spectra2.370.392.77
plot1.660.061.72
points1.880.122.00
poissonScaling0.010.000.02
recalibrate1.350.051.39
reduceSpectrumResolution1.090.061.15
removePeaks1.090.081.19
scale0.020.020.03
smoothScatter4.280.084.36
smootherGolay1.240.071.32
smootherSpline2.400.522.92
subset1.130.031.15
unitMassPeaks2.470.613.08
xy1.200.061.27
xySpec1.250.051.29