Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2025-01-11 11:46 -0500 (Sat, 11 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4760
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4479
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4443
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4398
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4391
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 1058/2277HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
isobar 1.53.0  (landing page)
Florian P Breitwieser
Snapshot Date: 2025-01-10 13:40 -0500 (Fri, 10 Jan 2025)
git_url: https://git.bioconductor.org/packages/isobar
git_branch: devel
git_last_commit: 2a92392
git_last_commit_date: 2024-10-29 09:39:10 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for isobar on kunpeng2

To the developers/maintainers of the isobar package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/isobar.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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: isobar
Version: 1.53.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:isobar.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings isobar_1.53.0.tar.gz
StartedAt: 2025-01-11 07:52:59 -0000 (Sat, 11 Jan 2025)
EndedAt: 2025-01-11 07:57:06 -0000 (Sat, 11 Jan 2025)
EllapsedTime: 247.3 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: isobar.Rcheck
Warnings: 9

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:isobar.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings isobar_1.53.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/isobar.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘isobar/DESCRIPTION’ ... OK
* this is package ‘isobar’ version ‘1.53.0’
* 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 ‘isobar’ can be installed ... WARNING
Found the following significant warnings:
  Warning: program compiled against libxml 212 using older 211
See ‘/home/biocbuild/bbs-3.21-bioc/meat/isobar.Rcheck/00install.out’ for details.
* 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 ... NOTE
Warning: program compiled against libxml 212 using older 211

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... NOTE
Warning: program compiled against libxml 212 using older 211

It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
* checking dependencies in R code ... NOTE
Warning: program compiled against libxml 212 using older 211
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  ‘.as.matrix’ ‘.as.vect’ ‘.convertPeptideModif’
  ‘.proteinGroupAsConciseDataFrame’ ‘.read.idfile’ ‘.sum.bool’
* checking S3 generic/method consistency ... WARNING
Warning: program compiled against libxml 212 using older 211
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... WARNING
Warning: program compiled against libxml 212 using older 211
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
* checking foreign function calls ... NOTE
Warning: program compiled against libxml 212 using older 211
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
Warning: program compiled against libxml 212 using older 211
.calcProbXGreaterThanY.orig: no visible global function definition for
  ‘d’
.read.peaklist: no visible binding for global variable ‘type’
.round.distr: no visible global function definition for ‘param’
.write.summarized.table: no visible binding for global variable ‘name’
distrprint: no visible global function definition for ‘param’
distrprint : <anonymous>: no visible global function definition for
  ‘param’
shared.ratios.sign: no visible binding for global variable ‘ratio’
shared.ratios.sign: no visible binding for global variable ‘g’
spectra.count2: no visible binding for global variable ‘peptide’
twodistr.plot: no visible global function definition for ‘d’
ProteinGroup,data.frame-missing: no visible binding for global variable
  ‘peptide’
coerce,IBSpectra-MSnSet: no visible global function definition for ‘mz’
coerce,IBSpectra-MSnSet: no visible binding for global variable ‘o’
coerce,MSnSet-IBSpectra: no visible global function definition for
  ‘qual’
df,Tlsd: no visible global function definition for ‘param’
estimateRatio,IBSpectra-ANY-missing-missing-character-missing: no
  visible binding for global variable ‘i’
estimateRatio,IBSpectra-ANY-missing-missing-missing-character: no
  visible binding for global variable ‘i’
estimateRatioNumeric,numeric-numeric-NoiseModel: no visible binding for
  global variable ‘center.var’
location,Tlsd: no visible global function definition for ‘param’
plotRatio,IBSpectra-character-character-character: no visible binding
  for global variable ‘pch’
plotRatio,IBSpectra-character-character-character: no visible binding
  for global variable ‘noise.model.col’
plotRatio,IBSpectra-character-character-character: no visible binding
  for global variable ‘pch.p’
scale,Tlsd: no visible global function definition for ‘param’
Undefined global functions or variables:
  center.var d g i mz name noise.model.col o param pch pch.p peptide
  qual ratio type
* checking Rd files ... WARNING
checkRd: (5) ProteinGroup-class.Rd:119-128: \item in \describe must have non-empty label
checkRd: (-1) getPhosphoRSProbabilities.Rd:83: Lost braces; missing escapes or markup?
    83 |     spectrum -> {peptide 1, peptides 2, ...} -> {peptide}.
       |                 ^
checkRd: (-1) getPhosphoRSProbabilities.Rd:83: Lost braces; missing escapes or markup?
    83 |     spectrum -> {peptide 1, peptides 2, ...} -> {peptide}.
       |                                                 ^
* checking Rd metadata ... OK
* checking Rd cross-references ... WARNING
Missing link(s) in Rd file 'IBSpectra-class.Rd':
  ‘[MSnbase]{MSnbase}’

See section 'Cross-references' in the 'Writing R Extensions' manual.

Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  IBSpectra-class.Rd: eSet, AssayData, AnnotatedDataFrame-class, fData,
    AnnotatedDataFrame, MIAME
  TlsParameter-class.Rd: OptionalParameter-class
  Tlsd-class.Rd: AcDcLcDistribution-class,
    UnivDistrListOrDistribution-class
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* checking for missing documentation entries ... WARNING
Warning: program compiled against libxml 212 using older 211
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
* checking Rd \usage sections ... NOTE
Warning: program compiled against libxml 212 using older 211
S3 methods shown with full name in Rd file 'peptide.count.Rd':
  ‘sequence.coverage’

The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... NOTE
Argument items with no description in Rd file 'maplot.protein.Rd':
  ‘add’
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... WARNING
Output for data("noise.model.hcd", package = "isobar"):
  Warning: program compiled against libxml 212 using older 211
* checking data for non-ASCII characters ... WARNING
  Warning: program compiled against libxml 212 using older 211
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                  user system elapsed
NoiseModel-class 8.691  0.343   9.048
* 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: 9 WARNINGs, 7 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/isobar.Rcheck/00check.log’
for details.


Installation output

isobar.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL isobar
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘isobar’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
in method for ‘coerce’ with signature ‘"MSnSet","IBSpectra"’: no definition for class “MSnSet”
in method for ‘coerce’ with signature ‘"IBSpectra","MSnSet"’: no definition for class “MSnSet”
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: program compiled against libxml 212 using older 211
** testing if installed package can be loaded from final location
Warning: program compiled against libxml 212 using older 211
** testing if installed package keeps a record of temporary installation path
* DONE (isobar)

Tests output


Example timings

isobar.Rcheck/isobar-Ex.timings

nameusersystemelapsed
IBSpectra-class0.3800.0360.418
NoiseModel-class8.6910.3439.048
ProteinGroup-class0.2500.0080.258
TlsParameter-class0.0010.0000.001
Tlsd-class0.0010.0000.000
calculate-pvalues0.0360.0000.036
calculate.dNSAF2.4220.0202.445
calculate.emPAI0.2820.0080.292
distr-methods0.0580.0000.061
fit-distr3.6370.1283.772
getPtmInfo000
groupMemberPeptides0.2780.0000.279
isobar-analysis0.8850.0040.891
isobar-data0.1960.0040.200
isobar-import0.8370.0360.874
isobar-log0.9790.0591.041
isobar-plots1.2780.0281.308
isobar-preprocessing1.3250.0361.364
number.ranges0.0010.0000.001
observedKnownSites0.2830.0080.291
peptide.count2.3450.0282.378
proteinInfo-methods0.2000.0040.204
proteinNameAndDescription0.2830.0000.284
ratio-summ0.2930.0120.305
sanitize000
spectra.count20.2560.0050.261
subsetIBSpectra2.1440.0542.202
utils000