| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-03-11 11:33 -0400 (Wed, 11 Mar 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" | 4719 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R 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/2360 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| anndataR 1.1.2 (landing page) Robrecht Cannoodt
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | ERROR | skipped | skipped | |||||||||
| See other builds for anndataR in R Universe. | ||||||||||||||
|
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. |
| 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 |
##############################################################################
##############################################################################
###
### 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