| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-11-19 10:12 -0500 (Wed, 19 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" | 4827 |
| lconway | macOS 12.7.6 Monterey | x86_64 | R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences" | 4600 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" | 4564 |
| 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 1462/2325 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| nullranges 1.17.1 (landing page) Michael Love
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| lconway | macOS 12.7.6 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
|
To the developers/maintainers of the nullranges package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/nullranges.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: nullranges |
| Version: 1.17.1 |
| Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:nullranges.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings nullranges_1.17.1.tar.gz |
| StartedAt: 2025-11-19 02:58:06 -0500 (Wed, 19 Nov 2025) |
| EndedAt: 2025-11-19 03:05:54 -0500 (Wed, 19 Nov 2025) |
| EllapsedTime: 467.7 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: nullranges.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:nullranges.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings nullranges_1.17.1.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/nullranges.Rcheck’
* using R Under development (unstable) (2025-10-20 r88955)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘nullranges/DESCRIPTION’ ... OK
* this is package ‘nullranges’ version ‘1.17.1’
* 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 ‘nullranges’ 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
bootRanges: no visible global function definition for ‘filter’
plotSegment: no visible global function definition for ‘%>%’
plotSegment: no visible global function definition for ‘group_by’
plotSegment: no visible global function definition for ‘summarise’
segmentDensity: no visible global function definition for ‘filter’
Undefined global functions or variables:
%>% filter group_by summarise
Consider adding
importFrom("stats", "filter")
to your NAMESPACE file.
* 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 ‘nullranges-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotSegment
> ### Title: Plot genome segmentation
> ### Aliases: plotSegment
>
> ### ** Examples
>
>
> example("segmentDensity")
sgmntD> n <- 10000
sgmntD> library(GenomicRanges)
Loading required package: stats4
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: 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: Seqinfo
sgmntD> gr <- GRanges("chr1", IRanges(round(
sgmntD+ c(runif(n/4,1,991), runif(n/4,1001,3991),
sgmntD+ runif(n/4,4001,4991), runif(n/4,7001,9991))),
sgmntD+ width=10), seqlengths=c(chr1=10000))
sgmntD> gr <- sort(gr)
sgmntD> exclude <- GRanges("chr1", IRanges(5001,6000), seqlengths=c(chr1=10000))
sgmntD> seg <- segmentDensity(gr, n=3, L_s=100, exclude=exclude, type="cbs")
Error in storage.mode(x) <- "double" :
no method for coercing this S4 class to a vector
Calls: example ... withVisible -> eval -> eval -> segmentDensity -> filter
Execution halted
* 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:
Saving _problems/test_matchRanges-57.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_matchRanges.R:57:3'): Coerce MatchIt to Matched subclasses ─────
Error in `coerceToRanges(d, ranges, keep_mcols, "GRanges")`: The 'mariner' package is required for this function.
Backtrace:
▆
1. └─nullranges:::as_MatchedGRanges(m, ranges = NULL, keep_mcols = TRUE) at test_matchRanges.R:57:3
2. └─nullranges:::coerceToRanges(d, ranges, keep_mcols, "GRanges")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
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: 2 ERRORs, 1 NOTE
See
‘/home/biocbuild/bbs-3.23-bioc/meat/nullranges.Rcheck/00check.log’
for details.
nullranges.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL nullranges ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’ * installing *source* package ‘nullranges’ ... ** this is package ‘nullranges’ version ‘1.17.1’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (nullranges)
nullranges.Rcheck/tests/testthat.Rout.fail
R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences"
Copyright (C) 2025 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(nullranges)
>
> test_check("nullranges")
Saving _problems/test_matchRanges-57.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_matchRanges.R:57:3'): Coerce MatchIt to Matched subclasses ─────
Error in `coerceToRanges(d, ranges, keep_mcols, "GRanges")`: The 'mariner' package is required for this function.
Backtrace:
▆
1. └─nullranges:::as_MatchedGRanges(m, ranges = NULL, keep_mcols = TRUE) at test_matchRanges.R:57:3
2. └─nullranges:::coerceToRanges(d, ranges, keep_mcols, "GRanges")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted
nullranges.Rcheck/nullranges-Ex.timings
| name | user | system | elapsed | |
| MatchedDataFrame | 2.836 | 0.092 | 2.798 | |
| MatchedGInteractions | 0.572 | 0.025 | 0.488 | |
| MatchedGRanges | 0.501 | 0.005 | 0.396 | |
| bootRanges | 0.280 | 0.007 | 0.288 | |
| combnCov | 0.002 | 0.000 | 0.003 | |
| covariates | 0.143 | 0.003 | 0.120 | |
| focal | 1.027 | 0.061 | 1.046 | |
| indices | 0.151 | 0.007 | 0.109 | |
| makeExampleMatchedDataSet | 0.603 | 0.027 | 0.500 | |
| matchRanges | 1.402 | 0.006 | 0.970 | |
| matched | 0.122 | 0.001 | 0.098 | |
| matchedClass | 0.135 | 0.000 | 0.109 | |
| matchedData | 0.133 | 0.000 | 0.098 | |
| matchitToMatched | 0 | 0 | 0 | |
| method | 0.138 | 0.004 | 0.114 | |
| oneRegionSegment | 0.424 | 0.013 | 0.429 | |
| overview | 0.175 | 0.011 | 0.155 | |
| plotCovariate | 3.327 | 0.134 | 3.381 | |
| plotPropensity | 1.834 | 0.006 | 1.787 | |