############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:celda.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings celda_1.22.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/celda.Rcheck’ * using R version 4.4.2 (2024-10-31) * using platform: aarch64-unknown-linux-gnu * R was compiled by aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0 GNU Fortran (GCC) 12.3.1 (openEuler 12.3.1-36.oe2403) * running under: openEuler 24.03 (LTS) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘celda/DESCRIPTION’ ... OK * this is package ‘celda’ version ‘1.22.0’ * 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 ‘celda’ can be installed ... WARNING Found the following significant warnings: /home/biocbuild/R/R-4.4.2/site-library/RcppEigen/include/Eigen/src/Core/arch/NEON/PacketMath.h:1671:9: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘Eigen::internal::Packet4c’ {aka ‘struct Eigen::internal::eigen_packet_wrapper’} from an array of ‘const int8_t’ {aka ‘const signed char’} [-Wclass-memaccess] /home/biocbuild/R/R-4.4.2/site-library/RcppEigen/include/Eigen/src/Core/arch/NEON/PacketMath.h:1716:9: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘Eigen::internal::Packet4c’ {aka ‘struct Eigen::internal::eigen_packet_wrapper’} from an array of ‘const int8_t’ {aka ‘const signed char’} [-Wclass-memaccess] See ‘/home/biocbuild/bbs-3.20-bioc/meat/celda.Rcheck/00install.out’ for details. * used C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’ * used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’ * checking installed package size ... NOTE installed size is 10.4Mb sub-directories of 1Mb or more: libs 8.9Mb * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE License stub is invalid DCF. * 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 ... NOTE checkRd: (-1) semiPheatmap.Rd:319-323: Lost braces 319 | callback = function(hc, mat) { | ^ * 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 LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘celda-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: geneSetEnrich > ### Title: Gene set enrichment > ### Aliases: geneSetEnrich geneSetEnrich,SingleCellExperiment-method > ### geneSetEnrich,matrix-method > > ### ** Examples > > library(M3DExampleData) > counts <- M3DExampleData::Mmus_example_list$data > # subset 500 genes for fast clustering > counts <- counts[seq(1501, 2000), ] > # cluster genes into 10 modules for quick demo > sce <- celda_G(x = as.matrix(counts), L = 10, verbose = FALSE) > gse <- geneSetEnrich(sce, + databases = c("GO_Biological_Process_2018", "GO_Molecular_Function_2018")) Must specify at least one of url or handle Error in enrichR::enrichr(genes = module, databases = databases) : Enrichr website is unreachable Calls: geneSetEnrich ... lapply -> FUN -> -> withVisible -> Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... 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, 1 WARNING, 4 NOTEs See ‘/home/biocbuild/bbs-3.20-bioc/meat/celda.Rcheck/00check.log’ for details.