Back to Multiple platform build/check report for BioC 3.21:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-08-21 11:39 -0400 (Thu, 21 Aug 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4824
merida1macOS 12.7.5 Montereyx86_644.5.1 RC (2025-06-05 r88288) -- "Great Square Root" 4604
kjohnson1macOS 13.6.6 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4545
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4579
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 168/2341HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BgeeDB 2.34.0  (landing page)
Julien Wollbrett , Julien Roux , Andrea Komljenovic , Frederic Bastian
Snapshot Date: 2025-08-18 13:40 -0400 (Mon, 18 Aug 2025)
git_url: https://git.bioconductor.org/packages/BgeeDB
git_branch: RELEASE_3_21
git_last_commit: 081a44d
git_last_commit_date: 2025-04-15 11:01:13 -0400 (Tue, 15 Apr 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    ERROR  skipped
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    TIMEOUT    OK  
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    TIMEOUT  


CHECK results for BgeeDB on merida1

To the developers/maintainers of the BgeeDB package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BgeeDB.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: BgeeDB
Version: 2.34.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:BgeeDB.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings BgeeDB_2.34.0.tar.gz
StartedAt: 2025-08-19 01:15:05 -0400 (Tue, 19 Aug 2025)
EndedAt: 2025-08-19 01:55:06 -0400 (Tue, 19 Aug 2025)
EllapsedTime: 2400.4 seconds
RetCode: None
Status:   TIMEOUT  
CheckDir: BgeeDB.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.21-bioc/meat/BgeeDB.Rcheck’
* using R version 4.5.1 RC (2025-06-05 r88288)
* 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 ‘BgeeDB/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘BgeeDB’ version ‘2.34.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 ‘BgeeDB’ 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 ... ERROR
Running examples in ‘BgeeDB-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: listBgeeSpecies
> ### Title: List species in the Bgee database and the available data types
> ###   for each of them
> ### Aliases: listBgeeSpecies
> 
> ### ** Examples
> 
> {
+  listBgeeSpecies()
+  # species present in a specific Bgee release
+  listBgeeSpecies(release = "13.2")
+  # in order to order species according to theit taxonomical IDs
+  listBgeeSpecies(ordering = 1)
+ }

Querying Bgee to get release information...

Building URL to query species in Bgee release 15_2...

downloading Bgee species info... (https://www.bgee.org/ftp/bgee_v15_2/rPackageSpeciesInfo.tsv)

Download of species information successful!

Querying Bgee to get release information...

Building URL to query species in Bgee release 13_2...

downloading Bgee species info... (https://archives.bgee.org/13-2/?page=species&display_type=tsv&source=BgeeDB_R_package&source_version=2.34.0)

Download of species information successful!

Querying Bgee to get release information...

Building URL to query species in Bgee release 15_2...

downloading Bgee species info... (https://www.bgee.org/ftp/bgee_v15_2/rPackageSpeciesInfo.tsv)
Warning in download.file(url = url, destfile = destfile, quiet = quiet) :
  URL 'https://www.bgee.org/ftp/bgee_v15_2/rPackageSpeciesInfo.tsv': status was 'SSL connect error'
Error in download.file(url = url, destfile = destfile, quiet = quiet) : 
  cannot open URL 'https://www.bgee.org/ftp/bgee_v15_2/rPackageSpeciesInfo.tsv'
Calls: listBgeeSpecies -> bgee_download_file -> download.file
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
                         user system elapsed
geneList               20.119  1.063 358.755
formatData              6.453  3.461 301.746
deleteLocalData         7.231  0.843 129.860
getIntegratedCalls      5.916  0.988 107.439
getData                 1.896  0.197  68.471
getSampleProcessedData  1.758  0.164 107.241
Bgee-class              0.151  0.052 132.504
getAnnotation           0.095  0.027  42.941
deleteOldData           0.053  0.022  75.747
listBgeeRelease         0.048  0.022  56.426
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’

Installation output

BgeeDB.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’
* installing *source* package ‘BgeeDB’ ...
** this is package ‘BgeeDB’ version ‘2.34.0’
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
** testing if installed package can be loaded from final location

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
** testing if installed package keeps a record of temporary installation path
* DONE (BgeeDB)

Tests output

BgeeDB.Rcheck/tests/testthat.Rout


R version 4.5.1 RC (2025-06-05 r88288) -- "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(BgeeDB)
Loading required package: topGO
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: 'generics'

The following objects are masked from 'package:base':

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min

Loading required package: graph
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: GO.db
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: IRanges
Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname


Loading required package: SparseM

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.

Attaching package: 'topGO'

The following object is masked from 'package:IRanges':

    members

Loading required package: tidyr

Attaching package: 'tidyr'

The following object is masked from 'package:S4Vectors':

    expand

The following object is masked from 'package:testthat':

    matches

> 
> Sys.setenv("R_TESTS" = "")
> test_check("BgeeDB")

Querying Bgee to get release information...
Error in download.file(url = url, destfile = destfile, quiet = quiet) : 
  cannot open URL 'https://www.bgee.org/ftp/release_v2.tsv'

Querying Bgee to get release information...
Error in download.file(url = url, destfile = destfile, quiet = quiet) : 
  cannot open URL 'https://www.bgee.org/ftp/release_v2.tsv'

Querying Bgee to get release information...

Example timings

BgeeDB.Rcheck/BgeeDB-Ex.timings

nameusersystemelapsed
Bgee-class 0.151 0.052132.504
deleteLocalData 7.231 0.843129.860
deleteOldData 0.053 0.02275.747
formatData 6.453 3.461301.746
geneList 20.119 1.063358.755
getAnnotation 0.095 0.02742.941
getCellProcessedData0.0000.0010.001
getData 1.896 0.19768.471
getIntegratedCalls 5.916 0.988107.439
getSampleProcessedData 1.758 0.164107.241
listBgeeRelease 0.048 0.02256.426