The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-07-15 05:54:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.0 | 10.25 | 81.37 | 91.62 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.2.0 | 7.17 | 61.48 | 68.65 | 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 | 129.57 | 147.57 | ERROR | |
| r-devel-windows-x86_64 | 2.2.0 | 12.00 | 92.00 | 104.00 | ERROR | |
| 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 | 12.00 | 89.00 | 101.00 | ERROR | |
| 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 | 16.00 | 125.00 | 141.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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.2.0
Check: examples
Result: ERROR
Running examples in ‘vDiveR-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-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.