Back to Multiple platform build/check report for BioC 3.17
ABCD[E]FGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 10:55:36 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.1 LTS)x86_644.3.0 alpha (2023-04-03 r84154) 4547
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_64R Under development (unstable) (2023-02-14 r83833) -- "Unsuffered Consequences" 4333
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

CHECK results for EpiCompare on nebbiolo2


To the developers/maintainers of the EpiCompare package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/EpiCompare.git to reflect on this report. See Troubleshooting Build Report for more information.

- Use the following Renviron settings to reproduce errors and warnings.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 630/2207HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
EpiCompare 1.3.4  (landing page)
Sera Choi
Snapshot Date: 2023-04-11 14:00:16 -0400 (Tue, 11 Apr 2023)
git_url: https://git.bioconductor.org/packages/EpiCompare
git_branch: devel
git_last_commit: b643b13
git_last_commit_date: 2023-02-24 15:43:23 -0400 (Fri, 24 Feb 2023)
nebbiolo1Linux (Ubuntu 22.04.1 LTS) / x86_64  OK    OK    ERROR  
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    ERROR  

Summary

Package: EpiCompare
Version: 1.3.4
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:EpiCompare.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings EpiCompare_1.3.4.tar.gz
StartedAt: 2023-04-12 06:05:27 -0400 (Wed, 12 Apr 2023)
EndedAt: 2023-04-12 06:19:24 -0400 (Wed, 12 Apr 2023)
EllapsedTime: 837.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: EpiCompare.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:EpiCompare.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings EpiCompare_1.3.4.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/EpiCompare.Rcheck’
* using R Under development (unstable) (2023-02-14 r83833)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
    GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
* running under: Ubuntu 20.04.6 LTS
* using session charset: UTF-8
* checking for file ‘EpiCompare/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘EpiCompare’ version ‘1.3.4’
* 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 ‘EpiCompare’ 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 R 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 ... 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 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
plot_enrichment            39.082  2.376  47.905
plot_ChIPseeker_annotation 22.088  1.572  23.660
predict_precision_recall   10.166  2.484   4.113
rebin_peaks                 7.323  2.132   3.836
plot_precision_recall       7.486  1.629   4.974
plot_corr                   7.010  1.750   7.261
EpiCompare                  7.836  0.808   8.704
liftover_grlist             4.531  0.788   5.944
* 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:
   19.   │                   ├─base::withVisible(...)
   20.   │                   └─evaluate:::eval_with_user_handlers(expr, envir, enclos, user_handlers)
   21.   │                     └─base::eval(expr, envir, enclos)
   22.   │                       └─base::eval(expr, envir, enclos)
   23.   └─EpiCompare:::save_output(...)
   24.     └─ggplot2::ggsave(...)
   25.       ├─grid::grid.draw(plot)
   26.       └─ggplot2:::grid.draw.ggplot(plot)
   27.         ├─base::print(x)
   28.         └─ggplot2:::print.ggplot(x)
   29.           └─grid::grid.newpage()
  
  [ FAIL 1 | WARN 7 | SKIP 0 | PASS 92 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘EpiCompare.Rmd’ using ‘UTF-8’... OK
  ‘docker.Rmd’ using ‘UTF-8’... OK
  ‘example_report.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/EpiCompare.Rcheck/00check.log’
for details.


Installation output

EpiCompare.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL EpiCompare
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-library’
* installing *source* package ‘EpiCompare’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: replacing previous import ‘Biostrings::pattern’ by ‘grid::pattern’ when loading ‘genomation’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: replacing previous import ‘Biostrings::pattern’ by ‘grid::pattern’ when loading ‘genomation’
** testing if installed package can be loaded from final location
Warning: replacing previous import ‘Biostrings::pattern’ by ‘grid::pattern’ when loading ‘genomation’
** testing if installed package keeps a record of temporary installation path
* DONE (EpiCompare)

Tests output

EpiCompare.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2023-02-14 r83833) -- "Unsuffered Consequences"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

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(EpiCompare)

Warning message:
replacing previous import 'Biostrings::pattern' by 'grid::pattern' when loading 'genomation' 
> 
> test_check("EpiCompare")
All EpiCompare features are being used.
WARNING: precision-recall curves cannot be generated when reference=NULL.


processing file: EpiCompare.Rmd
output file: EpiCompare.knit.md

