Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2025-08-09 12:06 -0400 (Sat, 09 Aug 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4818
palomino8Windows Server 2022 Datacenterx644.5.1 (2025-06-13 ucrt) -- "Great Square Root" 4553
lconwaymacOS 12.7.1 Montereyx86_644.5.1 (2025-06-13) -- "Great Square Root" 4595
kjohnson3macOS 13.7.1 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4537
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 2121/2317HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SWATH2stats 1.39.0  (landing page)
Peter Blattmann
Snapshot Date: 2025-08-08 13:45 -0400 (Fri, 08 Aug 2025)
git_url: https://git.bioconductor.org/packages/SWATH2stats
git_branch: devel
git_last_commit: 00d180f
git_last_commit_date: 2025-04-15 10:55:50 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for SWATH2stats on nebbiolo2

To the developers/maintainers of the SWATH2stats package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/SWATH2stats.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: SWATH2stats
Version: 1.39.0
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:SWATH2stats.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings SWATH2stats_1.39.0.tar.gz
StartedAt: 2025-08-09 03:21:55 -0400 (Sat, 09 Aug 2025)
EndedAt: 2025-08-09 03:24:37 -0400 (Sat, 09 Aug 2025)
EllapsedTime: 162.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: SWATH2stats.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:SWATH2stats.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings SWATH2stats_1.39.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/SWATH2stats.Rcheck’
* using R version 4.5.1 (2025-06-13)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.2 LTS
* using session charset: UTF-8
* checking for file ‘SWATH2stats/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘SWATH2stats’ version ‘1.39.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Package which this enhances but not available for checking: ‘aLFQ’
* 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 ‘SWATH2stats’ 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 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 ... 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘SWATH2stats-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: load_mart
> ### Title: Establish connection to biomaRt database
> ### Aliases: load_mart
> 
> ### ** Examples
> 
> {
+  data_table <- data.frame(Protein = c("Q01581", "P49327", "2/P63261/P60709"),
+                           Abundance = c(100, 3390, 43423))
+  mart <- convert_protein_ids(data_table)
+  }
Error: Your query has been redirected to http://status.ensembl.org indicating this Ensembl service is currently unavailable.
Look at ?useEnsembl for details on how to try a mirror site.
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test-all.R’
 ERROR
Running the tests in ‘tests/test-all.R’ failed.
Last 13 lines of output:
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test_biomart.R:6:3'): convert_ids ───────────────────────────────────
  Error: Your query has been redirected to http://status.ensembl.org indicating this Ensembl service is currently unavailable.
  Look at ?useEnsembl for details on how to try a mirror site.
  Backtrace:
      ▆
   1. └─SWATH2stats::convert_protein_ids(data_table) at test_biomart.R:6:3
   2.   └─SWATH2stats::load_mart(species, host, mart)
   3.     └─biomaRt::useMart(mart, dataset = dataset.mart, host = ensembl.path)
   4.       └─biomaRt:::.useMart(...)
   5.         └─biomaRt:::.listMarts(...)
  
  [ FAIL 1 | WARN 74 | SKIP 0 | PASS 111 ]
  Error: Test failures
  Execution halted
* 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 ERRORs
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/SWATH2stats.Rcheck/00check.log’
for details.


Installation output

SWATH2stats.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL SWATH2stats
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘SWATH2stats’ ...
** this is package ‘SWATH2stats’ version ‘1.39.0’
** using staged installation
** R
** data
** inst
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (SWATH2stats)

Tests output

SWATH2stats.Rcheck/tests/test-all.Rout.fail


R version 4.5.1 (2025-06-13) -- "Great Square Root"
Copyright (C) 2025 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)
> test_check("SWATH2stats")
Loading required package: SWATH2stats
[1] "peterb_J131223_054"
[1] "peterb_L150425_011_SW"
[1] "peterb_L150514_002_SW"
[ FAIL 1 | WARN 74 | SKIP 0 | PASS 111 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_biomart.R:6:3'): convert_ids ───────────────────────────────────
Error: Your query has been redirected to http://status.ensembl.org indicating this Ensembl service is currently unavailable.
Look at ?useEnsembl for details on how to try a mirror site.
Backtrace:
    ▆
 1. └─SWATH2stats::convert_protein_ids(data_table) at test_biomart.R:6:3
 2.   └─SWATH2stats::load_mart(species, host, mart)
 3.     └─biomaRt::useMart(mart, dataset = dataset.mart, host = ensembl.path)
 4.       └─biomaRt:::.useMart(...)
 5.         └─biomaRt:::.listMarts(...)

[ FAIL 1 | WARN 74 | SKIP 0 | PASS 111 ]
Error: Test failures
Execution halted

Example timings

SWATH2stats.Rcheck/SWATH2stats-Ex.timings

nameusersystemelapsed
JPP_update0.1030.0020.105
add_genesymbol0.0060.0000.006
assess_decoy_rate0.1090.0010.111
assess_fdr_byrun0.1480.0020.150
assess_fdr_overall0.2330.0020.237
convert4MSstats0.5680.0050.575
convert4PECA0.1480.0020.150
convert4aLFQ0.5530.0680.621
convert4mapDIA0.3400.0030.342
convert4pythonscript0.1120.0000.112
convert_protein_ids000
count_analytes0.1160.0000.116
disaggregate0.5370.0020.541
filter_all_peptides0.1090.0010.111
filter_mscore0.1580.0120.158
filter_mscore_condition0.1500.0000.137
filter_mscore_fdr0.3110.0000.311
filter_mscore_freqobs0.1610.0010.147
filter_on_max_peptides0.1500.0000.133
filter_on_min_peptides0.1600.0000.138
filter_proteotypic_peptides0.1150.0020.113
import_data0.4480.0120.460