Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2024-11-01 12:02 -0400 (Fri, 01 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4503
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4763
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4506
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4538
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4493
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 1616/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ptairMS 1.14.0  (landing page)
camille Roquencourt
Snapshot Date: 2024-10-31 13:40 -0400 (Thu, 31 Oct 2024)
git_url: https://git.bioconductor.org/packages/ptairMS
git_branch: RELEASE_3_20
git_last_commit: 305ca9a
git_last_commit_date: 2024-10-29 10:58:07 -0400 (Tue, 29 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  NO, package depends on 'MSnbase' which is only available as a source package that needs compilation
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  NO, package depends on 'MSnbase' which is only available as a source package that needs compilation
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for ptairMS on teran2

To the developers/maintainers of the ptairMS package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ptairMS.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: ptairMS
Version: 1.14.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:ptairMS.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings ptairMS_1.14.0.tar.gz
StartedAt: 2024-11-01 06:08:21 -0400 (Fri, 01 Nov 2024)
EndedAt: 2024-11-01 06:17:48 -0400 (Fri, 01 Nov 2024)
EllapsedTime: 567.4 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: ptairMS.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:ptairMS.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings ptairMS_1.14.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/meat/ptairMS.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
    GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘ptairMS/DESCRIPTION’ ... OK
* this is package ‘ptairMS’ version ‘1.14.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 for sufficient/correct file permissions ... OK
* checking whether package ‘ptairMS’ can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import ‘Biobase::cache’ by ‘bit64::cache’ when loading ‘ptairMS’
See ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/meat/ptairMS.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0’
* 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 code 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 loading without being on the library search path ... OK
* checking dependencies in R code ... WARNING
'::' or ':::' imports not declared from:
  ‘htmlwidgets’ ‘plyr’
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  ‘getCalibrationInfo’ ‘getPeakList’ ‘getPeaksInfo’ ‘getTimeInfo’
  ‘processFileTemporalNominalMass’ ‘tofToMz’
* 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 compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                       user system elapsed
detectPeak           68.888  0.195  74.237
writeEset            15.027  0.158  18.811
imputeMat            13.507  0.468  14.342
getPeakList          13.571  0.086  14.327
impute               12.409  0.119  13.374
alignSamples         11.240  0.159  12.460
annotation           10.867  0.177  11.333
plotFeatures         10.432  0.091  11.150
updatePtrSet         10.245  0.072  11.895
plotTIC              10.156  0.094  10.629
resetSampleMetadata   9.975  0.099  10.779
plot                  9.899  0.098  10.296
convert_to_mzML       9.144  0.469  10.112
rmPeakList            9.153  0.109   9.455
defineKnots           9.075  0.100   9.836
plotRaw               8.342  0.067   9.130
setSampleMetadata     8.114  0.097   8.867
getFileNames          8.027  0.041   8.426
plotCalib             7.940  0.033   8.628
exportSampleMetada    7.614  0.054   8.335
getSampleMetadata     7.524  0.144   8.140
getDirectory          7.098  0.086   8.532
changeTimeLimits      7.048  0.084   7.428
importSampleMetadata  6.801  0.033   7.311
createPtrSet          6.177  0.074   6.810
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 1 NOTE
See
  ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/meat/ptairMS.Rcheck/00check.log’
for details.


Installation output

ptairMS.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL ptairMS
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘ptairMS’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c align.cpp -o align.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG  -I'/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c findEqualGreaterM.cpp -o findEqualGreaterM.o
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.20-bioc/R/lib -L/usr/local/lib -o ptairMS.so RcppExports.o align.o findEqualGreaterM.o -L/home/biocbuild/bbs-3.20-bioc/R/lib -lR
installing to /media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library/00LOCK-ptairMS/00new/ptairMS/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Warning: replacing previous import ‘Biobase::cache’ by ‘bit64::cache’ when loading ‘ptairMS’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: replacing previous import ‘Biobase::cache’ by ‘bit64::cache’ when loading ‘ptairMS’
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Warning: replacing previous import ‘Biobase::cache’ by ‘bit64::cache’ when loading ‘ptairMS’
** testing if installed package keeps a record of temporary installation path
* DONE (ptairMS)

Tests output

ptairMS.Rcheck/tests/testthat.Rout


R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

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(ptairMS)
Warning message:
replacing previous import 'Biobase::cache' by 'bit64::cache' when loading 'ptairMS' 
> 
> test_check("ptairMS")
Control1.h5 : 3 peaks detected 
Control2.h5 : 3 peaks detected 
Specie-a1.h5 : 2 peaks detected 
Specie-a2.h5 : 3 peaks detected 
specie-b1.h5 : 4 peaks detected 
specie-b2.h5 : 3 peaks detected 
Control1.h5 : 2 peaks detected 
Control2.h5 : 2 peaks detected 
Specie-a1.h5 : 3 peaks detected 
Specie-a2.h5 : 3 peaks detected 
specie-b1.h5 : 2 peaks detected 
specie-b2.h5 : 3 peaks detected 
Control1.h5 : 4 peaks detected 
Control2.h5 : 5 peaks detected 
Specie-a1.h5 : 3 peaks detected 
Specie-a2.h5 : 4 peaks detected 
specie-b1.h5 : 5 peaks detected 
specie-b2.h5 : 4 peaks detected 
Control1.h5 : 3 peaks detected 
Control2.h5 : 2 peaks detected 
Specie-a1.h5 : 3 peaks detected 
Specie-a2.h5 : 3 peaks detected 
specie-b1.h5 : 4 peaks detected 
specie-b2.h5 : 4 peaks detected 
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 59 ]
> 
> proc.time()
   user  system elapsed 
 52.368   1.047  57.743 

Example timings

ptairMS.Rcheck/ptairMS-Ex.timings

nameusersystemelapsed
LocalMaximaSG0.0160.0010.019
PeakList0.6230.0810.821
RunShinnyApp0.0010.0000.000
alignSamples11.240 0.15912.460
annotation10.867 0.17711.333
calibration0.5910.0030.597
changeTimeLimits7.0480.0847.428
convert_to_mzML 9.144 0.46910.112
createPtrSet6.1770.0746.810
defineKnots9.0750.1009.836
detectPeak68.888 0.19574.237
exportSampleMetada7.6140.0548.335
formula2mass0.0020.0000.006
getDirectory7.0980.0868.532
getFileNames8.0270.0418.426
getPeakList13.571 0.08614.327
getSampleMetadata7.5240.1448.140
importSampleMetadata6.8010.0337.311
impute12.409 0.11913.374
imputeMat13.507 0.46814.342
plot 9.899 0.09810.296
plotCalib7.9400.0338.628
plotFeatures10.432 0.09111.150
plotRaw8.3420.0679.130
plotTIC10.156 0.09410.629
readRaw0.1050.0020.109
resetSampleMetadata 9.975 0.09910.779
rmPeakList9.1530.1099.455
setSampleMetadata8.1140.0978.867
timeLimits0.7840.0200.897
updatePtrSet10.245 0.07211.895
writeEset15.027 0.15818.811