/usr/bin/pandoc +RTS -K512m -RTS EpiCompare.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output /tmp/Rtmpgt9B99/EpiCompare_testthat/EpiCompare.html --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --table-of-contents --toc-depth 3 --variable toc_float=1 --variable toc_selectors=h1,h2,h3 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --number-sections --variable theme=bootstrap --css custom.css --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/Rtmpgt9B99/rmarkdown-strfd5c652a63d65.html --variable code_folding=hide --variable code_menu=1 
[WARNING] This document format requires a nonempty <title> element.
  Please specify either 'title' or 'pagetitle' in the metadata,
  e.g. by using --metadata pagetitle="..." on the command line.
  Falling back to 'EpiCompare.knit'

Output created: /tmp/Rtmpgt9B99/EpiCompare_testthat/EpiCompare.html
[1] "Done in 2.45 min."
All outputs saved to: /tmp/Rtmpgt9B99/EpiCompare_testthat
NOTE: The following EpiCompare features are NOT being used: 
 - upset_plot=
 - stat_plot=
 - chromHMM_plot=
 - chipseeker_plot=
 - enrichment_plot=
 - tss_plot=
 - precision_recall_plot=
 - corr_plot=
 - add_download_button=


processing file: EpiCompare.Rmd
Quitting from lines 279-295 (EpiCompare.Rmd) 
[1] 1
[1] 3
[1] 5
[1] 7
[1] 9
[1] 11
[1] 13
[1] 15
[1] 17
[1] 19
[1] 21
[1] 23
[1] 25
[1] 2
[1] 4
[1] 6
[1] 8
[1] 10
[1] 12
[1] 14
[1] 16
[1] 18
[1] 20
[1] 22
[1] 24
[1] 26
[1] 1
[1] 2
[1] 3
[1] 4
[1] 5
[1] 6
[1] 7
[1] 8
[1] 9
[1] 10
[1] 11
[1] 12
[1] 13
[1] 14
[1] 15
[1] 16
[1] 17
[1] 18
[1] 19
[1] 20
[1] 21
[1] 22
[1] 23
[1] 24
[1] 25
[1] 26
[1] 1
[1] 2
[1] 3
[1] 4
[1] 5
[1] 6
[1] 7
[1] 8
[1] 9
[1] 10
[1] 11
[1] 12
[1] 13
[1] 14
[1] 15
[1] 16
[1] 17
[1] 18
[1] 19
[1] 20
[1] 21
[1] 22
[1] 23
[1] 24
[1] 25
[1] 26
Removing non-standard chromosomes.
Computing consensus peaks for group: Imperial 
 - 2 files 
 - 1,670-2,707 peaks each
Identified 1,325 consensus peaks from 2 peak files
Computing consensus peaks for group: ENCODE 
 - 1 files 
 - 5,142-5,142 peaks each
WARNING: Cannot compute consensus peaks when group has <2 peak files. Returning original GRanges object instead.
Done computing consensus peaks in 0 min.
Removing non-standard chromosomes.
Computing consensus peaks for group: Imperial 
 - 2 files 
 - 1,670-2,707 peaks each
Identified 2,982 consensus peaks from 2 peak files
Computing consensus peaks for group: ENCODE 
 - 1 files 
 - 5,142-5,142 peaks each
WARNING: Cannot compute consensus peaks when group has <2 peak files. Returning original GRanges object instead.
Done computing consensus peaks in 0.38 min.
Standardising peak files in 6,659 bins of 5e+05 bp.
Merging data into matrix.
Binned matrix size: 6,659 x 3
Matrix sparsity: 0.9526
Calculating correlation matrix.
Done computing correlations in 2 seconds.
Saving correlation results ==> /tmp/Rtmpgt9B99/filefd5c645e526da.corr.csv.gz
Standardising peak files in 32,488 bins of 1e+05 bp.
Merging data into matrix.
Binned matrix size: 32,488 x 3
Matrix sparsity: 0.974
Calculating correlation matrix.
Done computing correlations in 2 seconds.
Saving correlation results ==> /tmp/Rtmpgt9B99/filefd5c6488c4ab6.corr.csv.gz
Standardising peak files in 323,636 bins of 1e+04 bp.
Merging data into matrix.
Binned matrix size: 323,636 x 3
Matrix sparsity: 0.9936
Calculating correlation matrix.
Done computing correlations in 7 seconds.
Saving correlation results ==> /tmp/Rtmpgt9B99/filefd5c6743a346a.corr.csv.gz
Standardising peak files in 647,114 bins of 5,000 bp.
Merging data into matrix.
Binned matrix size: 647,114 x 3
Matrix sparsity: 0.996
Calculating correlation matrix.
Done computing correlations in 12 seconds.
Saving correlation results ==> /tmp/Rtmpgt9B99/filefd5c65b85c57.corr.csv.gz
--- Running fragment_info() ---
Done.
Writing ==> /tmp/Rtmpgt9B99/processed_results/encode_H3K27ac.narrowPeaks.bed
Writing ==> /tmp/Rtmpgt9B99/processed_results/CnT_H3K27ac.narrowPeaks.bed
Writing ==> /tmp/Rtmpgt9B99/processed_results/CnR_H3K27ac.narrowPeaks.bed
Searching for *.narrowPeaks.bed$ files...
3 matching files identified.
Constructing file names.
Importing files.
Reading narrowPeaks
Reading narrowPeaks
Reading narrowPeaks
3 files retrieved.
Searching for peaks.narrow files...
3 matching files identified.
Constructing file names.
Returning paths.
Searching for peaks.narrow files...
0 matching files identified. Returning NULL.
Writing ==> /tmp/Rtmpgt9B99/processed_results/encode_H3K27ac.narrowPeaks.bed
Preparing chain file.
loading from cache
require("rtracklayer")
Performing liftover:  hg19  -->  hg38
Removing non-standard chromosomes.
Preparing chain file.
Preparing chain file.
loading from cache
Performing liftover:  hg38  -->  hg19
Removing non-standard chromosomes.
loading from cache
Performing liftover:  hg19  -->  mm9
Removing non-standard chromosomes.
NOTE: The following EpiCompare features are NOT being used: 
 - upset_plot=
 - stat_plot=
 - chromHMM_plot=
 - chipseeker_plot=
 - enrichment_plot=
 - tss_plot=
 - precision_recall_plot=
 - corr_plot=
 - add_download_button=


processing file: EpiCompare.Rmd
output file: EpiCompare.knit.md

/usr/bin/pandoc +RTS -K512m -RTS EpiCompare.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output /tmp/Rtmpgt9B99/EpiCompare_test/EpiCompare.html --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --table-of-contents --toc-depth 3 --variable toc_float=1 --variable toc_selectors=h1,h2,h3 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --number-sections --variable theme=bootstrap --css custom.css --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/Rtmpgt9B99/rmarkdown-strfd5c637f77b63.html --variable code_folding=hide --variable code_menu=1 
[WARNING] This document format requires a nonempty <title> element.
  Please specify either 'title' or 'pagetitle' in the metadata,
  e.g. by using --metadata pagetitle="..." on the command line.
  Falling back to 'EpiCompare.knit'

Output created: /tmp/Rtmpgt9B99/EpiCompare_test/EpiCompare.html
[1] "Done in 0.08 min."
All outputs saved to: /tmp/Rtmpgt9B99/EpiCompare_test
NOTE: The following EpiCompare features are NOT being used: 
 - upset_plot=
 - stat_plot=
 - chromHMM_plot=
 - chipseeker_plot=
 - enrichment_plot=
 - tss_plot=
 - precision_recall_plot=
 - corr_plot=
 - add_download_button=


processing file: EpiCompare.Rmd
output file: EpiCompare.knit.md

/usr/bin/pandoc +RTS -K512m -RTS EpiCompare.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output /tmp/Rtmpgt9B99/EpiCompare_test/EpiCompare.html --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --table-of-contents --toc-depth 3 --variable toc_float=1 --variable toc_selectors=h1,h2,h3 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --number-sections --variable theme=bootstrap --css custom.css --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/Rtmpgt9B99/rmarkdown-strfd5c66ff31c73.html --variable code_folding=hide --variable code_menu=1 
[WARNING] This document format requires a nonempty <title> element.
  Please specify either 'title' or 'pagetitle' in the metadata,
  e.g. by using --metadata pagetitle="..." on the command line.
  Falling back to 'EpiCompare.knit'

