Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-10-16 11:41 -0400 (Thu, 16 Oct 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4833 |
merida1 | macOS 12.7.6 Monterey | x86_64 | 4.5.1 RC (2025-06-05 r88288) -- "Great Square Root" | 4614 |
kjohnson1 | macOS 13.7.5 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4555 |
kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4586 |
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 1347/2341 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
MotifPeeker 1.0.0 (landing page) Hiranyamaya Dash
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | ![]() | ||||||||
merida1 | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | ![]() | ||||||||
kjohnson1 | macOS 13.7.5 Ventura / arm64 | OK | OK | OK | OK | ![]() | ||||||||
kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
To the developers/maintainers of the MotifPeeker package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/MotifPeeker.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. |
Package: MotifPeeker |
Version: 1.0.0 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:MotifPeeker.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings MotifPeeker_1.0.0.tar.gz |
StartedAt: 2025-10-14 11:31:15 -0000 (Tue, 14 Oct 2025) |
EndedAt: 2025-10-14 11:37:52 -0000 (Tue, 14 Oct 2025) |
EllapsedTime: 397.3 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: MotifPeeker.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:MotifPeeker.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings MotifPeeker_1.0.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/MotifPeeker.Rcheck’ * using R Under development (unstable) (2025-02-19 r87757) * using platform: aarch64-unknown-linux-gnu * R was compiled by aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: openEuler 24.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘MotifPeeker/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘MotifPeeker’ version ‘1.0.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Imports includes 25 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. * 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 ‘MotifPeeker’ 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 ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Non-topic package-anchored link(s) in Rd file 'pipe.Rd': ‘[magrittr:pipe]{%>%}’ See section 'Cross-references' in the 'Writing R Extensions' manual. Found the following Rd file(s) with Rd \link{} targets missing package anchors: motif_enrichment.Rd: memes plot_motif_comparison.Rd: compare_motifs 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 ... ERROR Running examples in ‘MotifPeeker-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: to_plotly > ### Title: Convert ggplot2 objects to plotly > ### Aliases: to_plotly > ### Keywords: internal > > ### ** Examples > > x <- data.frame(a = c(1,2,3), b = c(2,3,4)) > p <- ggplot2::ggplot(x, ggplot2::aes(x = a, y = b)) + ggplot2::geom_point() > MotifPeeker:::to_plotly(p, html_tags = FALSE) Error in pm[[2]] : subscript out of bounds Calls: <Anonymous> -> <Anonymous> -> ggplotly.ggplot -> gg2list 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: ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-to_plotly.R:5:5'): to_plotly works ───────────────────────────── <subscriptOutOfBoundsError/error/condition> Error in `pm[[2]]`: subscript out of bounds Backtrace: ▆ 1. └─MotifPeeker:::to_plotly(p, html_tags = FALSE) at test-to_plotly.R:5:5 2. ├─plotly::ggplotly(p, tooltip = tooltip, ...) 3. └─plotly:::ggplotly.ggplot(p, tooltip = tooltip, ...) 4. └─plotly::gg2list(...) [ FAIL 1 | WARN 0 | SKIP 10 | PASS 61 ] Error: Test failures Execution halted * 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: 2 ERRORs, 1 NOTE See ‘/home/biocbuild/bbs-3.21-bioc/meat/MotifPeeker.Rcheck/00check.log’ for details.
MotifPeeker.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL MotifPeeker ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’ * installing *source* package ‘MotifPeeker’ ... ** this is package ‘MotifPeeker’ version ‘1.0.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 (MotifPeeker)
MotifPeeker.Rcheck/tests/testthat.Rout.fail
R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: aarch64-unknown-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. > desc_path <- list.files("../","^DESCRIPTION$", + full.names = TRUE, recursive = TRUE)[1] > pkg <- read.dcf(desc_path, fields = "Package")[1] > library(testthat) > library(pkg, character.only = TRUE) > > test_check(pkg) ### Exp2 {- .unlisted} **Reference Experiment Label**: Exp1 (Total Reads: 100) **Comparison Experiment Label**: Exp2 (Total Reads: 200) ## Exp2 {- .unlisted .tabset .tabset-fade .tabset-pills} **Reference Experiment Label**: Exp1 **Comparison Experiment Label**: Exp2 [ FAIL 1 | WARN 0 | SKIP 10 | PASS 61 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • MEME is not installed (8): 'test-MotifPeeker.R:1:1', 'test-confirm_meme_install.R:1:1', 'test-denovo_motif_funcs.R:1:1', 'test-enrichment_funcs.R:1:1', 'test-get_df_distances.R:1:1', 'test-markov_background_model.R:1:1', 'test-motif_enrichment.R:1:1', 'test-summit_to_motif.R:1:1' • On CRAN (2): 'test-check_ENCODE.R:1:1', 'test-check_JASPAR.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-to_plotly.R:5:5'): to_plotly works ───────────────────────────── <subscriptOutOfBoundsError/error/condition> Error in `pm[[2]]`: subscript out of bounds Backtrace: ▆ 1. └─MotifPeeker:::to_plotly(p, html_tags = FALSE) at test-to_plotly.R:5:5 2. ├─plotly::ggplotly(p, tooltip = tooltip, ...) 3. └─plotly:::ggplotly.ggplot(p, tooltip = tooltip, ...) 4. └─plotly::gg2list(...) [ FAIL 1 | WARN 0 | SKIP 10 | PASS 61 ] Error: Test failures Execution halted
MotifPeeker.Rcheck/MotifPeeker-Ex.timings
name | user | system | elapsed | |
MotifPeeker | 0.747 | 0.083 | 0.832 | |
bpapply | 4.626 | 0.148 | 4.788 | |
calc_frip | 0.555 | 0.385 | 0.742 | |
check_ENCODE | 0.522 | 0.076 | 1.655 | |
check_JASPAR | 0.342 | 0.024 | 0.367 | |
check_genome_build | 0.021 | 0.012 | 0.033 | |
denovo_motifs | 0.062 | 0.020 | 0.082 | |
find_motifs | 0.077 | 0.004 | 0.081 | |
format_exptype | 0 | 0 | 0 | |
get_JASPARCORE | 0.326 | 0.036 | 0.362 | |
get_df_distances | 0.075 | 0.004 | 0.088 | |
get_df_enrichment | 0.071 | 0.008 | 0.079 | |
motif_enrichment | 0.074 | 0.003 | 0.079 | |
motif_similarity | 0.075 | 0.003 | 0.079 | |
pipe | 0 | 0 | 0 | |
pretty_number | 0.000 | 0.000 | 0.001 | |
read_motif_file | 0.01 | 0.00 | 0.01 | |
read_peak_file | 0.182 | 0.023 | 0.207 | |
read_peak_file_macs | 0.200 | 0.012 | 0.213 | |
report_command | 0.001 | 0.000 | 0.000 | |
report_header | 0.003 | 0.000 | 0.002 | |
save_peak_file | 0.059 | 0.004 | 0.063 | |
segregate_seqs | 0.180 | 0.028 | 0.208 | |
summit_to_motif | 0.072 | 0.008 | 0.081 | |