Back to Rapid builds (Linux only) of a subset of BioC 3.21 Report updated every 6 hours |
This page was generated on 2024-11-21 09:25 -0500 (Thu, 21 Nov 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
teran2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2024-11-14 r87333) -- "Unsuffered Consequences" | 858 |
Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X |
Package 78/215 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | |||||||
ensembldb 2.31.0 (landing page) Johannes Rainer
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||
To the developers/maintainers of the ensembldb package: - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
Package: ensembldb |
Version: 2.31.0 |
Command: /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings ensembldb_2.31.0.tar.gz |
StartedAt: 2024-11-21 08:04:35 -0500 (Thu, 21 Nov 2024) |
EndedAt: 2024-11-21 08:17:05 -0500 (Thu, 21 Nov 2024) |
EllapsedTime: 749.4 seconds |
RetCode: 0 |
Status: OK |
CheckDir: ensembldb.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings ensembldb_2.31.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/ensembldb.Rcheck’ * using R Under development (unstable) (2024-11-14 r87333) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0 * running under: Ubuntu 24.04.1 LTS * using session charset: UTF-8 * checking for file ‘ensembldb/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘ensembldb’ version ‘2.31.0’ * 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 ‘ensembldb’ 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 ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: EnsDb-exonsBy.Rd: supportedFilters, GRangesFilter EnsDb-sequences.Rd: TwoBitFile-class Filter-classes.Rd: AnnotationFilter, supportedFilters, GeneIdFilter ProteinFunctionality.Rd: supportedFilters proteinToTranscript.Rd: fiveUTRsByTranscript 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 ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed cdsToTranscript 13.656 4.248 18.027 transcriptToGenome 12.230 4.258 50.451 genomeToTranscript 9.148 3.858 27.770 transcriptToCds 8.633 3.730 12.370 * 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 re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/ensembldb.Rcheck/00check.log’ for details.
ensembldb.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD INSTALL ensembldb ### ############################################################################## ############################################################################## * installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library’ * installing *source* package ‘ensembldb’ ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a generic function from function ‘.cds_for_id2’ in package ‘ensembldb’ ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ensembldb)
ensembldb.Rcheck/tests/testthat.Rout
R Under development (unstable) (2024-11-14 r87333) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(ensembldb) Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min Loading required package: GenomicRanges Loading required package: stats4 Loading required package: S4Vectors Attaching package: 'S4Vectors' The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Loading required package: GenomeInfoDb Loading required package: GenomicFeatures Loading required package: AnnotationDbi Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Loading required package: AnnotationFilter Attaching package: 'AnnotationFilter' The following object is masked from 'package:testthat': not Attaching package: 'ensembldb' The following object is masked from 'package:stats': filter > library(EnsDb.Hsapiens.v86) > edb <- EnsDb.Hsapiens.v86 > > test_check("ensembldb") Creating package in /tmp/RtmpkoSMGC/EnsDb.Hsapiens.v75 Comparing chromosome data: Sequence names: (180) common, (0) only in x, (0) only in y. Sequence lengths: (180) identical, (0) different. Done. Result: OK Comparing gene data: gene IDs: (4045) common, (0) only in x, (0) only in y. Sequence names: (4045) identical, (0) different. Gene start coordinates: (4045) identical, (0) different. Gene end coordinates: (4045) identical, (0) different. Gene strand: (4045) identical, (0) different. Gene names: (132) identical, (3913) different. Entrezgene IDs: (4045) identical, (0) different. Gene biotypes: (4045) identical, (0) different. Done. Result: WARN Comparing transcript data: transcript IDs: (4045) common, (0) only in x, (0) only in y. Transcript start coordinates: (4045) identical, (0) different. Transcript end coordinates: (4045) identical, (0) different. Transcript biotypes: (4045) identical, (0) different. Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y. CDS start coordinates: (3996) identical, (0) different. CDS end coordinates: (3996) identical, (0) different. Associated gene IDs: (4045) identical, (0) different. Done. Result: OK Comparing exon data: exon IDs: (4045) common, (0) only in x, (0) only in y. Exon start coordinates: (4045) identical, (0) different. Exon end coordinates: (4045) identical, (0) different. Exon index in transcript models: (4045) identical, (0) different. Done. Result: OK Comparing metadata: Ensembl versions match. Genome builds match. All differences: <name>: <value x> != <value y> - Creation time : Thu Nov 21 08:11:08 2024 != Thu Nov 21 08:11:00 2024 - source_file : Devosia_geojensis.ASM96941v1.32.gtf.gz != Devosia_geojensis.ASM96941v1.32.gff3.gz Done. Result: NOTE Comparing chromosome data: Sequence names: (180) common, (0) only in x, (0) only in y. Sequence lengths: (180) identical, (0) different. Done. Result: OK Comparing gene data: gene IDs: (4045) common, (0) only in x, (0) only in y. Sequence names: (4045) identical, (0) different. Gene start coordinates: (4045) identical, (0) different. Gene end coordinates: (4045) identical, (0) different. Gene strand: (4045) identical, (0) different. Gene names: (132) identical, (3913) different. Entrezgene IDs: (4045) identical, (0) different. Gene biotypes: (4045) identical, (0) different. Done. Result: WARN Comparing transcript data: transcript IDs: (4045) common, (0) only in x, (0) only in y. Transcript start coordinates: (4045) identical, (0) different. Transcript end coordinates: (4045) identical, (0) different. Transcript biotypes: (4045) identical, (0) different. Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y. CDS start coordinates: (3996) identical, (0) different. CDS end coordinates: (3996) identical, (0) different. Associated gene IDs: (4045) identical, (0) different. Done. Result: OK Comparing exon data: exon IDs: (4045) common, (0) only in x, (0) only in y. Exon start coordinates: (4045) identical, (0) different. Exon end coordinates: (4045) identical, (0) different. Exon index in transcript models: (4045) identical, (0) different. Done. Result: OK Comparing protein data: protein IDs: (103725) common, (0) only in x, (0) only in y. Transcript IDs: (103725) identical, (0) different. Protein sequence: (103725) identical, (0) different. Done. Result: OK [ FAIL 0 | WARN 75 | SKIP 3 | PASS 1632 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • empty test (3): 'test_Methods.R:129:1', 'test_Methods.R:273:1', 'test_seqLevelStyle.R:40:1' [ FAIL 0 | WARN 75 | SKIP 3 | PASS 1632 ] Warning message: call dbDisconnect() when finished working with a connection > > proc.time() user system elapsed 222.939 46.201 311.937
ensembldb.Rcheck/ensembldb-Ex.timings
name | user | system | elapsed | |
EnsDb-AnnotationDbi | 1.188 | 0.276 | 1.466 | |
EnsDb-class | 0.483 | 0.047 | 0.529 | |
EnsDb-exonsBy | 1.170 | 0.296 | 1.481 | |
EnsDb-lengths | 0.587 | 0.073 | 0.659 | |
EnsDb-seqlevels | 0.031 | 0.007 | 0.038 | |
EnsDb-sequences | 0.004 | 0.001 | 0.005 | |
EnsDb-utils | 0.150 | 0.011 | 0.161 | |
EnsDb | 0.507 | 0.089 | 0.596 | |
Filter-classes | 1.219 | 0.797 | 2.288 | |
ProteinFunctionality | 0.041 | 0.006 | 0.047 | |
cdsToTranscript | 13.656 | 4.248 | 18.027 | |
convertFilter | 0.013 | 0.002 | 0.015 | |
genomeToProtein | 2.365 | 0.210 | 2.575 | |
genomeToTranscript | 9.148 | 3.858 | 27.770 | |
global-filters | 0.060 | 0.003 | 0.062 | |
hasProteinData-EnsDb-method | 0.007 | 0.000 | 0.008 | |
listEnsDbs | 0 | 0 | 0 | |
makeEnsemblDbPackage | 0.449 | 0.022 | 0.472 | |
proteinToGenome | 2.653 | 0.200 | 2.854 | |
proteinToTranscript | 1.410 | 0.235 | 1.647 | |
transcriptToCds | 8.633 | 3.730 | 12.370 | |
transcriptToGenome | 12.230 | 4.258 | 50.451 | |
transcriptToProtein | 1.757 | 0.092 | 1.849 | |
useMySQL-EnsDb-method | 0.008 | 0.000 | 0.008 | |