Last updated on 2026-07-12 17:52:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.0 | 10.40 | 95.93 | 106.33 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.2.0 | 7.53 | 58.08 | 65.61 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.2.0 | 17.00 | 149.06 | 166.06 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.0 | 18.00 | 152.40 | 170.40 | OK | |
| r-devel-windows-x86_64 | 2.2.0 | 13.00 | 106.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 2.2.0 | 8.87 | 88.95 | 97.82 | OK | |
| r-release-linux-x86_64 | 2.2.0 | 9.05 | 88.57 | 97.62 | OK | |
| r-release-macos-arm64 | 2.2.0 | 2.00 | 25.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 2.2.0 | 7.00 | 77.00 | 84.00 | OK | |
| r-release-windows-x86_64 | 2.2.0 | 13.00 | 99.00 | 112.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.0 | 2.00 | 23.00 | 25.00 | OK | |
| r-oldrel-macos-x86_64 | 2.2.0 | 7.00 | 87.00 | 94.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.0 | 17.00 | 129.00 | 146.00 | OK |
Version: 2.2.0
Check: examples
Result: ERROR
Running examples in ‘vDiveR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_conservation_level
> ### Title: Conservation Levels Distribution Plot
> ### Aliases: plot_conservation_level
>
> ### ** Examples
>
> plot_conservation_level(proteins_1host, conservation_label = 1,alpha=0.8, base_size = 15)
Error in `geom_richtext()`:
! Problem while converting geom to grob.
ℹ Error occurred in the 3rd layer.
Caused by error:
! gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
Backtrace:
▆
1. ├─base (local) `<fn>`(x)
2. ├─ggplot2 (local) `print.ggplot2::ggplot`(x)
3. │ ├─ggplot2::ggplot_gtable(data)
4. │ └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
5. │ └─ggplot2:::by_layer(...)
6. │ ├─rlang::try_fetch(...)
7. │ │ ├─base::tryCatch(...)
8. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
9. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
10. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
11. │ │ └─base::withCallingHandlers(...)
12. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
13. │ └─l$draw_geom(d, layout)
14. │ └─ggplot2 (local) draw_geom(..., self = self)
15. │ └─self$geom$draw_layer(...)
16. │ └─ggplot2 (local) draw_layer(..., self = self)
17. │ └─base::lapply(...)
18. │ └─ggplot2 (local) FUN(X[[i]], ...)
19. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params))
20. │ └─self$draw_panel(...)
21. │ └─ggtext (local) draw_panel(...)
22. │ └─gridtext::richtext_grob(...)
23. │ └─base::mapply(...)
24. │ └─gridtext (local) `<fn>`(...)
25. │ └─gridtext:::process_tags(xml2::as_list(doctree)$html$body, drawing_context)
26. │ └─gridtext:::dispatch_tag(node[[i]], tags[i], drawing_context)
27. │ └─base::stop(...)
28. └─base::.handleSimpleError(...)
29. └─rlang (local) h(simpleError(msg, call))
30. └─handlers[[1L]](cnd)
31. └─cli::cli_abort(...)
32. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc