Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLM[N]OPQRSTUVWXYZ

This page was generated on 2025-11-19 10:12 -0500 (Wed, 19 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" 4827
lconwaymacOS 12.7.6 Montereyx86_64R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences" 4600
kjohnson3macOS 13.7.7 Venturaarm64R 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/2325HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
nullranges 1.17.1  (landing page)
Michael Love
Snapshot Date: 2025-11-18 13:40 -0500 (Tue, 18 Nov 2025)
git_url: https://git.bioconductor.org/packages/nullranges
git_branch: devel
git_last_commit: d86b155
git_last_commit_date: 2025-11-18 11:21:01 -0500 (Tue, 18 Nov 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
lconwaymacOS 12.7.6 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for nullranges on nebbiolo1

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.

raw results


Summary

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

Command output

##############################################################################
##############################################################################
###
### 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.


Installation output

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)

Tests output

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

Example timings

nullranges.Rcheck/nullranges-Ex.timings

nameusersystemelapsed
MatchedDataFrame2.8360.0922.798
MatchedGInteractions0.5720.0250.488
MatchedGRanges0.5010.0050.396
bootRanges0.2800.0070.288
combnCov0.0020.0000.003
covariates0.1430.0030.120
focal1.0270.0611.046
indices0.1510.0070.109
makeExampleMatchedDataSet0.6030.0270.500
matchRanges1.4020.0060.970
matched0.1220.0010.098
matchedClass0.1350.0000.109
matchedData0.1330.0000.098
matchitToMatched000
method0.1380.0040.114
oneRegionSegment0.4240.0130.429
overview0.1750.0110.155
plotCovariate3.3270.1343.381
plotPropensity1.8340.0061.787