Back to Mac ARM64 build report for BioC 3.19
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2024-05-07 11:32:42 -0400 (Tue, 07 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson3macOS 13.6.5 Venturaarm644.4.0 (2024-04-24) -- "Puppy Cup" 4461
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 1630/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ptairMS 1.12.0  (landing page)
camille Roquencourt
Snapshot Date: 2024-05-06 14:00:02 -0400 (Mon, 06 May 2024)
git_url: https://git.bioconductor.org/packages/ptairMS
git_branch: RELEASE_3_19
git_last_commit: b288c6e
git_last_commit_date: 2024-04-30 11:33:01 -0400 (Tue, 30 Apr 2024)
kjohnson3macOS 13.6.5 Ventura / arm64  OK    OK    ERROR    OK  

CHECK results for ptairMS on kjohnson3


To the developers/maintainers of the ptairMS package:
- 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.12.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ptairMS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ptairMS_1.12.0.tar.gz
StartedAt: 2024-05-06 23:56:31 -0400 (Mon, 06 May 2024)
EndedAt: 2024-05-07 00:01:39 -0400 (Tue, 07 May 2024)
EllapsedTime: 308.0 seconds
RetCode: 1
Status:   ERROR  
CheckDir: ptairMS.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ptairMS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ptairMS_1.12.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc-mac-arm64/meat/ptairMS.Rcheck’
* using R version 4.4.0 (2024-04-24)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.5
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘ptairMS/DESCRIPTION’ ... OK
* this is package ‘ptairMS’ version ‘1.12.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 ‘/Users/biocbuild/bbs-3.19-bioc-mac-arm64/meat/ptairMS.Rcheck/00install.out’ for details.
* used C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
* used SDK: ‘MacOSX11.3.sdk’
* 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 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  26.354  0.851  27.205
writeEset    5.361  0.316   5.679
getPeakList  4.745  0.345   5.092
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
   1. └─ptairMS (local) test_alignSamples()
   2.   └─testthat::expect_equal(nrow(Biobase::exprs(eset)), 1) at test-alignment.R:40:3
  ── Failure ('test-annotation.R:32:1'): annotateVOC function and findIsotope ────
  Biobase::fData(bacteria.eset)[1, "isotope"] not equal to row.names(Biobase::fData(bacteria.eset))[2].
  1/1 mismatches
  x[1]: "60.0514"
  y[1]: "59.0608"
  Backtrace:
      ▆
   1. └─ptairMS (local) test_annotateVOC_and_isotope()
   2.   └─testthat::expect_equal(...) at test-annotation.R:28:3
  
  [ FAIL 3 | WARN 0 | SKIP 0 | PASS 56 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 2 WARNINGs, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.19-bioc-mac-arm64/meat/ptairMS.Rcheck/00check.log’
for details.


Installation output

ptairMS.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL ptairMS
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘ptairMS’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c align.cpp -o align.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c findEqualGreaterM.cpp -o findEqualGreaterM.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o ptairMS.so RcppExports.o align.o findEqualGreaterM.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/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.fail


R version 4.4.0 (2024-04-24) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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 : 4 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 : 6 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 3 | WARN 0 | SKIP 0 | PASS 56 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-alignment.R:59:1'): alignSamples() works correctly. ──────────
nrow(Biobase::exprs(eset)) not equal to 2.
1/1 mismatches
[1] 3 - 2 == 1
Backtrace:
    ▆
 1. └─ptairMS (local) test_alignSamples()
 2.   └─testthat::expect_equal(nrow(Biobase::exprs(eset)), 2) at test-alignment.R:34:3
── Failure ('test-alignment.R:59:1'): alignSamples() works correctly. ──────────
nrow(Biobase::exprs(eset)) not equal to 1.
1/1 mismatches
[1] 2 - 1 == 1
Backtrace:
    ▆
 1. └─ptairMS (local) test_alignSamples()
 2.   └─testthat::expect_equal(nrow(Biobase::exprs(eset)), 1) at test-alignment.R:40:3
── Failure ('test-annotation.R:32:1'): annotateVOC function and findIsotope ────
Biobase::fData(bacteria.eset)[1, "isotope"] not equal to row.names(Biobase::fData(bacteria.eset))[2].
1/1 mismatches
x[1]: "60.0514"
y[1]: "59.0608"
Backtrace:
    ▆
 1. └─ptairMS (local) test_annotateVOC_and_isotope()
 2.   └─testthat::expect_equal(...) at test-annotation.R:28:3

[ FAIL 3 | WARN 0 | SKIP 0 | PASS 56 ]
Error: Test failures
Execution halted

Example timings

ptairMS.Rcheck/ptairMS-Ex.timings

nameusersystemelapsed
LocalMaximaSG0.0070.0010.008
PeakList0.2580.0220.283
RunShinnyApp000
alignSamples4.3250.3094.647
annotation3.7380.2634.004
calibration0.2460.0260.273
changeTimeLimits2.3730.1722.546
convert_to_mzML3.8910.1194.007
createPtrSet2.3190.0312.362
defineKnots2.9650.0423.008
detectPeak26.354 0.85127.205
exportSampleMetada2.7300.1132.843
formula2mass0.0010.0000.001
getDirectory2.5700.2422.813
getFileNames2.9220.2343.158
getPeakList4.7450.3455.092
getSampleMetadata2.4090.0522.462
importSampleMetadata2.6740.0522.728
impute3.9310.1064.038
imputeMat4.2630.2334.499
plot3.4500.2583.710
plotCalib3.0500.2463.296
plotFeatures2.7620.2152.982
plotRaw3.1320.2253.360
plotTIC3.2180.2253.444
readRaw0.0440.0070.050
resetSampleMetadata3.2480.2143.463
rmPeakList3.1340.2063.341
setSampleMetadata2.7520.1962.949
timeLimits0.2780.0200.298
updatePtrSet3.2120.2103.423
writeEset5.3610.3165.679