Back to Books build report for BioC 3.20

This page was generated on 2024-05-29 14:00:04 -0400 (Wed, 29 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4667
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 10/10HostnameOS / ArchINSTALLBUILDCHECK
SingleRBook 1.15.0  (landing page)
Aaron Lun
Snapshot Date: 2024-05-29 06:45:01 -0400 (Wed, 29 May 2024)
git_url: https://git.bioconductor.org/packages/SingleRBook
git_branch: devel
git_last_commit: 2b50a8d
git_last_commit_date: 2024-04-30 10:23:12 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    ERROR  skipped

BUILD results for SingleRBook on nebbiolo2


To the developers/maintainers of the SingleRBook package:
- 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: SingleRBook
Version: 1.15.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data SingleRBook
StartedAt: 2024-05-29 07:03:27 -0400 (Wed, 29 May 2024)
EndedAt: 2024-05-29 07:04:39 -0400 (Wed, 29 May 2024)
EllapsedTime: 72.1 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data SingleRBook
###
##############################################################################
##############################################################################


* checking for file ‘SingleRBook/DESCRIPTION’ ... OK
* preparing ‘SingleRBook’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘stub.Rmd’ using rmarkdown
[WARNING] This document format requires a nonempty <title> element.
  Please specify either 'title' or 'pagetitle' in the metadata,
  e.g. by using --metadata pagetitle="..." on the command line.
  Falling back to 'stub.knit'
--- finished re-building ‘stub.Rmd’

"/home/biocbuild/bbs-3.20-bioc/R/bin/R" -e "work.dir <- rebook::bookCache('SingleRBook'); handle <- rebook::preCompileBook('../inst/book', work.dir=work.dir, desc='../DESCRIPTION'); old.dir <- setwd(work.dir); bookdown::render_book('index.Rmd'); setwd(old.dir); rebook::postCompileBook(work.dir=work.dir, final.dir='../inst/doc/book', handle=handle)"

R version 4.4.0 RC (2024-04-16 r86468) -- "Puppy Cup"
Copyright (C) 2024 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.

  Natural language support but running in an English locale

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.

> work.dir <- rebook::bookCache('SingleRBook'); handle <- rebook::preCompileBook('../inst/book', work.dir=work.dir, desc='../DESCRIPTION'); old.dir <- setwd(work.dir); bookdown::render_book('index.Rmd'); setwd(old.dir); rebook::postCompileBook(work.dir=work.dir, final.dir='../inst/doc/book', handle=handle)
# 
# 
# processing file: introduction.Rmd
# 1/6                  
# 2/6 [unnamed-chunk-1]
# 3/6                  
# 4/6 [unnamed-chunk-2]
# Error:
# ! object of type 'S4' is not subsettable
# Backtrace:
#   1. SingleR::SingleR(...)
#   7. SparseArray (local) `<nnstndGF>`(`<HDF5ArrS[,4340]>`, `<list>`)
#   8. S4Arrays:::subset_by_Nindex(x, index)
#  10. base::do.call(`[`, c(list(x), subscripts, list(drop = drop)))
# Warning message:
# call dbDisconnect() when finished working with a connection 
# 
# Quitting from lines 55-69 [unnamed-chunk-2] (introduction.Rmd)
# Execution halted

Error in compileChapter(path) : 
  failed to compile '~/.cache/rebook/SingleRBook/1.15.0/introduction.Rmd'
Calls: <Anonymous> ... .precompile_book -> .locked_compile_chapter -> compileChapter
Execution halted
make: *** [Makefile:4: compiled] Error 1
Error in tools::buildVignettes(dir = ".", tangle = TRUE) : 
  running 'make' failed
Execution halted