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

This page was generated on 2025-04-02 19:32 -0400 (Wed, 02 Apr 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.3 (2025-02-28) -- "Trophy Case" 4764
palomino8Windows Server 2022 Datacenterx644.4.3 (2025-02-28 ucrt) -- "Trophy Case" 4495
merida1macOS 12.7.5 Montereyx86_644.4.3 (2025-02-28) -- "Trophy Case" 4522
kjohnson1macOS 13.6.6 Venturaarm644.4.3 (2025-02-28) -- "Trophy Case" 4449
taishanLinux (openEuler 24.03 LTS)aarch644.4.3 (2025-02-28) -- "Trophy Case" 4426
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 1020/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
immApex 1.0.5  (landing page)
Nick Borcherding
Snapshot Date: 2025-03-31 13:00 -0400 (Mon, 31 Mar 2025)
git_url: https://git.bioconductor.org/packages/immApex
git_branch: RELEASE_3_20
git_last_commit: 496f735
git_last_commit_date: 2025-02-25 09:19:26 -0400 (Tue, 25 Feb 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    ERROR    OK  
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for immApex on merida1

To the developers/maintainers of the immApex package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/immApex.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: immApex
Version: 1.0.5
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:immApex.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings immApex_1.0.5.tar.gz
StartedAt: 2025-04-01 04:28:25 -0400 (Tue, 01 Apr 2025)
EndedAt: 2025-04-01 04:36:52 -0400 (Tue, 01 Apr 2025)
EllapsedTime: 506.8 seconds
RetCode: 1
Status:   ERROR  
CheckDir: immApex.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/immApex.Rcheck’
* using R version 4.4.3 (2025-02-28)
* using platform: x86_64-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 Monterey 12.7.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘immApex/DESCRIPTION’ ... OK
* this is package ‘immApex’ version ‘1.0.5’
* 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 ‘immApex’ 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 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 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 ‘immApex-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: variationalSequences
> ### Title: Generate Similar Sequences using Variational Autoencoder
> ### Aliases: variationalSequences
> 
> ### ** Examples
> 
> sequences <- generateSequences(prefix.motif = "CAS",
+                                suffix.motif = "YF",
+                                number.of.sequences = 100,
+                                min.length = 8,
+                                max.length = 16)
> 
> if(reticulate::py_module_available("keras")) {                                 
+ new.sequences <- variationalSequences(sequences, 
+                                       encoder = "onehotEncoder",
+                                       encoder.hidden.dim = c(256, 128),
+                                       latent.dim = 16,
+                                       batch.size = 16)
+ }
Converting to matrix....
Padding sequences...
One Hot Encoding sequences...
Preparing a matrix...
Error in UseMethod("compile") : 
  no applicable method for 'compile' applied to an object of class "c('keras.engine.functional.Functional', 'keras.engine.training.Model', 'keras.engine.base_layer.Layer', 'tensorflow.python.module.module.Module', 'tensorflow.python.trackable.autotrackable.AutoTrackable', 'tensorflow.python.trackable.base.Trackable', 'keras.utils.version_utils.LayerVersionSelector', 'keras.utils.version_utils.ModelVersionSelector', 'python.builtin.object')"
Calls: variationalSequences -> %>% -> <Anonymous>
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  `TRBV_human_inframe_aa` not equal to getdata("getIMGT", "getIMGT_TRBV_human_inframe_aa").
  Component "sequences": Names: 124 string mismatches
  Component "sequences": Length mismatch: comparison on first 147 components
  Component "sequences": Component 24: 1 string mismatch
  Component "sequences": Component 25: 1 string mismatch
  Component "sequences": Component 26: 1 string mismatch
  Component "sequences": Component 27: 1 string mismatch
  Component "sequences": Component 28: 1 string mismatch
  Component "sequences": Component 29: 1 string mismatch
  Component "sequences": Component 30: 1 string mismatch
  ...
  
  [ FAIL 1 | WARN 0 | SKIP 2 | PASS 54 ]
  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: 2 ERRORs
See
  ‘/Users/biocbuild/bbs-3.20-bioc/meat/immApex.Rcheck/00check.log’
for details.


Installation output

immApex.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘immApex’ ...
** 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 (immApex)

Tests output

immApex.Rcheck/tests/spelling.Rout


R version 4.4.3 (2025-02-28) -- "Trophy Case"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-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.

> if(requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+                              skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
  0.344   0.116   0.430 

immApex.Rcheck/tests/testthat.Rout.fail


R version 4.4.3 (2025-02-28) -- "Trophy Case"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-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.

> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
> 
> library(testthat)
> library(immApex)
> 
> test_check("immApex")
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 54 ]

══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• Required Python modules (Keras, NumPy) are not available. (1):
  'test-variationalSequences.R:10:5'
• empty test (1): 'test-getIR.R:3:1'

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getIMGT.R:26:3'): getIMGT works when IMGT website is available ──
`TRBV_human_inframe_aa` not equal to getdata("getIMGT", "getIMGT_TRBV_human_inframe_aa").
Component "sequences": Names: 124 string mismatches
Component "sequences": Length mismatch: comparison on first 147 components
Component "sequences": Component 24: 1 string mismatch
Component "sequences": Component 25: 1 string mismatch
Component "sequences": Component 26: 1 string mismatch
Component "sequences": Component 27: 1 string mismatch
Component "sequences": Component 28: 1 string mismatch
Component "sequences": Component 29: 1 string mismatch
Component "sequences": Component 30: 1 string mismatch
...

[ FAIL 1 | WARN 0 | SKIP 2 | PASS 54 ]
Error: Test failures
Execution halted

Example timings

immApex.Rcheck/immApex-Ex.timings

nameusersystemelapsed
adjacencyMatrix0.0230.0050.031
formatGenes2.7621.9714.946
generateSequences0.0080.0020.011
geometricEncoder0.3990.4920.969
getIMGT 0.166 0.02210.372
inferCDR1.0050.0293.301
mutateSequences0.0230.0010.024
onehotEncoder0.9330.2031.220
positionalEncoder0.0080.0010.012
probabilityMatrix0.0110.0020.012
propertyEncoder0.0470.0070.057
sequenceDecoder0.1530.0060.177
tokenizeSequences0.0120.0020.014