############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:MouseFM.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings MouseFM_1.17.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/MouseFM.Rcheck’ * using R Under development (unstable) (2025-02-19 r87757) * using platform: aarch64-unknown-linux-gnu * R was compiled by aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: openEuler 24.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘MouseFM/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘MouseFM’ version ‘1.17.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 ‘MouseFM’ 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 loading without being on the library search path ... 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 ... NOTE File ‘MouseFM/R/zzz.R’: .onLoad calls: packageStartupMessage("\n ---------\n For example usage please run: vignette('MouseFM')\n \n Support me: http://matthiasmunz.de/support_me\n\n Citation appreciated:\n Munz M, Khodaygani M, Aherrahrou Z, Busch H, Wohlers I (2021) In silico candidate variant and gene identification using inbred mouse strains. PeerJ. doi:10.7717/peerj.11017\n \n Github Repo: https://github.com/matmu/MouseFM\n MouseFM Backend: https://github.com/matmu/MouseFM-Backend\n ---------", domain = NULL, appendLF = TRUE) See section ‘Good practice’ in '?.onAttach'. * 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 files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘MouseFM-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: annotate_consequences > ### Title: Annotate with consequences > ### Aliases: annotate_consequences > > ### ** Examples > > geno = finemap("chr1", + start = 5000000, end = 6000000, + strain1 = c("C57BL_6J"), strain2 = c("AKR_J", "A_J", "BALB_cJ") + ) Query chr1:5,000,000-6,000,000 > > df = annotate_consequences(geno[seq_len(10), ], "mouse") Please consider: only SNVs with existing rsID can be annotated Query 10 variants... Error in ensembl_rest_vep(x, "mouse") : Bad Gateway (HTTP 502). Calls: annotate_consequences ... lapply -> FUN -> ensembl_rest_vep -> stop_for_status 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 NOTE See ‘/home/biocbuild/bbs-3.21-bioc/meat/MouseFM.Rcheck/00check.log’ for details.