Output created: /tmp/Rtmpgt9B99/EpiCompare_test/EpiCompare.html
[1] "Done in 0.09 min."
All outputs saved to: /tmp/Rtmpgt9B99/EpiCompare_test
NOTE: The following EpiCompare features are NOT being used: 
 - upset_plot=
 - stat_plot=
 - chromHMM_plot=
 - chipseeker_plot=
 - enrichment_plot=
 - tss_plot=
 - precision_recall_plot=
 - corr_plot=
 - add_download_button=


processing file: EpiCompare.Rmd
output file: EpiCompare.knit.md

/usr/bin/pandoc +RTS -K512m -RTS EpiCompare.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output /tmp/Rtmpgt9B99/EpiCompare_test/testthat_example_Apr_12_2023.html --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --table-of-contents --toc-depth 3 --variable toc_float=1 --variable toc_selectors=h1,h2,h3 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /home/biocbuild/bbs-3.17-bioc/R/site-library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --number-sections --variable theme=bootstrap --css custom.css --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/Rtmpgt9B99/rmarkdown-strfd5c67aaa8477.html --variable code_folding=hide --variable code_menu=1 
[WARNING] This document format requires a nonempty <title> element.
  Please specify either 'title' or 'pagetitle' in the metadata,
  e.g. by using --metadata pagetitle="..." on the command line.
  Falling back to 'EpiCompare.knit'

