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

This page was generated on 2025-03-10 12:09 -0400 (Mon, 10 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.3 (2025-02-28) -- "Trophy Case" 4670
palomino8Windows Server 2022 Datacenterx644.4.3 (2025-02-28 ucrt) -- "Trophy Case" 4355
merida1macOS 12.7.5 Montereyx86_644.4.3 (2025-02-28) -- "Trophy Case" 4446
kjohnson1macOS 13.6.6 Venturaarm644.4.3 (2025-02-28) -- "Trophy Case" 4439
taishanLinux (openEuler 24.03 LTS)aarch644.4.3 (2025-02-28) -- "Trophy Case" 4306
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-06 13:00 -0500 (Thu, 06 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 -0500 (Tue, 25 Feb 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


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-03-07 05:12:29 -0500 (Fri, 07 Mar 2025)
EndedAt: 2025-03-07 05:20:49 -0500 (Fri, 07 Mar 2025)
EllapsedTime: 500.7 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’
 OK
* 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
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.345   0.119   0.432 

immApex.Rcheck/tests/testthat.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.

> # 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 0 | WARN 0 | SKIP 2 | PASS 55 ]

══ 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'

[ FAIL 0 | WARN 0 | SKIP 2 | PASS 55 ]
> 
> proc.time()
   user  system elapsed 
 80.261  21.020 121.511 

Example timings

immApex.Rcheck/immApex-Ex.timings

nameusersystemelapsed
adjacencyMatrix0.0240.0050.028
formatGenes2.1612.0304.258
generateSequences0.0080.0030.011
geometricEncoder0.3920.5460.956
getIMGT0.1660.0229.162
inferCDR1.0320.0293.459
mutateSequences0.0230.0010.024
onehotEncoder1.6040.2221.895
positionalEncoder0.0090.0010.010
probabilityMatrix0.0110.0010.015
propertyEncoder0.0450.0070.056
sequenceDecoder0.1020.0040.112
tokenizeSequences0.0130.0010.016