############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:decoupleR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings decoupleR_2.10.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/decoupleR.Rcheck’ * using R version 4.4.0 (2024-04-24) * 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.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘decoupleR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘decoupleR’ version ‘2.10.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 ‘decoupleR’ 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 dependencies in R code ... NOTE [2024-05-17 20:20:03] [TRACE] [OmnipathR] Reading JSON from `/Users/biocbuild/Library/Caches/OmnipathR/cache.json` (encoding: UTF-8). [2024-05-17 20:20:03] [TRACE] [OmnipathR] JSON validation successful: TRUE [2024-05-17 20:20:03] [INFO] [OmnipathR] Initialized cache: `/Users/biocbuild/Library/Caches/OmnipathR`. [2024-05-17 20:20:03] [TRACE] [OmnipathR] Running on a build server, wiping cache. [2024-05-17 20:20:03] [TRACE] [OmnipathR] Cache is at `/Users/biocbuild/Library/Caches/OmnipathR`. [2024-05-17 20:20:03] [TRACE] [OmnipathR] Contains 8 files. [2024-05-17 20:20:03] [TRACE] [OmnipathR] Cache is locked: FALSE. [2024-05-17 20:20:03] [TRACE] [OmnipathR] Reading JSON from `/Users/biocbuild/Library/Caches/OmnipathR/cache.json` (encoding: UTF-8). [2024-05-17 20:20:03] [TRACE] [OmnipathR] JSON validation successful: TRUE [2024-05-17 20:20:03] [SUCCESS] [OmnipathR] Removing all cache contents from `/Users/biocbuild/Library/Caches/OmnipathR`. [2024-05-17 20:20:03] [TRACE] [OmnipathR] Pandoc version: `2.7.3`. [2024-05-17 20:20:03] [TRACE] [OmnipathR] Reading JSON from `/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/OmnipathR/db/db_def.json` (encoding: UTF-8). [2024-05-17 20:20:03] [TRACE] [OmnipathR] JSON validation successful: TRUE [2024-05-17 20:20:03] [TRACE] [OmnipathR] Reading JSON from `/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/OmnipathR/internal/magic_bytes.json` (encoding: UTF-8). [2024-05-17 20:20:03] [TRACE] [OmnipathR] JSON validation successful: TRUE [2024-05-17 20:20:03] [TRACE] [OmnipathR] Reading JSON from `/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/OmnipathR/internal/urls.json` (encoding: UTF-8). [2024-05-17 20:20:03] [TRACE] [OmnipathR] JSON validation successful: TRUE [2024-05-17 20:20:03] [TRACE] [OmnipathR] Reading JSON from `/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/OmnipathR/internal/id_types.json` (encoding: UTF-8). [2024-05-17 20:20:03] [TRACE] [OmnipathR] JSON validation successful: TRUE [2024-05-17 20:20:03] [TRACE] [OmnipathR] Cache locked: FALSE * 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 ... WARNING Missing link or links in Rd file 'run_gsva.Rd': ‘GSVA::gsva’ ‘GeneSetCollection’ See section 'Cross-references' in the 'Writing R Extensions' manual. * 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 get_dorothea 547.503 7.047 568.040 get_collectri 133.617 1.885 142.655 run_fgsea 22.362 0.364 22.889 run_aucell 10.076 1.275 11.497 get_progeny 6.368 0.563 14.259 * 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: 35. │ │ ├─enquo(arg) %>% ... 36. │ │ └─rlang::enquo(arg) 37. │ └─rlang::enquo(organism) 38. ├─OmnipathR::ncbi_taxid(.) 39. │ └─name %>% map_int(taxon_name, "ncbi") %>% as.integer 40. ├─purrr::map_int(., taxon_name, "ncbi") 41. │ └─purrr:::map_("integer", .x, .f, ..., .progress = .progress) 42. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env) 43. └─rlang::sym(organism_b) 44. └─rlang:::abort_coercion(x, "a symbol") 45. └─rlang::abort(msg, call = call) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 34 ] 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: 1 ERROR, 1 WARNING, 1 NOTE See ‘/Users/biocbuild/bbs-3.19-bioc/meat/decoupleR.Rcheck/00check.log’ for details.