Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2026-04-18 11:37 -0400 (Sat, 18 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 alpha (2026-04-05 r89794) 4957
kjohnson3macOS 13.7.7 Venturaarm644.6.0 alpha (2026-04-08 r89818) 4686
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4627
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 1963/2404HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scLANE 1.1.3  (landing page)
Jack R. Leary
Snapshot Date: 2026-04-17 13:40 -0400 (Fri, 17 Apr 2026)
git_url: https://git.bioconductor.org/packages/scLANE
git_branch: devel
git_last_commit: 538e73c
git_last_commit_date: 2026-03-03 15:43:14 -0400 (Tue, 03 Mar 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    ERROR  skipped
See other builds for scLANE in R Universe.


BUILD results for scLANE on kunpeng2

To the developers/maintainers of the scLANE package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/scLANE.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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: scLANE
Version: 1.1.3
Command: /home/biocbuild/R/R/bin/R CMD build --keep-empty-dirs --no-resave-data scLANE
StartedAt: 2026-04-17 01:44:29 -0000 (Fri, 17 Apr 2026)
EndedAt: 2026-04-17 01:46:36 -0000 (Fri, 17 Apr 2026)
EllapsedTime: 127.2 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD build --keep-empty-dirs --no-resave-data scLANE
###
##############################################################################
##############################################################################


* checking for file ‘scLANE/DESCRIPTION’ ... OK
* preparing ‘scLANE’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘scLANE.Rmd’ using rmarkdown

Quitting from scLANE.Rmd:138-147 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `as.vector()`:
! cannot coerce type 'object' to vector of type 'list'
---
Backtrace:
     ▆
  1. └─tools::buildVignettes(dir = ".", tangle = TRUE)
  2.   ├─base::tryCatch(...)
  3.   │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
  4.   │   └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
  5.   │     └─base (local) doTryCatch(return(expr), name, parentenv, handler)
  6.   └─engine$weave(file, quiet = quiet, encoding = enc)
  7.     └─knitr:::vweave_rmarkdown(...)
  8.       └─rmarkdown::render(...)
  9.         └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
 10.           └─knitr:::process_file(text, output)
 11.             ├─xfun:::handle_error(...)
 12.             ├─base::withCallingHandlers(...)
 13.             └─knitr:::process_group(group)
 14.               └─knitr:::call_block(x)
 15.                 └─knitr:::block_exec(params)
 16.                   └─knitr:::eng_r(options)
 17.                     ├─knitr:::in_input_dir(...)
 18.                     │ └─knitr:::in_dir(input_dir(), expr)
 19.                     └─knitr (local) evaluate(...)
 20.                       └─evaluate::evaluate(...)
 21.                         ├─base::withRestarts(...)
 22.                         │ └─base (local) withRestartList(expr, restarts)
 23.                         │   ├─base (local) withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
 24.                         │   │ └─base (local) doWithOneRestart(return(expr), restart)
 25.                         │   └─base (local) withRestartList(expr, restarts[-nr])
 26.                         │     └─base (local) withOneRestart(expr, restarts[[1L]])
 27.                         │       └─base (local) doWithOneRestart(return(expr), restart)
 28.                         ├─evaluate:::with_handlers(...)
 29.                         │ ├─base::eval(call)
 30.                         │ │ └─base::eval(call)
 31.                         │ └─base::withCallingHandlers(...)
 32.                         └─watcher$print_value(ev$value, ev$visible, envir)
 33.                           ├─base::withVisible(handle_value(handler, value, visible, envir))
 34.                           └─evaluate:::handle_value(handler, value, visible, envir)
 35.                             └─handler$value(value, visible)
 36.                               └─knitr (local) fun(x, options = options)
 37.                                 ├─base::withVisible(knit_print(x, ...))
 38.                                 ├─knitr::knit_print(x, ...)
 39.                                 └─knitr:::knit_print.default(x, ...)
 40.                                   └─knitr::normal_print(x)
 41.                                     ├─base::print(x)
 42.                                     └─ggplot2 (local) `print.ggplot2::ggplot`(x)
 43.                                       ├─ggplot2::ggplot_gtable(data)
 44.                                       └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
 45.                                         └─layout$render(geom_grobs, data, theme, plot@labels)
 46.                                           └─ggplot2 (local) render(..., self = self)
 47.                                             └─self$facet$draw_panels(...)
 48.                                               └─ggh4x (local) draw_panels(..., self = self)
 49.                                                 └─strip$setup(layout, params, theme, type = "wrap")
 50.                                                   └─ggh4x (local) setup(..., self = self)
 51.                                                     └─self$setup_elements(theme, type)
 52.                                                       └─ggh4x (local) setup_elements(..., self = self)
 53.                                                         └─base::lapply(given$background_x, inherit_element, background$x)
 54.                                                           └─ggh4x (local) FUN(X[[i]], ...)
 55.                                                             └─base::vapply(child, is.null, logical(1))
 56.                                                               ├─base::as.list(X)
 57.                                                               └─base::as.list.default(X)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'scLANE.Rmd' failed with diagnostics:
cannot coerce type 'object' to vector of type 'list'
--- failed re-building ‘scLANE.Rmd’

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

Error: Vignette re-building failed.
Execution halted