Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2025-03-20 12:12 -0400 (Thu, 20 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.3 (2025-02-28) -- "Trophy Case" 4756
palomino8Windows Server 2022 Datacenterx644.4.3 (2025-02-28 ucrt) -- "Trophy Case" 4487
merida1macOS 12.7.5 Montereyx86_644.4.3 (2025-02-28) -- "Trophy Case" 4514
kjohnson1macOS 13.6.6 Venturaarm644.4.3 (2025-02-28) -- "Trophy Case" 4441
taishanLinux (openEuler 24.03 LTS)aarch644.4.3 (2025-02-28) -- "Trophy Case" 4406
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 1219/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
methodical 1.2.0  (landing page)
Richard Heery
Snapshot Date: 2025-03-17 13:00 -0400 (Mon, 17 Mar 2025)
git_url: https://git.bioconductor.org/packages/methodical
git_branch: RELEASE_3_20
git_last_commit: 302d9e2
git_last_commit_date: 2025-01-30 04:59:50 -0400 (Thu, 30 Jan 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64... NOT SUPPORTED ...
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    ERROR  skipped


BUILD results for methodical on taishan

To the developers/maintainers of the methodical package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/methodical.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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: methodical
Version: 1.2.0
Command: /home/biocbuild/R/R/bin/R CMD build --keep-empty-dirs --no-resave-data methodical
StartedAt: 2025-03-18 02:08:12 -0000 (Tue, 18 Mar 2025)
EndedAt: 2025-03-18 02:10:59 -0000 (Tue, 18 Mar 2025)
EllapsedTime: 166.1 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD build --keep-empty-dirs --no-resave-data methodical
###
##############################################################################
##############################################################################


* checking for file ‘methodical/DESCRIPTION’ ... OK
* preparing ‘methodical’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘calculating_methylation_transcription_correlations.Rmd’ using rmarkdown

Quitting from calculating_methylation_transcription_correlations.Rmd:144-158 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `.Call2()`:
! 'filepath' must be a single string
---
Backtrace:
     ▆
  1. ├─base::system.time(...)
  2. └─methodical::calculateMethSiteTranscriptCors(...)
  3.   ├─SummarizedExperiment::assays(meth_rse)
  4.   └─SummarizedExperiment::assays(meth_rse)
  5.     └─S4Vectors::endoapply(...)
  6.       ├─BiocGenerics::lapply(X, FUN, ...)
  7.       └─S4Vectors::lapply(X, FUN, ...)
  8.         ├─BiocGenerics::lapply(as.list(X), match.fun(FUN), ...)
  9.         └─base::lapply(as.list(X), match.fun(FUN), ...)
 10.           └─SummarizedExperiment (local) FUN(X[[i]], ...)
 11.             ├─methods (local) dimnames(a)
 12.             └─DelayedArray (local) dimnames(a)
 13.               ├─methods::callNextMethod()
 14.               └─DelayedArray (local) .nextMethod(x = x)
 15.                 ├─methods (local) dimnames(x@seed)
 16.                 └─HDF5Array (local) dimnames(x@seed)
 17.                   └─HDF5Array::h5readDimnames(x@filepath, x@name, as.character = TRUE)
 18.                     └─HDF5Array::get_h5dimnames(filepath, name)
 19.                       └─HDF5Array:::h5getdimscales(filepath, name, scalename = "dimnames")
 20.                         └─S4Vectors::.Call2(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'calculating_methylation_transcription_correlations.Rmd' failed with diagnostics:
'filepath' must be a single string
--- failed re-building ‘calculating_methylation_transcription_correlations.Rmd’

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

Quitting from working_with_meth_rses.Rmd:56-70 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `.Call2()`:
! 'filepath' must be a single string
---
Backtrace:
     ▆
  1. └─methodical::extractGRangesMethSiteValues(...)
  2.   ├─IRanges::subsetByOverlaps(meth_rse, genomic_regions)
  3.   └─IRanges::subsetByOverlaps(meth_rse, genomic_regions)
  4.     ├─x[ov_any]
  5.     └─x[ov_any]
  6.       ├─x@assays[ii, ]
  7.       └─x@assays[ii, ]
  8.         └─SummarizedExperiment:::.extract_Assays_subset(x, i, j)
  9.           ├─methods::as(endoapply(assays, extract_assay_subset), class(x))
 10.           │ └─methods:::.class1(object)
 11.           └─S4Vectors::endoapply(assays, extract_assay_subset)
 12.             ├─BiocGenerics::lapply(X, FUN, ...)
 13.             └─S4Vectors::lapply(X, FUN, ...)
 14.               ├─BiocGenerics::lapply(as.list(X), match.fun(FUN), ...)
 15.               └─base::lapply(as.list(X), match.fun(FUN), ...)
 16.                 └─SummarizedExperiment (local) FUN(X[[i]], ...)
 17.                   ├─BiocGenerics::do.call(`[`, args)
 18.                   ├─base::do.call(`[`, args)
 19.                   ├─methods (local) `<fn>`(`<HDF5Mtrx[,100]>`, `<lgl>`, , drop = FALSE)
 20.                   └─DelayedArray (local) `<fn>`(`<HDF5Mtrx[,100]>`, `<lgl>`, , drop = FALSE)
 21.                     └─DelayedArray:::stash_DelayedSubset(x, Nindex)
 22.                       └─DelayedArray:::new_DelayedSubset(x@seed, Nindex)
 23.                         └─S4Arrays:::normalize_Nindex(Nindex, seed)
 24.                           ├─methods (local) dimnames(x)
 25.                           └─HDF5Array (local) dimnames(x)
 26.                             └─HDF5Array::h5readDimnames(x@filepath, x@name, as.character = TRUE)
 27.                               └─HDF5Array::get_h5dimnames(filepath, name)
 28.                                 └─HDF5Array:::h5getdimscales(filepath, name, scalename = "dimnames")
 29.                                   └─S4Vectors::.Call2(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'working_with_meth_rses.Rmd' failed with diagnostics:
'filepath' must be a single string
--- failed re-building ‘working_with_meth_rses.Rmd’

SUMMARY: processing the following files failed:
  ‘calculating_methylation_transcription_correlations.Rmd’
  ‘working_with_meth_rses.Rmd’

Error: Vignette re-building failed.
Execution halted