############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:OrganismDbi.install-out.txt --library=F:\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings OrganismDbi_1.47.0.tar.gz ### ############################################################################## ############################################################################## * using log directory 'F:/biocbuild/bbs-3.20-bioc/meat/OrganismDbi.Rcheck' * using R version 4.4.0 RC (2024-04-16 r86468 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * using option '--no-vignettes' * checking for file 'OrganismDbi/DESCRIPTION' ... OK * this is package 'OrganismDbi' version '1.47.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 whether package 'OrganismDbi' 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 Unexported object imported by a ':::' call: 'BiocGenerics:::testPackage' See the note in ?`:::` about the use of this operator. * 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) coordinate-mapping-method.Rd:61-74: Lost braces in \itemize; meant \describe ? * 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 'OrganismDbi-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: makeOrganismDbFromBiomart > ### Title: Make a OrganismDb object from annotations available on a BioMart > ### database > ### Aliases: makeOrganismDbFromBiomart > > ### ** Examples > > ## Discover which datasets are available in the "ensembl" BioMart > ## database: > library(biomaRt) > mart <- useEnsembl("ensembl") > datasets <- listDatasets(mart) > head(datasets) dataset description 1 abrachyrhynchus_gene_ensembl Pink-footed goose genes (ASM259213v1) 2 acalliptera_gene_ensembl Eastern happy genes (fAstCal1.3) 3 acarolinensis_gene_ensembl Green anole genes (AnoCar2.0v2) 4 acchrysaetos_gene_ensembl Golden eagle genes (bAquChr1.2) 5 acitrinellus_gene_ensembl Midas cichlid genes (Midas_v5) 6 amelanoleuca_gene_ensembl Giant panda genes (ASM200744v2) version 1 ASM259213v1 2 fAstCal1.3 3 AnoCar2.0v2 4 bAquChr1.2 5 Midas_v5 6 ASM200744v2 > > ## Retrieving an incomplete transcript dataset for Human from the > ## "ensembl" BioMart database: > transcript_ids <- c( + "ENST00000013894", + "ENST00000268655", + "ENST00000313243", + "ENST00000435657", + "ENST00000384428", + "ENST00000478783" + ) > odb <- makeOrganismDbFromBiomart(transcript_ids=transcript_ids) Download and preprocess the 'transcripts' data frame ... OK Download and preprocess the 'chrominfo' data frame ... FAILED! (=> skipped) Error in S4Vectors:::extract_data_frame_rows(chrominfo, keep_idx) : is.data.frame(x) is not TRUE Calls: makeOrganismDbFromBiomart -> makeTxDbFromBiomart -> -> stopifnot Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'OrganismDbi_unit_tests.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, 2 NOTEs See 'F:/biocbuild/bbs-3.20-bioc/meat/OrganismDbi.Rcheck/00check.log' for details.