############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:GWENA.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings GWENA_1.16.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/GWENA.Rcheck’ * using R version 4.4.2 (2024-10-31) * using platform: aarch64-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 Ventura 13.7.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘GWENA/DESCRIPTION’ ... OK * this is package ‘GWENA’ version ‘1.16.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 ‘GWENA’ can be installed ... WARNING Found the following significant warnings: Warning: bad markup (extra space?) at compare_conditions.Rd:91:72 Warning: bad markup (extra space?) at compare_conditions.Rd:96:77 Warning: bad markup (extra space?) at compare_conditions.Rd:98:74 Warning: bad markup (extra space?) at compare_conditions.Rd:100:69 See ‘/Users/biocbuild/bbs-3.20-bioc/meat/GWENA.Rcheck/00install.out’ for details. * 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 ... NOTE Problems with news in ‘NEWS.md’: No news entries found. * 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 ... 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 ... WARNING prepare_Rd: bad markup (extra space?) at compare_conditions.Rd:91:72 prepare_Rd: bad markup (extra space?) at compare_conditions.Rd:96:77 prepare_Rd: bad markup (extra space?) at compare_conditions.Rd:98:74 prepare_Rd: bad markup (extra space?) at compare_conditions.Rd:100:69 * 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 files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘GWENA-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bio_enrich > ### Title: Modules enrichment > ### Aliases: bio_enrich > > ### ** Examples > > custom_path <- system.file("extdata", "h.all.v6.2.symbols.gmt", + package = "GWENA", mustWork = TRUE) > > single_module <- c("BIRC3", "PMAIP1", "CASP8", "JUN", "BCL2L11", "MCL1", + "IL1B", "SPTAN1", "DIABLO", "BAX", "BIK", "IL1A", "BID", + "CDKN1A", "GADD45A") > single_module_enriched <- bio_enrich(single_module, custom_path) Error in gprofiler_request(url, body) : There's an issue with your request to g:Profiler. Error code: 301. Please double check your input. If this doesn't help, then check your internet connection or contact us with a reproducible example on biit.support@ut.ee Calls: bio_enrich -> -> -> gprofiler_request Execution halted * 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: 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─GWENA::bio_enrich(res_detection$modules) at tests/testthat/setup-GWENA.R:37:27 15. │ └─gprofiler2::gost(query = module, ...) 16. │ └─gprofiler2::get_version_info(organism = organism) 17. │ └─gprofiler2:::gprofiler_request(url, body) 18. │ └─base::stop(error_message) 19. └─base::.handleSimpleError(...) 20. └─testthat (local) h(simpleError(msg, call)) 21. └─rlang::abort(...) 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, 2 WARNINGs, 1 NOTE See ‘/Users/biocbuild/bbs-3.20-bioc/meat/GWENA.Rcheck/00check.log’ for details.