Back to Build/check report for BioC 3.23:   simplified   long
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-05-22 11:32 -0400 (Fri, 22 May 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4995
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 584/2418HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DESpace 2.4.0  (landing page)
Peiying Cai
Snapshot Date: 2026-05-21 13:40 -0400 (Thu, 21 May 2026)
git_url: https://git.bioconductor.org/packages/DESpace
git_branch: RELEASE_3_23
git_last_commit: 93c47a3
git_last_commit_date: 2026-04-28 09:00:19 -0400 (Tue, 28 Apr 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    ERROR  
See other builds for DESpace in R Universe.


CHECK results for DESpace on nebbiolo1

To the developers/maintainers of the DESpace package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DESpace.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: DESpace
Version: 2.4.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:DESpace.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings DESpace_2.4.0.tar.gz
StartedAt: 2026-05-22 00:22:02 -0400 (Fri, 22 May 2026)
EndedAt: 2026-05-22 00:32:28 -0400 (Fri, 22 May 2026)
EllapsedTime: 625.6 seconds
RetCode: 1
Status:   ERROR  
CheckDir: DESpace.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:DESpace.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings DESpace_2.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/DESpace.Rcheck’
* using R version 4.6.0 RC (2026-04-17 r89917)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-05-22 04:22:03 UTC
* checking for file ‘DESpace/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DESpace’ version ‘2.4.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 21 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 ‘DESpace’ 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 ... 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 ‘DESpace-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dsp_test
> ### Title: dsp_test
> ### Aliases: dsp_test
> 
> ### ** Examples
> 
> ## Load the example multi-sample multi-group spe object
> spe <- muSpaData::Wei22_example()
Error in value[[3L]](cond) : failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testhat.R’
 ERROR
Running the tests in ‘tests/testhat.R’ failed.
Last 13 lines of output:
  Backtrace:
      ▆
   1. └─muSpaData::Wei22_example() at test-individual_dsp.R:2:1
   2.   └─muSpaData:::.load_dataset("EH9613", metadata)
   3.     └─ExperimentHub::ExperimentHub()
   4.       └─AnnotationHub::.Hub(...)
   5.         └─base::tryCatch(...)
   6.           └─base (local) tryCatchList(expr, classes, parentenv, handlers)
   7.             └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
   8.               └─value[[3L]](cond)
  
  [ FAIL 2 | WARN 0 | SKIP 0 | PASS 19 ]
  Error:
  ! Test failures.
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
--- re-building ‘DSP.Rmd’ using rmarkdown
--- finished re-building ‘DSP.Rmd’

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

Quitting from SVG.Rmd:106-132 [load-example-data]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `value[[3L]]()`:
! failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
---
Backtrace:
    ▆
 1. └─ExperimentHub::ExperimentHub()
 2.   └─AnnotationHub::.Hub(...)
 3.     └─base::tryCatch(...)
 4.       └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 5.         └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 6.           └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'SVG.Rmd' failed with diagnostics:
failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
--- failed re-building ‘SVG.Rmd’

SUMMARY: processing the following file failed:
  ‘SVG.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 3 ERRORs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/DESpace.Rcheck/00check.log’
for details.


Installation output

DESpace.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL DESpace
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘DESpace’ ...
** this is package ‘DESpace’ version ‘2.4.0’
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (DESpace)

Tests output

DESpace.Rcheck/tests/testhat.Rout.fail


R version 4.6.0 RC (2026-04-17 r89917) -- "Because it was There"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-pc-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.

> library(testthat)
> library(DESpace)
> test_check("DESpace")
Saving _problems/test-dsp_test-2.R
Saving _problems/test-individual_dsp-2.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 19 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dsp_test.R:2:1'): (code run outside of `test_that()`) ──────────
Error in `value[[3L]](cond)`: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Backtrace:
    ▆
 1. └─muSpaData::Wei22_example() at test-dsp_test.R:2:1
 2.   └─muSpaData:::.load_dataset("EH9613", metadata)
 3.     └─ExperimentHub::ExperimentHub()
 4.       └─AnnotationHub::.Hub(...)
 5.         └─base::tryCatch(...)
 6.           └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 7.             └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 8.               └─value[[3L]](cond)
── Error ('test-individual_dsp.R:2:1'): (code run outside of `test_that()`) ────
Error in `value[[3L]](cond)`: failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Backtrace:
    ▆
 1. └─muSpaData::Wei22_example() at test-individual_dsp.R:2:1
 2.   └─muSpaData:::.load_dataset("EH9613", metadata)
 3.     └─ExperimentHub::ExperimentHub()
 4.       └─AnnotationHub::.Hub(...)
 5.         └─base::tryCatch(...)
 6.           └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 7.             └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 8.               └─value[[3L]](cond)

[ FAIL 2 | WARN 0 | SKIP 0 | PASS 19 ]
Error:
! Test failures.
Execution halted

Example timings

DESpace.Rcheck/DESpace-Ex.timings

nameusersystemelapsed
FeaturePlot1.8950.0291.924
LIBD_subset0.0000.0000.001