Back to Multiple platform build/check report for BioC 3.23:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-11-14 11:36 -0500 (Fri, 14 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" 4825
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4547
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 256/2325HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
bumphunter 1.53.0  (landing page)
Tamilselvi Guharaj
Snapshot Date: 2025-11-13 13:40 -0500 (Thu, 13 Nov 2025)
git_url: https://git.bioconductor.org/packages/bumphunter
git_branch: devel
git_last_commit: 19ed02f
git_last_commit_date: 2025-10-29 10:13:01 -0500 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for bumphunter on kjohnson3

To the developers/maintainers of the bumphunter package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/bumphunter.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: bumphunter
Version: 1.53.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:bumphunter.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings bumphunter_1.53.0.tar.gz
StartedAt: 2025-11-13 18:51:49 -0500 (Thu, 13 Nov 2025)
EndedAt: 2025-11-13 18:55:04 -0500 (Thu, 13 Nov 2025)
EllapsedTime: 195.4 seconds
RetCode: 1
Status:   ERROR  
CheckDir: bumphunter.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:bumphunter.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings bumphunter_1.53.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/bumphunter.Rcheck’
* using R Under development (unstable) (2025-11-04 r88984)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 16.0.0 (clang-1600.0.26.6)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘bumphunter/DESCRIPTION’ ... OK
* this is package ‘bumphunter’ version ‘1.53.0’
* checking package namespace information ... OK
* checking package dependencies ... INFO
Depends: includes the non-default packages:
  'S4Vectors', 'IRanges', 'Seqinfo', 'GenomicRanges', 'foreach',
  'iterators', 'parallel', 'locfit'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* 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 ‘bumphunter’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
* 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 dependencies in R code ... NOTE
Unexported object imported by a ':::' call: ‘doParallel:::.options’
  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 ... NOTE
bumphunterEngine: no visible binding for global variable ‘bootstraps’
Undefined global functions or variables:
  bootstraps
* 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘bumphunter-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bumphunter
> ### Title: Bumphunter
> ### Aliases: bumphunter bumphunter-methods bumphunter,matrix-method
> ###   bumphunterEngine print.bumps
> 
> ### ** Examples
> 
> dat <- dummyData()
> # Enable parallelization
> require(doParallel)
Loading required package: doParallel
> registerDoParallel(cores = 2)
> # Find bumps
> bumps <- bumphunter(dat$mat, design=dat$design, chr=dat$chr, pos=dat$pos,
+                     cluster=dat$cluster, coef=2, cutoff= 0.28, nullMethod="bootstrap",
+                     smooth=TRUE, B=250, verbose=TRUE,
+                     smoothFunction=loessByCluster)
[bumphunterEngine] Parallelizing using 2 workers/cores (backend: doParallelMC, version: 1.0.17).
[bumphunterEngine] Computing coefficients.
[bumphunterEngine] Smoothing coefficients.
Loading required package: rngtools
[bumphunterEngine] Performing 250 bootstraps.

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

 *** caught segfault ***
address 0x110, cause 'invalid permissions'

Traceback:
 1: backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X), t(matstar)))
 2: FUN(newX[, i], ...)
 3: apply(bootstraps, 2, function(bootIndex) {    matstar <- null + resids[, bootIndex]    nullbetas <- backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X),         t(matstar)))[coef, ]    if (useWeights) {        sigma <- rowSums(t(tcrossprod(diag(nrow(design)) - tcrossprod(qr.Q(qr.X)),             matstar))^2)        sigma <- sqrt(sigma/(nrow(design) - qr.X$rank))        outList <- list(coef = nullbetas, sigma = sigma)    }    else {        outList <- nullbetas    }    return(outList)})
 4: eval(c.expr, envir = args, enclos = envir)
 5: eval(c.expr, envir = args, enclos = envir)
 6: doTryCatch(return(expr), name, parentenv, handler)
 7: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 8: tryCatchList(expr, classes, parentenv, handlers)
 9: tryCatch(eval(c.expr, envir = args, enclos = envir), error = function(e) e)
