Last updated on 2025-06-13 07:50:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.6 | 18.87 | 166.93 | 185.80 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.6 | 11.12 | 113.34 | 124.46 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.6 | 316.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.6 | 319.35 | OK | |||
r-devel-windows-x86_64 | 0.2.6 | 23.00 | 170.00 | 193.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.6 | 20.75 | 155.12 | 175.87 | OK | |
r-release-linux-x86_64 | 0.2.6 | 18.31 | 156.55 | 174.86 | OK | |
r-release-macos-arm64 | 0.2.6 | 113.00 | OK | |||
r-release-macos-x86_64 | 0.2.6 | 140.00 | OK | |||
r-release-windows-x86_64 | 0.2.6 | 22.00 | 174.00 | 196.00 | OK | |
r-oldrel-macos-arm64 | 0.2.6 | 78.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.6 | 158.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.6 | 33.00 | 228.00 | 261.00 | OK |
Version: 0.2.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'getting-started.Rmd' using rmarkdown
Quitting from getting-started.Rmd:69-73 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `Cairo::Cairo()`:
! Graphics API version mismatch
---
Backtrace:
▆
1. ├─tools::buildVignettes(...)
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:::print.ggplot(x)
43. │ ├─grid::grid.draw(gtable)
44. │ └─grid:::grid.draw.gTree(gtable)
45. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid"))
46. ├─grid:::drawGTree(x)
47. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE)
48. │ └─grid:::grid.draw.gTree(x$children[[i]], recording = FALSE)
49. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid"))
50. ├─grid:::drawGTree(x)
51. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE)
52. │ └─grid:::grid.draw.gTree(x$children[[i]], recording = FALSE)
53. │ └─grDevices::recordGraphics(drawGTree(x), list(x = x), getNamespace("grid"))
54. ├─grid:::drawGTree(x)
55. │ ├─grid::grid.draw(x$children[[i]], recording = FALSE)
56. │ └─grid:::grid.draw.grob(x$children[[i]], recording = FALSE)
57. │ └─grDevices::recordGraphics(drawGrob(x), list(x = x), getNamespace("grid"))
58. └─grid:::drawGrob(x)
59. ├─grid:::preDraw(x)
60. └─grid:::preDraw.grob(x)
61. ├─grid::makeContext(x)
62. └─ggrastr:::makeContext.rasteriser(x)
63. └─Cairo::Cairo(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'getting-started.Rmd' failed with diagnostics:
Graphics API version mismatch
--- failed re-building 'getting-started.Rmd'
SUMMARY: processing the following file failed:
'getting-started.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.6
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘monocle’
Flavor: r-oldrel-macos-x86_64
Version: 0.2.6
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘monocle’
Flavor: r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.