Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-03-18 11:46 -0400 (Tue, 18 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-03-13 r87965) -- "Unsuffered Consequences" | 4537 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" | 4543 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" | 4576 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" | 4528 |
kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4459 |
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 2281/2313 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
waddR 1.21.0 (landing page) Julian Flesch
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | ![]() | ||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | ERROR | skipped | skipped | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | ERROR | skipped | skipped | |||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | ERROR | skipped | skipped | |||||||||
kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | OK | ||||||||||
To the developers/maintainers of the waddR package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/waddR.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: waddR |
Version: 1.21.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data waddR |
StartedAt: 2025-03-17 18:55:33 -0400 (Mon, 17 Mar 2025) |
EndedAt: 2025-03-17 18:56:50 -0400 (Mon, 17 Mar 2025) |
EllapsedTime: 76.6 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 waddR ### ############################################################################## ############################################################################## * checking for file ‘waddR/DESCRIPTION’ ... OK * preparing ‘waddR’: * checking DESCRIPTION meta-information ... OK * cleaning src * installing the package to build vignettes * creating vignettes ... ERROR --- re-building ‘waddR.Rmd’ using rmarkdown Warning: The vignette title specified in \VignetteIndexEntry{} is different from the title in the YAML metadata. The former is "waddR", and the latter is "The `waddR` package". If that is intentional, you may set options(rmarkdown.html_vignette.check_title = FALSE) to suppress this check. --- finished re-building ‘waddR.Rmd’ --- re-building ‘wasserstein_metric.Rmd’ using rmarkdown Warning: The vignette title specified in \VignetteIndexEntry{} is different from the title in the YAML metadata. The former is "wasserstein_metric", and the latter is "2-Wasserstein distance calculation". If that is intentional, you may set options(rmarkdown.html_vignette.check_title = FALSE) to suppress this check. --- finished re-building ‘wasserstein_metric.Rmd’ --- re-building ‘wasserstein_singlecell.Rmd’ using rmarkdown Quitting from wasserstein_singlecell.Rmd:91-94 [unnamed-chunk-6] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `reducer$value.cache[[as.character(idx)]] <- values`: ! wrong args for environment subassignment --- Backtrace: ▆ 1. ├─waddR::wasserstein.sc(...) 2. └─waddR::wasserstein.sc(...) 3. └─waddR:::.testWass(...) 4. ├─base::t(...) 5. ├─base::simplify2array(...) 6. ├─BiocParallel::bpmapply(onegene, seq(ngenes), seeds) 7. └─BiocParallel::bpmapply(onegene, seq(ngenes), seeds) 8. ├─BiocParallel::bpmapply(...) 9. └─BiocParallel::bpmapply(...) 10. ├─BiocParallel::bplapply(...) 11. └─BiocParallel::bplapply(...) 12. └─BiocParallel:::.bpinit(...) 13. ├─BiocParallel::bploop(...) 14. └─BiocParallel:::bploop.lapply(...) 15. └─BiocParallel:::.bploop_impl(...) 16. └─BiocParallel:::.collect_result(manager, reducer, progress, BPPARAM) 17. ├─BiocParallel:::.reducer_add(reducer, njob, value) 18. └─BiocParallel:::.reducer_add(reducer, njob, value) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'wasserstein_singlecell.Rmd' failed with diagnostics: wrong args for environment subassignment --- failed re-building ‘wasserstein_singlecell.Rmd’ --- re-building ‘wasserstein_test.Rmd’ using rmarkdown Warning in file("", "w+b") : cannot open file '/tmp/Rtmp4LOCcW/Rf177fa478c0f7c': No such file or directory Quitting from wasserstein_test.Rmd:10-15 [unnamed-chunk-1] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `file()`: ! cannot open the connection --- 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. └─evaluate:::watchout(...) 22. └─evaluate:::local_persistent_sink_connection(debug, frame) 23. └─base::file("", "w+b") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'wasserstein_test.Rmd' failed with diagnostics: cannot open the connection --- failed re-building ‘wasserstein_test.Rmd’ SUMMARY: processing the following files failed: ‘wasserstein_singlecell.Rmd’ ‘wasserstein_test.Rmd’ Error: Vignette re-building failed. Execution halted