Back to Build/check report for BioC 3.23:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-05-22 11:32 -0400 (Fri, 22 May 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4995
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 433/2418HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
coMethDMR 1.16.0  (landing page)
Fernanda Veitzman
Snapshot Date: 2026-05-21 13:40 -0400 (Thu, 21 May 2026)
git_url: https://git.bioconductor.org/packages/coMethDMR
git_branch: RELEASE_3_23
git_last_commit: 6ff4a30
git_last_commit_date: 2026-04-28 08:57:35 -0400 (Tue, 28 Apr 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    ERROR  
See other builds for coMethDMR in R Universe.


CHECK results for coMethDMR on nebbiolo1

To the developers/maintainers of the coMethDMR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/coMethDMR.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: coMethDMR
Version: 1.16.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:coMethDMR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings coMethDMR_1.16.0.tar.gz
StartedAt: 2026-05-21 23:23:10 -0400 (Thu, 21 May 2026)
EndedAt: 2026-05-21 23:34:35 -0400 (Thu, 21 May 2026)
EllapsedTime: 684.8 seconds
RetCode: 1
Status:   ERROR  
CheckDir: coMethDMR.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:coMethDMR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings coMethDMR_1.16.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/coMethDMR.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-22 03:23:10 UTC
* checking for file ‘coMethDMR/DESCRIPTION’ ... OK
* this is package ‘coMethDMR’ version ‘1.16.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 ‘coMethDMR’ 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 ... WARNING
Checking for cached SeSAMe data.
Error: package or namespace load failed for ‘coMethDMR’:
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Execution halted

It looks like this package (or one of its dependent packages) has an
unstated dependence on a standard package.  All dependencies must be
declared in DESCRIPTION.
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
* checking whether the package can be unloaded cleanly ... WARNING
Error: package or namespace load failed for ‘coMethDMR’:
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Execution halted
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... WARNING
Error: .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Execution halted
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Error: .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Call sequence:
3: stop(gettextf("%s failed in %s() for '%s', details:\n  call: %s\n  error: %s", 
       hookname, "loadNamespace", pkgname, deparse(conditionCall(res))[1L], 
       conditionMessage(res)), call. = FALSE, domain = NA)
2: runHook(".onLoad", env, package.lib, package)
1: loadNamespace(package, lib.loc)
Execution halted
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Error: .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Call sequence:
3: stop(gettextf("%s failed in %s() for '%s', details:\n  call: %s\n  error: %s", 
       hookname, "loadNamespace", pkgname, deparse(conditionCall(res))[1L], 
       conditionMessage(res)), call. = FALSE, domain = NA)
2: runHook(".onLoad", env, package.lib, package)
1: loadNamespace(package, lib.loc)
Execution halted
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
File ‘coMethDMR/R/zzz.R’:
  .onLoad calls:
    packageStartupMessage("Checking for cached SeSAMe data.")
    packageStartupMessage("Caching SeSAMe data for 450k/EPIC arrays.")

See section ‘Good practice’ in '?.onAttach'.

Error: .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Execution halted
* checking Rd files ... NOTE
checkRd: (-1) AnnotateResults.Rd:13: Lost braces in \itemize; meant \describe ?
checkRd: (-1) AnnotateResults.Rd:14: Lost braces in \itemize; meant \describe ?
checkRd: (-1) AnnotateResults.Rd:15: Lost braces in \itemize; meant \describe ?
checkRd: (-1) CoMethSingleRegion.Rd:55-60: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) CoMethSingleRegion.Rd:61-63: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) CreateRdrop.Rd:23: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) CreateRdrop.Rd:24-25: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkComethylatedCpGs.Rd:44: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkComethylatedCpGs.Rd:45-46: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkComethylatedCpGs.Rd:47: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkComethylatedCpGs.Rd:48-49: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkMissing.Rd:23-24: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkMissing.Rd:25-26: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkMissing.Rd:27-28: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) MarkMissing.Rd:29-30: Lost braces in \itemize; \value handles \item{}{} directly
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Error: package or namespace load failed for ‘coMethDMR’:
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
       ns <- loadNamespace(package, lib.loc)
       env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)
   }, error = function(e) {
       P <- if (!is.null(cc <- conditionCall(e))) 
           paste(" in", deparse(cc)[1L])
       else ""
       msg <- gettextf("package or namespace load failed for %s%s:\n %s", 
           sQuote(package), P, conditionMessage(e))
       if (logical.return && !quietly) 
         
Execution halted
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Error: package or namespace load failed for ‘coMethDMR’:
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
       ns <- loadNamespace(package, lib.loc)
       env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)
   }, error = function(e) {
       P <- if (!is.null(cc <- conditionCall(e))) 
           paste(" in", deparse(cc)[1L])
       else ""
       msg <- gettextf("package or namespace load failed for %s%s:\n %s", 
           sQuote(package), P, conditionMessage(e))
       if (logical.return && !quietly) 
         
Execution halted
Error: package or namespace load failed for ‘coMethDMR’:
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
       ns <- loadNamespace(package, lib.loc)
       env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)
   }, error = function(e) {
       P <- if (!is.null(cc <- conditionCall(e))) 
           paste(" in", deparse(cc)[1L])
       else ""
       msg <- gettextf("package or namespace load failed for %s%s:\n %s", 
           sQuote(package), P, conditionMessage(e))
       if (logical.return && !quietly) 
         
Execution halted
Error: package or namespace load failed for ‘coMethDMR’:
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
       ns <- loadNamespace(package, lib.loc)
       env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)
   }, error = function(e) {
       P <- if (!is.null(cc <- conditionCall(e))) 
           paste(" in", deparse(cc)[1L])
       else ""
       msg <- gettextf("package or namespace load failed for %s%s:\n %s", 
           sQuote(package), P, conditionMessage(e))
       if (logical.return && !quietly) 
         
Execution halted
* checking Rd \usage sections ... NOTE
Error: .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Call sequence:
3: stop(gettextf("%s failed in %s() for '%s', details:\n  call: %s\n  error: %s", 
       hookname, "loadNamespace", pkgname, deparse(conditionCall(res))[1L], 
       conditionMessage(res)), call. = FALSE, domain = NA)
2: runHook(".onLoad", env, package.lib, package)
1: loadNamespace(package, lib.loc)
Execution halted
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 ... ERROR
Running examples in ‘coMethDMR-Ex.R’ failed
The error occurred in:


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.

  Natural language support but running in an English locale

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.

> pkgname <- "coMethDMR"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> base::assign(".ExTimings", "coMethDMR-Ex.timings", pos = 'CheckExEnv')
> base::cat("name\tuser\tsystem\telapsed\n", file=base::get(".ExTimings", pos = 'CheckExEnv'))
> base::assign(".format_ptime",
+ function(x) {
+   if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
+   if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
+   options(OutDec = '.')
+   format(x[1L:3L], digits = 7L)
+ },
+ pos = 'CheckExEnv')
> 
> ### * </HEADER>
> library('coMethDMR')
Checking for cached SeSAMe data.
Error: package or namespace load failed for ‘coMethDMR’:
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(coMethDMR)
  Checking for cached SeSAMe data.
  Error: package or namespace load failed for 'coMethDMR':
   .onLoad failed in loadNamespace() for 'coMethDMR', details:
    call: value[[3L]](cond)
    error: failed to connect
    reason: Failed to perform HTTP request.
  Caused by error in `curl::curl_fetch_memory()`:
  ! Timeout was reached [bioconductor.org]:
  SSL connection timeout
    Consider rerunning with 'localHub=TRUE'
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
--- re-building ‘vin1_Introduction_to_coMethDMR_geneBasedPipeline.Rmd’ using rmarkdown
The magick package is required to crop "/home/biocbuild/bbs-3.23-bioc/meat/coMethDMR.Rcheck/vign_test/coMethDMR/vignettes/vin1_Introduction_to_coMethDMR_geneBasedPipeline_files/figure-html/unnamed-chunk-5-1.png" but not available.
--- finished re-building ‘vin1_Introduction_to_coMethDMR_geneBasedPipeline.Rmd’

--- re-building ‘vin2_BiocParallel_for_coMethDMR_geneBasedPipeline.Rmd’ using rmarkdown

Quitting from vin2_BiocParallel_for_coMethDMR_geneBasedPipeline.Rmd:40-43 [packLoad]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! package or namespace load failed for 'coMethDMR':
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
---
Backtrace:
    ▆
 1. └─base::library(coMethDMR)
 2.   └─base::tryCatch(...)
 3.     └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 4.       └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 5.         └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'vin2_BiocParallel_for_coMethDMR_geneBasedPipeline.Rmd' failed with diagnostics:
package or namespace load failed for 'coMethDMR':
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
--- failed re-building ‘vin2_BiocParallel_for_coMethDMR_geneBasedPipeline.Rmd’

SUMMARY: processing the following file failed:
  ‘vin2_BiocParallel_for_coMethDMR_geneBasedPipeline.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 3 ERRORs, 5 WARNINGs, 5 NOTEs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/coMethDMR.Rcheck/00check.log’
for details.


Installation output

coMethDMR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL coMethDMR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘coMethDMR’ ...
** this is package ‘coMethDMR’ version ‘1.16.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 (coMethDMR)

Tests output

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

> library(testthat)
> library(coMethDMR)
Checking for cached SeSAMe data.
Error: package or namespace load failed for 'coMethDMR':
 .onLoad failed in loadNamespace() for 'coMethDMR', details:
  call: value[[3L]](cond)
  error: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Execution halted

Example timings

coMethDMR.Rcheck/coMethDMR-Ex.timings

nameusersystemelapsed