Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-10-01 12:04 -0400 (Wed, 01 Oct 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" 4843
lconwaymacOS 12.7.1 Montereyx86_644.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" 4631
kjohnson3macOS 13.7.7 Venturaarm644.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" 4575
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4576
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 723/2337HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
fenr 1.7.1  (landing page)
Marek Gierlinski
Snapshot Date: 2025-09-30 13:45 -0400 (Tue, 30 Sep 2025)
git_url: https://git.bioconductor.org/packages/fenr
git_branch: devel
git_last_commit: 5c24ba4
git_last_commit_date: 2025-09-23 04:17:12 -0400 (Tue, 23 Sep 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for fenr on lconway

To the developers/maintainers of the fenr package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/fenr.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: fenr
Version: 1.7.1
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:fenr.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings fenr_1.7.1.tar.gz
StartedAt: 2025-09-30 21:15:45 -0400 (Tue, 30 Sep 2025)
EndedAt: 2025-09-30 21:20:40 -0400 (Tue, 30 Sep 2025)
EllapsedTime: 294.6 seconds
RetCode: 1
Status:   ERROR  
CheckDir: fenr.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:fenr.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings fenr_1.7.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/fenr.Rcheck’
* using R version 4.5.1 Patched (2025-09-10 r88807)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Monterey 12.7.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘fenr/DESCRIPTION’ ... OK
* this is package ‘fenr’ version ‘1.7.1’
* 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 ‘fenr’ 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 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
fetch_go       23.161  3.345  35.962
fetch_reactome  7.079  9.299  19.107
fetch_kegg      0.823  0.023  20.906
fetch_wiki      0.079  0.003   7.670
* 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:
    1. ├─fenr::fetch_reactome(...) at test_reactome.R:92:3
    2. │ └─fenr:::fetch_reactome_gene_association(...)
    3. │   ├─dplyr::distinct(...)
    4. │   ├─dplyr::select(...)
    5. │   ├─dplyr::filter(...)
    6. │   ├─dplyr::mutate(...)
    7. │   └─readr::read_tsv(...)
    8. │     └─vroom::vroom(...)
    9. │       └─vroom:::vroom_(...)
   10. ├─base (local) `<fn>`(`<gzcon>`, "rb")
   11. └─base::open.connection(`<gzcon>`, "rb")
  
  [ FAIL 2 | WARN 2 | SKIP 1 | PASS 306 ]
  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: 1 ERROR
See
  ‘/Users/biocbuild/bbs-3.22-bioc/meat/fenr.Rcheck/00check.log’
for details.


Installation output

fenr.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL fenr
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’
* installing *source* package ‘fenr’ ...
** this is package ‘fenr’ version ‘1.7.1’
** using staged installation
** R
** data
** 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 (fenr)

Tests output

fenr.Rcheck/tests/testthat.Rout.fail


R version 4.5.1 Patched (2025-09-10 r88807) -- "Great Square Root"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

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(fenr)
> 
> test_check("fenr")







[ FAIL 2 | WARN 2 | SKIP 1 | PASS 306 ]

══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_bp.R:9:1'

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_reactome.R:62:3'): Correct Reactome Ensembl from yeast ─────────
Error in `open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x7faabb18a770>), 
    "rb")`: cannot open the connection
Backtrace:
     ▆
  1. ├─fenr::fetch_reactome(...) at test_reactome.R:62:3
  2. │ └─fenr:::fetch_reactome_ensembl_genes(...)
  3. │   ├─dplyr::distinct(...)
  4. │   ├─dplyr::filter(...)
  5. │   ├─dplyr::select(...)
  6. │   ├─dplyr::mutate(...)
  7. │   ├─dplyr::filter(...)
  8. │   └─readr::read_tsv(lpath, col_names = colms, show_col_types = FALSE)
  9. │     └─vroom::vroom(...)
 10. │       └─vroom:::vroom_(...)
 11. ├─base (local) `<fn>`(`<curl>`, "rb")
 12. └─base::open.connection(`<curl>`, "rb")
── Error ('test_reactome.R:92:3'): Correct Reactome gene association from yeast ──
Error in `open.connection(structure(5L, class = c("gzcon", "connection"
), conn_id = <pointer: 0x496>), "rb")`: cannot open the connection
Backtrace:
     ▆
  1. ├─fenr::fetch_reactome(...) at test_reactome.R:92:3
  2. │ └─fenr:::fetch_reactome_gene_association(...)
  3. │   ├─dplyr::distinct(...)
  4. │   ├─dplyr::select(...)
  5. │   ├─dplyr::filter(...)
  6. │   ├─dplyr::mutate(...)
  7. │   └─readr::read_tsv(...)
  8. │     └─vroom::vroom(...)
  9. │       └─vroom:::vroom_(...)
 10. ├─base (local) `<fn>`(`<gzcon>`, "rb")
 11. └─base::open.connection(`<gzcon>`, "rb")

[ FAIL 2 | WARN 2 | SKIP 1 | PASS 306 ]
Error: Test failures
Execution halted

Example timings

fenr.Rcheck/fenr-Ex.timings

nameusersystemelapsed
enrichment_interactive0.0010.0000.001
fetch_bp0.3040.0370.703
fetch_go23.161 3.34535.962
fetch_go_species0.0220.0010.040
fetch_kegg 0.823 0.02320.906
fetch_kegg_species0.1040.0233.419
fetch_reactome 7.079 9.29919.107
fetch_reactome_species0.0110.0010.806
fetch_terms_for_example000
fetch_wiki0.0790.0037.670
fetch_wiki_species0.0070.0000.096
functional_enrichment0.0000.0000.001
get_feature_terms000
get_term_features000
prepare_for_enrichment000
remove_cache0.0000.0000.001