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

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

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" 4719
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-03-01 r89506) -- "Unsuffered Consequences" 2847
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 72/2360HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
anndataR 1.1.2  (landing page)
Robrecht Cannoodt
Snapshot Date: 2026-03-10 13:40 -0400 (Tue, 10 Mar 2026)
git_url: https://git.bioconductor.org/packages/anndataR
git_branch: devel
git_last_commit: aa1d2a0
git_last_commit_date: 2026-02-26 16:29:10 -0400 (Thu, 26 Feb 2026)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    ERROR  skippedskipped
See other builds for anndataR in R Universe.


BUILD results for anndataR on kjohnson3

To the developers/maintainers of the anndataR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/anndataR.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: anndataR
Version: 1.1.2
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data anndataR
StartedAt: 2026-03-10 15:17:05 -0400 (Tue, 10 Mar 2026)
EndedAt: 2026-03-10 15:17:22 -0400 (Tue, 10 Mar 2026)
EllapsedTime: 17.2 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data anndataR
###
##############################################################################
##############################################################################


* checking for file ‘anndataR/DESCRIPTION’ ... OK
* preparing ‘anndataR’:
* checking DESCRIPTION meta-information ... OK
* installing the package (it is needed to build vignettes)
* creating vignettes ... ERROR
--- re-building ‘anndataR.Rmd’ using rmarkdown

Quitting from anndataR.Rmd:16-26 [options]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'SingleCellExperiment'
---
Backtrace:
    ▆
 1. └─base::library(SingleCellExperiment)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'anndataR.Rmd' failed with diagnostics:
there is no package called 'SingleCellExperiment'
--- failed re-building ‘anndataR.Rmd’

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

  0%|          | 0.00/23.5M [00:00<?, ?B/s]
 25%|██▌       | 5.96M/23.5M [00:00<00:00, 61.0MB/s]
 71%|███████▏  | 16.8M/23.5M [00:00<00:00, 91.6MB/s]
100%|██████████| 23.5M/23.5M [00:00<00:00, 93.6MB/s]
sys:1: UserWarning: Some cells have zero counts
/Users/biocbuild/Library/Caches/org.R-project.R/R/reticulate/uv/cache/archive-v0/iFuaXLRe696ylP_bc1xvV/lib/python3.12/site-packages/scanpy/preprocessing/_simple.py:376: RuntimeWarning: invalid value encountered in log1p
  np.log1p(x, out=x)

Quitting from usage_python.Rmd:88-91 [convert_to_sce]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `check_requires()`:
! Converting AnnData to SingleCellExperiment requires the
  SingleCellExperiment package
ℹ To continue, install it using `install.packages("BiocManager");
  BiocManager::install("SingleCellExperiment")`
---
Backtrace:
    ▆
 1. └─adata$as_SingleCellExperiment()
 2.   └─anndataR:::as_SingleCellExperiment(...)
 3.     └─anndataR:::check_requires(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'usage_python.Rmd' failed with diagnostics:
Converting AnnData to SingleCellExperiment requires the
SingleCellExperiment package
ℹ To continue, install it using `install.packages("BiocManager");
  BiocManager::install("SingleCellExperiment")`
--- failed re-building ‘usage_python.Rmd’

--- re-building ‘usage_seurat.Rmd’ using rmarkdown
--- finished re-building ‘usage_seurat.Rmd’

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

Quitting from usage_singlecellexperiment.Rmd:42-47 [prep-h5ad-file]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'SingleCellExperiment'
---
Backtrace:
    ▆
 1. └─base::library(SingleCellExperiment)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'usage_singlecellexperiment.Rmd' failed with diagnostics:
there is no package called 'SingleCellExperiment'
--- failed re-building ‘usage_singlecellexperiment.Rmd’

SUMMARY: processing the following files failed:
  ‘anndataR.Rmd’ ‘usage_python.Rmd’ ‘usage_singlecellexperiment.Rmd’

Error: Vignette re-building failed.
Execution halted