############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:OrganismDbi.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings OrganismDbi_1.49.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/OrganismDbi.Rcheck’ * using R Under development (unstable) (2024-11-24 r87369) * using platform: aarch64-unknown-linux-gnu * R was compiled by gcc (conda-forge gcc 14.2.0-1) 14.2.0 GNU Fortran (conda-forge gcc 14.2.0-1) 14.2.0 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘OrganismDbi/DESCRIPTION’ ... OK * this is package ‘OrganismDbi’ version ‘1.49.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 ‘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 loading without being on the library search path ... 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 ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: coordinate-mapping-method.Rd: mapToTranscripts makeOrganismDbFromBiomart.Rd: supportedMiRBaseBuildValues makeOrganismDbFromUCSC.Rd: supportedMiRBaseBuildValues rangeBasedAccessors.Rd: extractTranscriptSeqs, GRangesList, id2name, exonsBy, Rle, IntegerRangesList, GenomicRanges, genes Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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") Ensembl site unresponsive, trying asia mirror > 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) Error in checkDataset(dataset = dataset, mart = mart) : The given dataset: hsapiens_gene_ensembl , is not valid. Correct dataset names can be obtained with the listDatasets() function. Calls: makeOrganismDbFromBiomart ... .useMart2 -> useEnsembl -> useDataset -> checkDataset Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed OrganismDb 8.422 0.18 8.63 * 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, 3 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/OrganismDbi.Rcheck/00check.log’ for details.