10: FUN(X[[i]], ...)
11: lapply(X = S, FUN = FUN, ...)
12: doTryCatch(return(expr), name, parentenv, handler)
13: tryCatchOne(expr, names, parentenv, handlers[[1L]])
14: tryCatchList(expr, classes, parentenv, handlers)
15: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
16: try(lapply(X = S, FUN = FUN, ...), silent = TRUE)
17: sendMaster(try(lapply(X = S, FUN = FUN, ...), silent = TRUE))
18: FUN(X[[i]], ...)
19: lapply(seq_len(cores), inner.do)
20: mclapply(argsList, FUN, mc.preschedule = preschedule, mc.set.seed = set.seed,     mc.silent = silent, mc.cores = cores)
21: e$fun(obj, substitute(ex), parent.frame(), e$data)
22: (function (obj, ex) {    e <- getDoPar()    e$fun(obj, substitute(ex), parent.frame(), e$data)})(list(args = iter(bootIndexes, by = "column", chunksize = chunksize)(.doRNG.stream = list(    c(10407L, -902622907L, -1811262142L, 1742512091L, -5955232L,     994941409L, 131442222L), c(10407L, 29783153L, 233190138L,     -13027976L, 2106844339L, -1477538752L, 1959762265L))), argnames = c("bootstraps", ".doRNG.stream"), evalenv = <environment>, specified = character(0),     combineInfo = list(fun = new("standardGeneric", .Data = function (...,         deparse.level = 1)     standardGeneric("cbind"), generic = "cbind", package = "BiocGenerics",         group = list(), valueClass = character(0), signature = "...",         default = new("derivedDefaultMethod", .Data = function (...,             deparse.level = 1)         .Internal(cbind(deparse.level, ...)), target = new("signature",             .Data = "ANY", names = "...", package = "methods"),             defined = new("signature", .Data = "ANY", names = "...",                 package = "methods"), generic = "cbind"), skeleton = (new("derivedDefaultMethod",             .Data = function (..., deparse.level = 1)             .Internal(cbind(deparse.level, ...)), target = new("signature",                 .Data = "ANY", names = "...", package = "methods"),             defined = new("signature", .Data = "ANY", names = "...",                 package = "methods"), generic = "cbind"))(...,             deparse.level = deparse.level)), in.order = TRUE,         has.init = FALSE, init = NULL, final = NULL, multi.combine = FALSE,         max.combine = 2), errorHandling = "stop", packages = c("bumphunter",     "doRNG"), export = NULL, noexport = NULL, options = list(),     verbose = FALSE), {    {        rngtools::RNGseed(.doRNG.stream)    }    {        apply(bootstraps, 2, function(bootIndex) {            matstar <- null + resids[, bootIndex]            nullbetas <- backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X),                 t(matstar)))[coef, ]            if (useWeights) {                sigma <- rowSums(t(tcrossprod(diag(nrow(design)) -                   tcrossprod(qr.Q(qr.X)), matstar))^2)                sigma <- sqrt(sigma/(nrow(design) - qr.X$rank))                outList <- list(coef = nullbetas, sigma = sigma)            }            else {                outList <- nullbetas            }            return(outList)        })    }})
23: do.call(`%dopar%`, list(obj, ex), envir = parent.frame())
24: foreach(bootstraps = iter(bootIndexes, by = "column", chunksize = chunksize),     .combine = "cbind", .packages = "bumphunter") %dorng% {    apply(bootstraps, 2, function(bootIndex) {        matstar <- null + resids[, bootIndex]        nullbetas <- backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X),             t(matstar)))[coef, ]        if (useWeights) {            sigma <- rowSums(t(tcrossprod(diag(nrow(design)) -                 tcrossprod(qr.Q(qr.X)), matstar))^2)            sigma <- sqrt(sigma/(nrow(design) - qr.X$rank))            outList <- list(coef = nullbetas, sigma = sigma)        }        else {            outList <- nullbetas        }        return(outList)    })}
25: bumphunterEngine(object, design = design, chr = chr, pos, cluster = cluster,     coef = coef, cutoff = cutoff, pickCutoff = pickCutoff, pickCutoffQ = pickCutoffQ,     maxGap = maxGap, nullMethod = nullMethod, smooth = smooth,     smoothFunction = smoothFunction, useWeights = useWeights,     B = B, permutations = NULL, verbose = verbose, ...)
26: .local(object, ...)
27: bumphunter(dat$mat, design = dat$design, chr = dat$chr, pos = dat$pos,     cluster = dat$cluster, coef = 2, cutoff = 0.28, nullMethod = "bootstrap",     smooth = TRUE, B = 250, verbose = TRUE, smoothFunction = loessByCluster)
28: bumphunter(dat$mat, design = dat$design, chr = dat$chr, pos = dat$pos,     cluster = dat$cluster, coef = 2, cutoff = 0.28, nullMethod = "bootstrap",     smooth = TRUE, B = 250, verbose = TRUE, smoothFunction = loessByCluster)
An irrecoverable exception occurred. R is aborting now ...

