| Back to Build/check report for BioC 3.22: simplified long |
|
This page was generated on 2026-02-19 11:57 -0500 (Thu, 19 Feb 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4890 |
| 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 606/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| DMRcaller 1.42.0 (landing page) Nicolae Radu Zabet
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| See other builds for DMRcaller in R Universe. | ||||||||||||||
|
To the developers/maintainers of the DMRcaller package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DMRcaller.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: DMRcaller |
| Version: 1.42.0 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:DMRcaller.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings DMRcaller_1.42.0.tar.gz |
| StartedAt: 2026-02-18 23:48:13 -0500 (Wed, 18 Feb 2026) |
| EndedAt: 2026-02-19 00:03:14 -0500 (Thu, 19 Feb 2026) |
| EllapsedTime: 901.5 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: DMRcaller.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:DMRcaller.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings DMRcaller_1.42.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/DMRcaller.Rcheck’
* using R version 4.5.2 (2025-10-31)
* 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 ‘DMRcaller/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DMRcaller’ version ‘1.42.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 ‘DMRcaller’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
‘GenomicRanges’ ‘S4Vectors’ ‘IRanges’ ‘betareg’
A package should be listed in only one of these fields.
* 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 ... NOTE
Namespaces in Imports field not imported from:
‘BiocManager’ ‘GenomeInfoDb’ ‘Seqinfo’
All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.validateModif: no visible global function definition for ‘seqlengths’
extractGC: no visible global function definition for ‘seqlevels’
readONTbam: no visible binding for global variable
‘BSgenome.Hsapiens.UCSC.hg38’
readONTbam: no visible global function definition for ‘seqlengths’
selectCytosine: no visible binding for global variable
‘BSgenome.Hsapiens.UCSC.hg38’
selectCytosine : <anonymous>: no visible global function definition for
‘seqlengths’
selectCytosine : <anonymous>: no visible global function definition for
‘seqlevels<-’
selectCytosine : <anonymous>: no visible global function definition for
‘seqlengths<-’
selectCytosine: no visible global function definition for ‘seqlevels<-’
selectCytosine: no visible global function definition for ‘seqlevels’
Undefined global functions or variables:
BSgenome.Hsapiens.UCSC.hg38 seqlengths seqlengths<- seqlevels
seqlevels<-
* 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:
analyseReadsInsideRegionsForCondition.Rd: GRanges
computeDMRs.Rd: GRanges
computeMethylationDataCoverage.Rd: GRanges
computeMethylationProfile.Rd: GRanges
computeOverlapProfile.Rd: GRanges
computeVMDs.Rd: GRanges
extractGC.Rd: GRanges
filterDMRs.Rd: GRanges
filterVMDs.Rd: GRanges
getWholeChromosomes.Rd: GRanges
mergeDMRsIteratively.Rd: GRanges
plotLocalMethylationProfile.Rd: GRanges, GRangesList
plotMethylationDataCoverage.Rd: GRanges
plotMethylationProfile.Rd: GRanges
plotMethylationProfileFromData.Rd: GRanges
plotOverlapProfile.Rd: GRanges
poolMethylationDatasets.Rd: GRangesList, GRanges
poolTwoMethylationDatasets.Rd: GRanges
readBismark.Rd: GRanges
readBismarkPool.Rd: GRanges
saveBismark.Rd: GRanges
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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
computePMDs 70.965 0.840 71.812
filterVMDs 26.728 0.209 26.943
computeDMRs 9.337 0.791 10.128
mergeDMRsIteratively 8.693 0.020 8.714
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘runTests.R’
ERROR
Running the tests in ‘tests/runTests.R’ failed.
Last 13 lines of output:
1 Test Suite :
DMRcaller RUnit Tests - 7 test functions, 1 error, 0 failures
ERROR in test_readONTbam_chr1_sample: Error : Loaded BSgenome object has package name 'BSgenome.Hsapiens.UCSC.hg38',
but that package is not among the installed/available BSgenome.* packages.
Known packages:
Test files with failing tests
test_DMRcaller.R
test_readONTbam_chr1_sample
Error in BiocGenerics:::testPackage("DMRcaller") :
unit tests failed for package DMRcaller
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, 4 NOTEs
See
‘/home/biocbuild/bbs-3.22-bioc/meat/DMRcaller.Rcheck/00check.log’
for details.
DMRcaller.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL DMRcaller ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘DMRcaller’ ... ** this is package ‘DMRcaller’ version ‘1.42.0’ ** using staged installation ** R ** data ** 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 (DMRcaller)
DMRcaller.Rcheck/tests/runTests.Rout.fail
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
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.
> BiocGenerics:::testPackage("DMRcaller")
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
Parameters checking ...
Using user-specified core count: 1
Current parallel setting, BPPARAM:
class: SerialParam
bpisup: FALSE; bpnworkers: 1; bptasks: 2147483647; bpjobname: BPJOB
bplog: FALSE; bpthreshold: INFO; bpstopOnError: TRUE
bpRNGseed: ; bptimeout: NA; bpprogressbar: TRUE
bpexportglobals: FALSE; bpexportvariables: FALSE; bpforceGC: FALSE
bpfallback: FALSE
bplogdir: NA
bpresultdir: NA
Extract methylation in the corresponding context
Loading required namespace: GenomeInfoDb
Computing DMRs
Merge adjacent DMRs
Merge DMRs iteratively
Filter DMRs
Parameters checking ...
Current parallel setting, BPPARAM:
class: SerialParam
bpisup: FALSE; bpnworkers: 1; bptasks: 2147483647; bpjobname: BPJOB
bplog: FALSE; bpthreshold: INFO; bpstopOnError: TRUE
bpRNGseed: ; bptimeout: NA; bpprogressbar: TRUE
bpexportglobals: FALSE; bpexportvariables: FALSE; bpforceGC: FALSE
bpfallback: FALSE
bplogdir: NA
bpresultdir: NA
Extract methylation in the corresponding context
Computing DMRs at Chr1:1..4976
Calculating interpolations...
Identifying DMRs...
Analysed reads inside DMRs
Merge DMRs iteratively
Filter DMRs
Parameters checking ...
Current parallel setting, BPPARAM:
class: SerialParam
bpisup: FALSE; bpnworkers: 1; bptasks: 2147483647; bpjobname: BPJOB
bplog: FALSE; bpthreshold: INFO; bpstopOnError: TRUE
bpRNGseed: ; bptimeout: NA; bpprogressbar: TRUE
bpexportglobals: FALSE; bpexportvariables: FALSE; bpforceGC: FALSE
bpfallback: FALSE
bplogdir: NA
bpresultdir: NA
Extract methylation in the corresponding context
Computing DMRs at Chr1:1..4976
Selecting data...
Identifying DMRs...
Validating objects
Finding overlaps
Joining objects
Parameters checking ...
Using user-specified core count: 1
Current parallel setting, BPPARAM:
class: SerialParam
bpisup: FALSE; bpnworkers: 1; bptasks: 2147483647; bpjobname: BPJOB
bplog: FALSE; bpthreshold: INFO; bpstopOnError: TRUE
bpRNGseed: ; bptimeout: NA; bpprogressbar: TRUE
bpexportglobals: FALSE; bpexportvariables: FALSE; bpforceGC: FALSE
bpfallback: FALSE
bplogdir: NA
bpresultdir: NA
Extract methylation in the corresponding context
Computing DMRs at Chr1:1..4976
Count inside each bin...
Filter the bins...
Identifying DMRs...
Merge adjacent DMRs
Merge DMRs iteratively
Filter DMRs
Parameters checking ...
Current parallel setting, BPPARAM:
class: SerialParam
bpisup: FALSE; bpnworkers: 1; bptasks: 2147483647; bpjobname: BPJOB
bplog: FALSE; bpthreshold: INFO; bpstopOnError: TRUE
bpRNGseed: ; bptimeout: NA; bpprogressbar: TRUE
bpexportglobals: FALSE; bpexportvariables: FALSE; bpforceGC: FALSE
bpfallback: FALSE
bplogdir: NA
bpresultdir: NA
Merge DMRs iteratively ...
Loading required package: GenomeInfoDb
Loading required package: BSgenome
Loading required package: Biostrings
Loading required package: XVector
Attaching package: 'Biostrings'
The following object is masked from 'package:base':
strsplit
Loading required package: BiocIO
Loading required package: rtracklayer
Parameters checking ...
Warning: unable to access index for repository https://bioconductor.org/packages/3.22/data/annotation/src/contrib:
cannot open URL 'https://bioconductor.org/packages/3.22/data/annotation/src/contrib/PACKAGES'
Timing stopped at: 1.568 0.076 301.8
Error : Loaded BSgenome object has package name 'BSgenome.Hsapiens.UCSC.hg38',
but that package is not among the installed/available BSgenome.* packages.
Known packages:
In addition: Warning message:
In download.file(..., destfile = tmp_config, quiet = TRUE) :
URL 'https://bioconductor.org/config.yaml': status was 'SSL connect error'
RUNIT TEST PROTOCOL -- Thu Feb 19 00:01:34 2026
***********************************************
Number of test functions: 7
Number of errors: 1
Number of failures: 0
1 Test Suite :
DMRcaller RUnit Tests - 7 test functions, 1 error, 0 failures
ERROR in test_readONTbam_chr1_sample: Error : Loaded BSgenome object has package name 'BSgenome.Hsapiens.UCSC.hg38',
but that package is not among the installed/available BSgenome.* packages.
Known packages:
Test files with failing tests
test_DMRcaller.R
test_readONTbam_chr1_sample
Error in BiocGenerics:::testPackage("DMRcaller") :
unit tests failed for package DMRcaller
Execution halted
DMRcaller.Rcheck/DMRcaller-Ex.timings
| name | user | system | elapsed | |
| DMRcaller | 0.001 | 0.000 | 0.001 | |
| analyseReadsInsideRegionsForCondition | 1.190 | 0.039 | 1.229 | |
| analyseReadsInsideRegionsForConditionPMD | 0.590 | 0.004 | 0.594 | |
| computeCoMethylatedPositions | 0.001 | 0.000 | 0.000 | |
| computeCoMethylatedRegions | 0.319 | 0.041 | 0.360 | |
| computeDMRs | 9.337 | 0.791 | 10.128 | |
| computeDMRsReplicates | 0.000 | 0.000 | 0.001 | |
| computeMethylationDataCoverage | 0.440 | 0.094 | 0.534 | |
| computeMethylationDataSpatialCorrelation | 1.057 | 0.554 | 1.611 | |
| computeMethylationProfile | 1.064 | 0.094 | 1.159 | |
| computeOverlapProfile | 1.429 | 0.051 | 1.480 | |
| computePMDs | 70.965 | 0.840 | 71.812 | |
| computeVMDs | 0 | 0 | 0 | |
| extractGC | 0 | 0 | 0 | |
| filterDMRs | 1.558 | 0.071 | 1.630 | |
| filterPMDs | 1.692 | 0.003 | 1.696 | |
| filterVMDs | 26.728 | 0.209 | 26.943 | |
| filterVMRsONT | 0 | 0 | 0 | |
| getWholeChromosomes | 0.186 | 0.020 | 0.206 | |
| joinReplicates | 0.481 | 0.046 | 0.527 | |
| mergeDMRsIteratively | 8.693 | 0.020 | 8.714 | |
| mergePMDsIteratively | 3.553 | 0.002 | 3.556 | |
| plotLocalMethylationProfile | 1.503 | 0.029 | 1.533 | |
| plotMethylationDataCoverage | 0.728 | 0.049 | 0.777 | |
| plotMethylationDataSpatialCorrelation | 0.753 | 0.041 | 0.794 | |
| plotMethylationProfile | 0.986 | 0.026 | 1.012 | |
| plotMethylationProfileFromData | 2.597 | 0.027 | 2.625 | |
| plotOverlapProfile | 1.530 | 0.013 | 1.543 | |
| poolMethylationDatasets | 0.449 | 0.010 | 0.459 | |
| poolTwoMethylationDatasets | 1.053 | 0.012 | 1.065 | |
| readBismark | 1.297 | 0.019 | 1.316 | |
| readBismarkPool | 3.518 | 0.049 | 3.590 | |
| readONTbam | 0 | 0 | 0 | |
| saveBismark | 0.829 | 0.023 | 0.875 | |
| selectCytosine | 0 | 0 | 0 | |