Output created: /tmp/Rtmpgt9B99/EpiCompare_test/testthat_example_Apr_12_2023.html
[1] "Done in 0.12 min."
All outputs saved to: /tmp/Rtmpgt9B99/EpiCompare_test
--- Running overlap_heatmap() ---
Warning: fill_diag must =NULL due to a known bug in the package 'heatmaply'.
Genreating precision-recall matrix.
overlap_heatmap(): Done in 0.5s.
--- Running overlap_heatmap() ---
Genreating precision-recall matrix.
overlap_heatmap(): Done in 0.1s.
--- Running overlap_stat_plot() ---
Preparing reference.
Extracting only the first GRanges object from list.
Done.
--- Running overlap_stat_plot() ---
Preparing reference.
Extracting only the first GRanges object from list.
Done.
--- Running peak_info() ---
Done.
Standardising peak files in 647,114 bins of 5,000 bp.
Merging data into matrix.
Binned matrix size: 647,114 x 3
Matrix sparsity: 0.996
Calculating correlation matrix.
Done computing correlations in 13 seconds.
Saving correlation results ==> /tmp/Rtmpgt9B99/filefd5c64ab9caa0.corr.csv.gz
Threshold=0: Filtering peaks
Threshold=0.05: Filtering peaks
Computing precision-recall results.
Threshold=0.1: Filtering peaks
Computing precision-recall results.
Threshold=0.15: Filtering peaks
Computing precision-recall results.
Threshold=0.2: Filtering peaks
Computing precision-recall results.
Threshold=0.25: Filtering peaks
Computing precision-recall results.
Threshold=0.3: Filtering peaks
Computing precision-recall results.
Threshold=0.35: Filtering peaks
Computing precision-recall results.
Threshold=0.4: Filtering peaks
Computing precision-recall results.
Computing precision-recall results.
Threshold=0.45: Filtering peaks
Threshold=0.5: Filtering peaks
Computing precision-recall results.
Computing precision-recall results.
Threshold=0.6: Filtering peaks
Threshold=0.55: Filtering peaks
Computing precision-recall results.
Computing precision-recall results.
Threshold=0.65: Filtering peaks
Threshold=0.7: Filtering peaks
Computing precision-recall results.
Computing precision-recall results.
Threshold=0.8: Filtering peaks
Threshold=0.75: Filtering peaks
Computing precision-recall results.
Computing precision-recall results.
Threshold=0.9: Filtering peaks
Threshold=0.85: Filtering peaks
Computing precision-recall results.
Computing precision-recall results.
Threshold=0.95: Filtering peaks
Computing precision-recall results.
Reformatting precision-recall data.
Saving precision-recall results ==> /tmp/Rtmpgt9B99/filefd5c639b739c6precision_recall.csv
Plotting precision-recall curve.
Plotting F1.
Making predictions for peaklist1: CnR_H3K27ac
Making predictions for peaklist2: encode_H3K27ac
+ Predicting recall from 10 precision values.
+ Predicting precision from 10 recall values.
Making predictions for peaklist1: CnT_H3K27ac
Making predictions for peaklist2: encode_H3K27ac
+ Predicting recall from 10 precision values.
+ Predicting precision from 10 recall values.
WARNING: 'CnT_missing' missing threshold col, will be excluded from precision-recall calculations.
Standardising peak files in 647,114 bins of 5,000 bp.
Merging data into matrix.
Converting to sparse matrix.
Binned matrix size: 647,114 x 2
Matrix sparsity: 0.9968
WARNING: 'CnT_missing' missing threshold col, will be excluded from precision-recall calculations.
Standardising peak files in 416,959 bins of 5,000 bp.
Merging data into matrix.
Converting to sparse matrix.
Binned matrix size: 416,959 x 2
Matrix sparsity: 0.995
--- Running tss_plot() ---
>> Running bootstrapping for tag matrix...		 2023-04-12 06:17:47 
>> Running bootstrapping for tag matrix...		 2023-04-12 06:17:47 
Done.
--- Running width_boxplot() ---
Done.
[ FAIL 1 | WARN 7 | SKIP 0 | PASS 92 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-EpiCompare.R:57:3'): All options FALSE, correct outputs generated ──
Error in `grid.newpage()`: could not open file '/tmp/Rtmpgt9B99/EpiCompare_testthat/EpiCompare_file//tmp/Rtmpgt9B99/EpiCompare_testthat/EpiCompare_file/width_plot.png'
Backtrace:
     ▆
  1. └─EpiCompare::EpiCompare(...) at test-EpiCompare.R:57:2
  2.   ├─rmarkdown::render(...)
  3.   │ └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
  4.   │   └─knitr:::process_file(text, output)
  5.   │     ├─base::withCallingHandlers(...)
  6.   │     ├─knitr:::process_group(group)
  7.   │     └─knitr:::process_group.block(group)
  8.   │       └─knitr:::call_block(x)
  9.   │         └─knitr:::block_exec(params)
 10.   │           └─knitr:::eng_r(options)
 11.   │             ├─knitr:::in_input_dir(...)
 12.   │             │ └─knitr:::in_dir(input_dir(), expr)
 13.   │             └─knitr (local) evaluate(...)
 14.   │               └─evaluate::evaluate(...)
 15.   │                 └─evaluate:::evaluate_call(...)
 16.   │                   ├─evaluate (local) timing_fn(...)
 17.   │                   ├─base (local) handle(...)
 18.   │                   ├─base::withCallingHandlers(...)
 19.   │                   ├─base::withVisible(...)
 20.   │                   └─evaluate:::eval_with_user_handlers(expr, envir, enclos, user_handlers)
 21.   │                     └─base::eval(expr, envir, enclos)
 22.   │                       └─base::eval(expr, envir, enclos)
 23.   └─EpiCompare:::save_output(...)
 24.     └─ggplot2::ggsave(...)
 25.       ├─grid::grid.draw(plot)
 26.       └─ggplot2:::grid.draw.ggplot(plot)
 27.         ├─base::print(x)
 28.         └─ggplot2:::print.ggplot(x)
 29.           └─grid::grid.newpage()

[ FAIL 1 | WARN 7 | SKIP 0 | PASS 92 ]
Error: Test failures
Execution halted

Example timings

EpiCompare.Rcheck/EpiCompare-Ex.timings

nameusersystemelapsed
EpiCompare7.8360.8088.704
bpplapply0.0040.0730.095
check_workers0.0010.0060.006
compute_consensus_peaks0.5270.1550.595
compute_corr2.5341.1592.519
download_button0.0020.0040.006
fragment_info0.0030.0000.003
gather_files0.4570.1600.661
group_files0.2470.0840.060
liftover_grlist4.5310.7885.944
overlap_heatmap0.5860.0800.666
overlap_percent0.3160.0240.340
overlap_stat_plot0.1710.0120.176
overlap_upset_plot0.3800.0560.434
peak_info0.670.040.71
plot_ChIPseeker_annotation22.088 1.57223.660
plot_chromHMM3.6180.4094.154
plot_corr7.0101.7507.261
plot_enrichment39.082 2.37647.905
plot_precision_recall7.4861.6294.974
precision_recall0.0750.1004.260
predict_precision_recall10.166 2.484 4.113
rebin_peaks7.3232.1323.836
report_command000
report_header0.0010.0000.001
tidy_peakfile0.3800.0520.431
translate_genome0.0110.0000.011
tss_plot2.1010.0722.173
width_boxplot0.0520.0040.055
write_example_peaks0.2530.0000.253