Traceback:
 1: backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X), t(matstar)))
 2: FUN(newX[, i], ...)
 3: apply(bootstraps, 2, function(bootIndex) {    matstar <- null + resids[, bootIndex]    nullbetas <- backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X),         t(matstar)))[coef, ]    if (useWeights) {        sigma <- rowSums(t(tcrossprod(diag(nrow(design)) - tcrossprod(qr.Q(qr.X)),             matstar))^2)        sigma <- sqrt(sigma/(nrow(design) - qr.X$rank))        outList <- list(coef = nullbetas, sigma = sigma)    }    else {        outList <- nullbetas    }    return(outList)})
 4: eval(c.expr, envir = args, enclos = envir)
 5: eval(c.expr, envir = args, enclos = envir)
 6: doTryCatch(return(expr), name, parentenv, handler)
 7: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 8: tryCatchList(expr, classes, parentenv, handlers)
 9: tryCatch(eval(c.expr, envir = args, enclos = envir), error = function(e) e)
10: FUN(X[[i]], ...)
11: lapply(X = S, FUN = FUN, ...)
12: doTryCatch(return(expr), name, parentenv, handler)
13: tryCatchOne(expr, names, parentenv, handlers[[1L]])
14: tryCatchList(expr, classes, parentenv, handlers)
15: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
16: try(lapply(X = S, FUN = FUN, ...), silent = TRUE)
17: sendMaster(try(lapply(X = S, FUN = FUN, ...), silent = TRUE))
18: FUN(X[[i]], ...)
19: lapply(seq_len(cores), inner.do)
20: mclapply(argsList, FUN, mc.preschedule = preschedule, mc.set.seed = set.seed,     mc.silent = silent, mc.cores = cores)
21: e$fun(obj, substitute(ex), parent.frame(), e$data)
22: (function (obj, ex) {    e <- getDoPar()    e$fun(obj, substitute(ex), parent.frame(), e$data)})(list(args = iter(bootIndexes, by = "column", chunksize = chunksize)(.doRNG.stream = list(    c(10407L, -902622907L, -1811262142L, 1742512091L, -5955232L,     994941409L, 131442222L), c(10407L, 29783153L, 233190138L,     -13027976L, 2106844339L, -1477538752L, 1959762265L))), argnames = c("bootstraps", ".doRNG.stream"), evalenv = <environment>, specified = character(0),     combineInfo = list(fun = new("standardGeneric", .Data = function (...,         deparse.level = 1)     standardGeneric("cbind"), generic = "cbind", package = "BiocGenerics",         group = list(), valueClass = character(0), signature = "...",         default = new("derivedDefaultMethod", .Data = function (...,             deparse.level = 1)         .Internal(cbind(deparse.level, ...)), target = new("signature",             .Data = "ANY", names = "...", package = "methods"),             defined = new("signature", .Data = "ANY", names = "...",                 package = "methods"), generic = "cbind"), skeleton = (new("derivedDefaultMethod",             .Data = function (..., deparse.level = 1)             .Internal(cbind(deparse.level, ...)), target = new("signature",                 .Data = "ANY", names = "...", package = "methods"),             defined = new("signature", .Data = "ANY", names = "...",                 package = "methods"), generic = "cbind"))(...,             deparse.level = deparse.level)), in.order = TRUE,         has.init = FALSE, init = NULL, final = NULL, multi.combine = FALSE,         max.combine = 2), errorHandling = "stop", packages = c("bumphunter",     "doRNG"), export = NULL, noexport = NULL, options = list(),     verbose = FALSE), {    {        rngtools::RNGseed(.doRNG.stream)    }    {        apply(bootstraps, 2, function(bootIndex) {            matstar <- null + resids[, bootIndex]            nullbetas <- backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X),                 t(matstar)))[coef, ]            if (useWeights) {                sigma <- rowSums(t(tcrossprod(diag(nrow(design)) -                   tcrossprod(qr.Q(qr.X)), matstar))^2)                sigma <- sqrt(sigma/(nrow(design) - qr.X$rank))                outList <- list(coef = nullbetas, sigma = sigma)            }            else {                outList <- nullbetas            }            return(outList)        })    }})
23: do.call(`%dopar%`, list(obj, ex), envir = parent.frame())
24: foreach(bootstraps = iter(bootIndexes, by = "column", chunksize = chunksize),     .combine = "cbind", .packages = "bumphunter") %dorng% {    apply(bootstraps, 2, function(bootIndex) {        matstar <- null + resids[, bootIndex]        nullbetas <- backsolve(qr.R(qr.X), crossprod(qr.Q(qr.X),             t(matstar)))[coef, ]        if (useWeights) {            sigma <- rowSums(t(tcrossprod(diag(nrow(design)) -                 tcrossprod(qr.Q(qr.X)), matstar))^2)            sigma <- sqrt(sigma/(nrow(design) - qr.X$rank))            outList <- list(coef = nullbetas, sigma = sigma)        }        else {            outList <- nullbetas        }        return(outList)    })}
25: bumphunterEngine(object, design = design, chr = chr, pos, cluster = cluster,     coef = coef, cutoff = cutoff, pickCutoff = pickCutoff, pickCutoffQ = pickCutoffQ,     maxGap = maxGap, nullMethod = nullMethod, smooth = smooth,     smoothFunction = smoothFunction, useWeights = useWeights,     B = B, permutations = NULL, verbose = verbose, ...)
26: .local(object, ...)
27: bumphunter(dat$mat, design = dat$design, chr = dat$chr, pos = dat$pos,     cluster = dat$cluster, coef = 2, cutoff = 0.28, nullMethod = "bootstrap",     smooth = TRUE, B = 250, verbose = TRUE, smoothFunction = loessByCluster)
28: bumphunter(dat$mat, design = dat$design, chr = dat$chr, pos = dat$pos,     cluster = dat$cluster, coef = 2, cutoff = 0.28, nullMethod = "bootstrap",     smooth = TRUE, B = 250, verbose = TRUE, smoothFunction = loessByCluster)
An irrecoverable exception occurred. R is aborting now ...
Warning in mclapply(argsList, FUN, mc.preschedule = preschedule, mc.set.seed = set.seed,  :
  scheduled cores 1, 2 did not deliver results, all values of the jobs will be affected
[bumphunterEngine] Computing marginal bootstrap p-values.
Error in abs(NullBeta) : non-numeric argument to mathematical function
Calls: bumphunter ... bumphunterEngine -> rowSums -> is.data.frame -> greaterOrEqual
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
  Running ‘test-all.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
  ‘/Users/biocbuild/bbs-3.23-bioc/meat/bumphunter.Rcheck/00check.log’
for details.


Installation output

bumphunter.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL bumphunter
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/library’
* installing *source* package ‘bumphunter’ ...
** this is package ‘bumphunter’ version ‘1.53.0’
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** 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 (bumphunter)

Tests output

bumphunter.Rcheck/tests/runTests.Rout


R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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.

> require("bumphunter") || stop("unable to load bumphunter")
Loading required package: bumphunter
Loading required package: S4Vectors
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


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
Loading required package: GenomicRanges
Loading required package: foreach
Loading required package: iterators
Loading required package: parallel
Loading required package: locfit
locfit 1.5-9.12 	 2025-03-05
[1] TRUE
> BiocGenerics:::testPackage("bumphunter")
[bumphunterEngine] Using a single core (backend: doSEQ, version: 1.5.2).
[bumphunterEngine] Computing coefficients.
[bumphunterEngine] Smoothing coefficients.
Loading required package: rngtools
[bumphunterEngine] Performing 500 permutations.
[bumphunterEngine] Computing marginal permutation p-values.
[bumphunterEngine] Smoothing permutation coefficients.
[bumphunterEngine] cutoff: 0.28
[bumphunterEngine] Finding regions.
[bumphunterEngine] Found 2 bumps.
[bumphunterEngine] Computing regions for each permutation.
[bumphunterEngine] Estimating p-values and FWER.
[bumphunterEngine] Using a single core (backend: doSEQ, version: 1.5.2).
[bumphunterEngine] Computing coefficients.
[bumphunterEngine] Smoothing coefficients.
[bumphunterEngine] Performing 500 permutations.
[bumphunterEngine] Computing marginal permutation p-values.
[bumphunterEngine] Smoothing permutation coefficients.
[bumphunterEngine] cutoff: 0.28
[bumphunterEngine] Finding regions.
[bumphunterEngine] Found 2 bumps.
[bumphunterEngine] Computing regions for each permutation.
[bumphunterEngine] Estimating p-values and FWER.
Loading required package: doParallel
[bumphunterEngine] Parallelizing using 2 workers/cores (backend: doParallelMC, version: 1.0.17).
[bumphunterEngine] Computing coefficients.
[bumphunterEngine] Smoothing coefficients.
[bumphunterEngine] Performing 500 permutations.
[bumphunterEngine] Computing marginal permutation p-values.
[bumphunterEngine] Smoothing permutation coefficients.
[bumphunterEngine] cutoff: 0.28
[bumphunterEngine] Finding regions.
[bumphunterEngine] Found 2 bumps.
[bumphunterEngine] Computing regions for each permutation.
[bumphunterEngine] Estimating p-values and FWER.
[bumphunterEngine] Parallelizing using 2 workers/cores (backend: doParallelSNOW, version: 1.0.17).
[bumphunterEngine] Computing coefficients.
[bumphunterEngine] Smoothing coefficients.
[bumphunterEngine] Performing 500 permutations.
[bumphunterEngine] Computing marginal permutation p-values.
[bumphunterEngine] Smoothing permutation coefficients.
[bumphunterEngine] cutoff: 0.28
[bumphunterEngine] Finding regions.
[bumphunterEngine] Found 2 bumps.
[bumphunterEngine] Computing regions for each permutation.
[bumphunterEngine] Estimating p-values and FWER.


RUNIT TEST PROTOCOL -- Thu Nov 13 18:53:41 2025 
*********************************************** 
Number of test functions: 5 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
bumphunter RUnit Tests - 5 test functions, 0 errors, 0 failures
Number of test functions: 5 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  6.528   0.719  13.163 

bumphunter.Rcheck/tests/test-all.Rout


R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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')
> test_check('bumphunter')
Loading required package: bumphunter
Loading required package: S4Vectors
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


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
Loading required package: GenomicRanges
Loading required package: foreach
Loading required package: iterators
Loading required package: parallel
Loading required package: locfit
locfit 1.5-9.12 	 2025-03-05
trying URL 'http://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_36/gencode.v36.annotation.gtf.gz'
Content type 'application/x-gzip' length 44507458 bytes (42.4 MB)
==================================================
downloaded 42.4 MB

[ FAIL 0 | WARN 4 | SKIP 0 | PASS 15 ]

[ FAIL 0 | WARN 4 | SKIP 0 | PASS 15 ]
> 
> proc.time()
   user  system elapsed 
 70.688   1.095  78.746 

Example timings

bumphunter.Rcheck/bumphunter-Ex.timings

nameusersystemelapsed
annotateNearest0.5350.0090.568
annotateTranscripts0.0000.0000.001