Back to Multiple platform build/check report for BioC 3.23:   simplified   long
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-03-25 11:34 -0400 (Wed, 25 Mar 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" 4876
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences" 4573
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 99/2372HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ArrayExpress 1.71.0  (landing page)
Jose Marugan
Snapshot Date: 2026-03-24 13:40 -0400 (Tue, 24 Mar 2026)
git_url: https://git.bioconductor.org/packages/ArrayExpress
git_branch: devel
git_last_commit: 4a25159
git_last_commit_date: 2025-10-29 10:01:28 -0400 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  
See other builds for ArrayExpress in R Universe.


CHECK results for ArrayExpress on nebbiolo1

To the developers/maintainers of the ArrayExpress package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ArrayExpress.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: ArrayExpress
Version: 1.71.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:ArrayExpress.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings ArrayExpress_1.71.0.tar.gz
StartedAt: 2026-03-24 21:07:16 -0400 (Tue, 24 Mar 2026)
EndedAt: 2026-03-24 21:12:24 -0400 (Tue, 24 Mar 2026)
EllapsedTime: 307.6 seconds
RetCode: 1
Status:   ERROR  
CheckDir: ArrayExpress.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/ArrayExpress.Rcheck’
* using R Under development (unstable) (2026-03-05 r89546)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-03-25 01:07:16 UTC
* checking for file ‘ArrayExpress/DESCRIPTION’ ... OK
* this is package ‘ArrayExpress’ version ‘1.71.0’
* 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 ‘ArrayExpress’ 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 'ArrayExpress.Rd':
  ‘[Biobase:class.ExpressionSet]{ExpressionSet}’

Non-topic package-anchored link(s) in Rd file 'ae2bioc.Rd':
  ‘[Biobase:class.ExpressionSet]{ExpressionSet}’

Non-topic package-anchored link(s) in Rd file 'procset.Rd':
  ‘[Biobase:class.ExpressionSet]{ExpressionSet}’

See section 'Cross-references' in the 'Writing R Extensions' manual.
* 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 sizes of PDF files under ‘inst/doc’ ...* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘ArrayExpress-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getAE
> ### Title: Download MAGE-TAB files from the ArrayExpress collection in a
> ###   specified directory
> ### Aliases: getAE
> ### Keywords: datasets
> 
> ### ** Examples
> 
> mexp21 = getAE("E-MEXP-21", type = "full")
Warning in open.connection(con, "rb") :
  cannot open URL 'https://www.ebi.ac.uk/biostudies/api/v1/studies/E-MEXP-21': HTTP status was '404 Not Found'
Error in open.connection(con, "rb") : 
  cannot open the connection to 'https://www.ebi.ac.uk/biostudies/api/v1/studies/E-MEXP-21'
Calls: getAE ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
               user system elapsed
ArrayExpress 31.085  2.976  87.712
* 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 ‘ArrayExpress.Rnw’ using Sweave
Loading required package: Biobase
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

Welcome to Bioconductor

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


Error: processing vignette 'ArrayExpress.Rnw' failed with diagnostics:
 chunk 2 (label = ArrayExpress-raw) 
Error in get_request(httpURL) : 
  Error running query. Received HTTP error code 404 from server. Please try again later. If you continue to experience 
        problems please contact us 
        at https://www.ebi.ac.uk/about/contact/support/arrayexpress

--- failed re-building ‘ArrayExpress.Rnw’

SUMMARY: processing the following file failed:
  ‘ArrayExpress.Rnw’

Error: Vignette re-building failed.
Execution halted

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

Status: 2 ERRORs, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/ArrayExpress.Rcheck/00check.log’
for details.


Installation output

ArrayExpress.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘ArrayExpress’ ...
** this is package ‘ArrayExpress’ version ‘1.71.0’
** using staged installation
** R
** 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 (ArrayExpress)

Tests output


Example timings

ArrayExpress.Rcheck/ArrayExpress-Ex.timings

nameusersystemelapsed
ArrayExpress31.085 2.97687.712
ae2bioc0.0000.0010.000