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

This page was generated on 2025-08-26 12:03 -0400 (Tue, 26 Aug 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4821
lconwaymacOS 12.7.1 Montereyx86_644.5.1 (2025-06-13) -- "Great Square Root" 4610
kjohnson3macOS 13.7.7 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4553
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4539
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 1034/2319HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
immunotation 1.17.2  (landing page)
Katharina Imkeller
Snapshot Date: 2025-08-25 13:45 -0400 (Mon, 25 Aug 2025)
git_url: https://git.bioconductor.org/packages/immunotation
git_branch: devel
git_last_commit: f3d1e51
git_last_commit_date: 2025-08-25 07:14:57 -0400 (Mon, 25 Aug 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for immunotation on nebbiolo2

To the developers/maintainers of the immunotation package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/immunotation.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: immunotation
Version: 1.17.2
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:immunotation.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings immunotation_1.17.2.tar.gz
StartedAt: 2025-08-25 23:33:08 -0400 (Mon, 25 Aug 2025)
EndedAt: 2025-08-25 23:42:09 -0400 (Mon, 25 Aug 2025)
EllapsedTime: 540.5 seconds
RetCode: 1
Status:   ERROR  
CheckDir: immunotation.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/immunotation.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.3 LTS
* using session charset: UTF-8
* checking for file ‘immunotation/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘immunotation’ version ‘1.17.2’
* 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 ‘immunotation’ can be installed ... OK
* checking installed package size ... INFO
  installed size is  5.6Mb
  sub-directories of 1Mb or more:
    R         3.2Mb
    extdata   2.2Mb
* 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 whether startup messages can be suppressed ... 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                             user system elapsed
plot_allele_frequency       2.373  0.358  34.607
query_haplotype_frequencies 0.518  0.096  35.172
* 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:
    Bioconductor version 3.23
  > 
  > test_check("immunotation")
  [ FAIL 1 | WARN 5 | SKIP 0 | PASS 145 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test_3_name_conversions.R:83:5'): decode_MAC() returns error when arguments not adequate ──
  decode_MAC("") not equal to "Empty allele designation".
  1/1 mismatches
  x[1]: "'typing' parameter is missing"
  y[1]: "Empty allele designation"
  
  [ FAIL 1 | WARN 5 | SKIP 0 | PASS 145 ]
  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: 1 ERROR
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/immunotation.Rcheck/00check.log’
for details.


Installation output

immunotation.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘immunotation’ ...
** this is package ‘immunotation’ version ‘1.17.2’
** using staged installation
** R
** 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
Warning in fun(libname, pkgname) :
  Package 'immunotation' is deprecated and will be removed from
  Bioconductor version 3.23
** testing if installed package can be loaded from final location
Warning in fun(libname, pkgname) :
  Package 'immunotation' is deprecated and will be removed from
  Bioconductor version 3.23
** testing if installed package keeps a record of temporary installation path
* DONE (immunotation)

Tests output

immunotation.Rcheck/tests/testthat.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)
> library(immunotation)
Warning message:
In fun(libname, pkgname) :
  Package 'immunotation' is deprecated and will be removed from
  Bioconductor version 3.23
> 
> test_check("immunotation")
[ FAIL 1 | WARN 5 | SKIP 0 | PASS 145 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_3_name_conversions.R:83:5'): decode_MAC() returns error when arguments not adequate ──
decode_MAC("") not equal to "Empty allele designation".
1/1 mismatches
x[1]: "'typing' parameter is missing"
y[1]: "Empty allele designation"

[ FAIL 1 | WARN 5 | SKIP 0 | PASS 145 ]
Error: Test failures
Execution halted

Example timings

immunotation.Rcheck/immunotation-Ex.timings

nameusersystemelapsed
assemble_protein_complex1.6240.1431.766
build_allele_group0.8680.0000.867
decode_MAC0.0550.0110.611
encode_MAC0.0020.0000.092
get_G_group0.0120.0000.012
get_P_group0.0030.0000.003
get_mhcpan_input0.0120.0000.012
get_serotypes0.0250.0010.025
get_valid_organisms0.0020.0020.004
human_protein_complex_table0.3040.0770.381
plot_allele_frequency 2.373 0.35834.607
query_allele_frequencies0.0860.0042.223
query_haplotype_frequencies 0.518 0.09635.172
query_population_detail0.1150.0570.652
retrieve_chain_lookup_table0.5160.0270.543