| Back to Build/check report for BioC 3.22: simplified long |
|
This page was generated on 2026-03-23 11:57 -0400 (Mon, 23 Mar 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4893 |
| 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 2082/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| spatialFDA 1.2.0 (landing page) Martin Emons
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | ERROR | skipped | |||||||||
| See other builds for spatialFDA in R Universe. | ||||||||||||||
|
To the developers/maintainers of the spatialFDA package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/spatialFDA.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: spatialFDA |
| Version: 1.2.0 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data --md5 spatialFDA |
| StartedAt: 2026-03-22 20:17:03 -0400 (Sun, 22 Mar 2026) |
| EndedAt: 2026-03-22 20:23:13 -0400 (Sun, 22 Mar 2026) |
| EllapsedTime: 369.3 seconds |
| RetCode: 1 |
| Status: ERROR |
| PackageFile: None |
| PackageFileSize: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data --md5 spatialFDA
###
##############################################################################
##############################################################################
* checking for file ‘spatialFDA/DESCRIPTION’ ... OK
* preparing ‘spatialFDA’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘DiabetesIsletExample.Rmd’ using rmarkdown
Quitting from DiabetesIsletExample.Rmd:345-366 [funcGamG]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `fortify()`:
! `data` must be a <data.frame>, or an object coercible by `fortify()`,
or a valid <data.frame>-like object coercible by `as.data.frame()`.
Caused by error in `check_data_frame_like()`:
! `dim(data)` must return an <integer> of length 2.
---
Backtrace:
▆
1. ├─BiocGenerics::lapply(colnames(mm), plotMdl, mdl = mdl, shift = mdl$coefficients[["(Intercept)"]])
2. └─base::lapply(colnames(mm), plotMdl, mdl = mdl, shift = mdl$coefficients[["(Intercept)"]])
3. └─spatialFDA (local) FUN(X[[i]], ...)
4. ├─ggplot2::ggplot(df, aes(.data$x.vec, .data$value))
5. └─ggplot2:::ggplot.default(df, aes(.data$x.vec, .data$value))
6. ├─ggplot2::fortify(data, ...)
7. └─ggplot2:::fortify.default(data, ...)
8. ├─rlang::try_fetch(...)
9. │ ├─base::tryCatch(...)
10. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
11. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
12. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
13. │ └─base::withCallingHandlers(...)
14. └─ggplot2:::validate_as_data_frame(model)
15. └─ggplot2:::check_data_frame_like(data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'DiabetesIsletExample.Rmd' failed with diagnostics:
`data` must be a <data.frame>, or an object coercible by `fortify()`, or
a valid <data.frame>-like object coercible by `as.data.frame()`.
Caused by error in `check_data_frame_like()`:
! `dim(data)` must return an <integer> of length 2.
--- failed re-building ‘DiabetesIsletExample.Rmd’
--- re-building ‘DiabetesIsletExampleBrief.Rmd’ using rmarkdown
Quitting from DiabetesIsletExampleBrief.Rmd:169-175 [bubblePlot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `combine_vars()`:
! Faceting variables must have at least one value.
---
Backtrace:
▆
1. ├─base::withVisible(knit_print(x, ...))
2. ├─knitr::knit_print(x, ...)
3. └─knitr:::knit_print.default(x, ...)
4. └─knitr::normal_print(x)
5. ├─base::print(x)
6. └─ggplot2 (local) `print.ggplot2::ggplot`(x)
7. ├─ggplot2::ggplot_build(x)
8. └─ggplot2 (local) `ggplot_build.ggplot2::ggplot`(x)
9. └─layout$setup(data, plot@data, plot@plot_env)
10. └─ggplot2 (local) setup(..., self = self)
11. └─self$facet$compute_layout(data, self$facet_params)
12. └─ggplot2 (local) compute_layout(..., self = self)
13. └─ggplot2::combine_vars(data, params$plot_env, vars, drop = params$drop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'DiabetesIsletExampleBrief.Rmd' failed with diagnostics:
Faceting variables must have at least one value.
--- failed re-building ‘DiabetesIsletExampleBrief.Rmd’
SUMMARY: processing the following files failed:
‘DiabetesIsletExample.Rmd’ ‘DiabetesIsletExampleBrief.Rmd’
Error: Vignette re-building failed.
Execution halted