* using log directory ‘/srv/hornik/tmp/CRAN_pretest/SUMO.Rcheck’ * using R Under development (unstable) (2025-10-13 r88918) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (7) Debian flang-new version 19.1.7 (7) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * checking for file ‘SUMO/DESCRIPTION’ ... OK * this is package ‘SUMO’ version ‘1.2.2’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] OK * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘SUMO’ can be installed ... [5s/5s] OK * checking package directory ... OK * checking for future file timestamps ... 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 ... WARNING Found the following file with non-ASCII characters: R/demo_multiomics_analysis.R Portable packages must use only ASCII characters in their R code and NAMESPACE directives, except perhaps in comments. Use \uxxxx escapes for other characters. Function ‘tools::showNonASCIIfile’ can help in finding non-ASCII characters in files. * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] OK * checking use of S3 registration ... 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 ... [9s/9s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'plot_weights.Rd' ‘omic’ Documented arguments not in \usage in Rd file 'plot_weights.Rd': ‘data’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [2s/2s] ERROR Running examples in ‘SUMO-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot_simData > ### Title: Visualize simulated multi-omics data as a heatmap > ### Aliases: plot_simData > > ### ** Examples > > set.seed(1) > sim_object <- list( + omics = list( + omic1 = matrix(rnorm(10 * 20), nrow = 10, ncol = 20), + omic2 = matrix(rnorm(10 * 15), nrow = 10, ncol = 15) + ) + ) > output_obj = as_multiomics(sim_object) Error in names(object) <- nm : 'names' attribute [1] must be the same length as the vector [0] Calls: as_multiomics -> setNames Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [3s/3s] OK Running ‘testthat.R’ [3s/3s] * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] NOTE Found the following HTML validation problems: sumo_mofa_backend.html:37:16 (sumo_mofa_backend.Rd:12): Error: is not recognized! sumo_mofa_backend.html:37:16 (sumo_mofa_backend.Rd:12): Warning: discarding unexpected * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 2 WARNINGs, 1 NOTE