| Back to Build/check report for BioC 3.24: simplified long |
|
This page was generated on 2026-05-04 11:32 -0400 (Mon, 04 May 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.4 LTS) | x86_64 | 4.6.0 RC (2026-04-17 r89917) -- "Because it was There" | 4844 |
| 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 164/2366 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| bedbaser 1.5.0 (landing page) Andres Wokaty
| nebbiolo2 | Linux (Ubuntu 24.04.4 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| See other builds for bedbaser in R Universe. | ||||||||||||||
|
To the developers/maintainers of the bedbaser package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/bedbaser.git to reflect on this report. See Troubleshooting Build Report for more information. - 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: bedbaser |
| Version: 1.5.0 |
| Command: /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD check --install=check:bedbaser.install-out.txt --library=/home/biocbuild/bbs-3.24-bioc/R/site-library --timings bedbaser_1.5.0.tar.gz |
| StartedAt: 2026-05-03 21:31:32 -0400 (Sun, 03 May 2026) |
| EndedAt: 2026-05-03 21:37:01 -0400 (Sun, 03 May 2026) |
| EllapsedTime: 329.4 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: bedbaser.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD check --install=check:bedbaser.install-out.txt --library=/home/biocbuild/bbs-3.24-bioc/R/site-library --timings bedbaser_1.5.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.24-bioc/meat/bedbaser.Rcheck’
* using R version 4.6.0 RC (2026-04-17 r89917)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-05-04 01:31:32 UTC
* checking for file ‘bedbaser/DESCRIPTION’ ... OK
* this is package ‘bedbaser’ version ‘1.5.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 ‘bedbaser’ 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
bb_list_bedsets: no visible binding for global variable ‘bed_ids’
bb_list_bedsets: no visible binding for global variable ‘id’
bb_list_bedsets: no visible binding for global variable ‘name’
bb_list_bedsets: no visible binding for global variable ‘md5sum’
bb_list_bedsets: no visible binding for global variable
‘submission_date’
bb_list_bedsets: no visible binding for global variable
‘last_update_date’
bb_list_bedsets: no visible binding for global variable ‘description’
bb_list_bedsets: no visible binding for global variable ‘author’
Undefined global functions or variables:
author bed_ids description id last_update_date md5sum name
submission_date
* 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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
bb_to_grangeslist 16.068 0.739 34.910
bb_to_granges 12.718 0.645 17.465
bb_list_bedsets 0.324 0.006 6.165
* 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:
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-bedbaser.R:145:5'): bb_to_granges returns GRanges object given bed4+2 with genome ──
Error in `scan(file = file, what = what, sep = sep, quote = quote, dec = dec, nmax = nrows, skip = 0, na.strings = na.strings, quiet = TRUE, fill = fill, strip.white = strip.white, blank.lines.skip = blank.lines.skip, multi.line = FALSE, comment.char = comment.char, allowEscapes = allowEscapes, flush = flush, encoding = encoding, skipNul = skipNul)`: line 952 did not have 8 elements
Backtrace:
▆
1. └─bedbaser::bb_to_granges(bedbase, id) at test-bedbaser.R:145:5
2. └─bedbaser:::.bed_file_to_granges(...)
3. └─bedbaser:::.get_extra_cols(...)
4. └─utils::read.table(file_path, sep = "\t")
5. └─base::scan(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 49 ]
Error:
! Test failures.
Execution halted
* 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 ERROR, 1 NOTE
See
‘/home/biocbuild/bbs-3.24-bioc/meat/bedbaser.Rcheck/00check.log’
for details.
bedbaser.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.24-bioc/R/bin/R CMD INSTALL bedbaser ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.24-bioc/R/site-library’ * installing *source* package ‘bedbaser’ ... ** this is package ‘bedbaser’ version ‘1.5.0’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a generic function for ‘tags’ from package ‘AnVIL’ in package ‘bedbaser’ ** 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 (bedbaser)
bedbaser.Rcheck/tests/testthat.Rout.fail
R version 4.6.0 RC (2026-04-17 r89917) -- "Because it was There"
Copyright (C) 2026 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.
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(bedbaser)
>
> test_check("bedbaser")
Saving _problems/test-bedbaser-145.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 49 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-bedbaser.R:145:5'): bb_to_granges returns GRanges object given bed4+2 with genome ──
Error in `scan(file = file, what = what, sep = sep, quote = quote, dec = dec, nmax = nrows, skip = 0, na.strings = na.strings, quiet = TRUE, fill = fill, strip.white = strip.white, blank.lines.skip = blank.lines.skip, multi.line = FALSE, comment.char = comment.char, allowEscapes = allowEscapes, flush = flush, encoding = encoding, skipNul = skipNul)`: line 952 did not have 8 elements
Backtrace:
▆
1. └─bedbaser::bb_to_granges(bedbase, id) at test-bedbaser.R:145:5
2. └─bedbaser:::.bed_file_to_granges(...)
3. └─bedbaser:::.get_extra_cols(...)
4. └─utils::read.table(file_path, sep = "\t")
5. └─base::scan(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 49 ]
Error:
! Test failures.
Execution halted
bedbaser.Rcheck/bedbaser-Ex.timings
| name | user | system | elapsed | |
| BEDbase | 0.928 | 0.064 | 3.495 | |
| bb_bed_text_search | 0.185 | 0.014 | 3.650 | |
| bb_beds_in_bedset | 0.197 | 0.004 | 1.891 | |
| bb_example | 0.184 | 0.001 | 2.342 | |
| bb_list_beds | 0.330 | 0.006 | 2.948 | |
| bb_list_bedsets | 0.324 | 0.006 | 6.165 | |
| bb_metadata | 0.207 | 0.002 | 2.742 | |
| bb_save | 0.240 | 0.011 | 3.600 | |
| bb_stats | 0.122 | 0.002 | 3.166 | |
| bb_to_granges | 12.718 | 0.645 | 17.465 | |
| bb_to_grangeslist | 16.068 | 0.739 | 34.910 | |
| getCache-BEDbase-method | 0.177 | 0.002 | 1.799 | |
| operations-BEDbase-method | 0.097 | 0.002 | 1.716 | |
| schemas-BEDbase-method | 0.099 | 0.000 | 1.544 | |
| setCache-BEDbase-method | 0.148 | 0.008 | 1.368 | |
| tags-BEDbase-method | 0.168 | 0.003 | 1.610 | |