Last updated on 2025-09-11 15:49:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.0 | 71.84 | 175.57 | 247.41 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.0 | 43.82 | 119.64 | 163.46 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.0 | 348.81 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 323.86 | ERROR | |||
r-devel-windows-x86_64 | 0.9.0 | 91.00 | 204.00 | 295.00 | OK | |
r-patched-linux-x86_64 | 0.9.0 | 70.25 | 167.95 | 238.20 | OK | |
r-release-linux-x86_64 | 0.9.0 | 68.19 | 166.84 | 235.03 | OK | |
r-release-macos-arm64 | 0.9.0 | 152.00 | OK | |||
r-release-macos-x86_64 | 0.9.0 | 275.00 | OK | |||
r-release-windows-x86_64 | 0.9.0 | 94.00 | 203.00 | 297.00 | OK | |
r-oldrel-macos-arm64 | 0.9.0 | 123.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.9.0 | 242.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9.0 | 111.00 | 248.00 | 359.00 | OK |
Version: 0.9.0
Check: examples
Result: ERROR
Running examples in ‘ggiraph-Ex.R’ failed
The error most likely occurred in:
> ### Name: geom_bar_interactive
> ### Title: Create interactive bars
> ### Aliases: geom_bar_interactive geom_col_interactive
>
> ### ** Examples
>
> # add interactive bar -------
> library(ggplot2)
> library(ggiraph)
>
> p <- ggplot(mpg, aes(x = class, tooltip = class, data_id = class)) +
+ geom_bar_interactive()
>
> x <- girafe(ggobj = p)
> if (interactive()) {
+ print(x)
+ }
>
> dat <- data.frame(
+ name = c("David", "Constance", "Leonie"),
+ gender = c("Male", "Female", "Female"),
+ height = c(172, 159, 71)
+ )
> p <- ggplot(dat, aes(x = name, y = height, tooltip = gender, data_id = name)) +
+ geom_col_interactive()
>
> x <- girafe(ggobj = p)
Error:
! Problem while converting geom to grob.
ℹ Error occurred in the 1st layer.
Caused by error in `draw_panel()`:
! unused arguments (lineend = "butt", linejoin = "mitre")
Backtrace:
▆
1. ├─ggiraph::girafe(ggobj = p)
2. │ ├─base::tryCatch(...)
3. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ ├─base::print(ggobj)
5. │ └─ggplot2 (local) `print.ggplot2::ggplot`(ggobj)
6. │ ├─ggplot2::ggplot_gtable(data)
7. │ └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
8. │ └─ggplot2:::by_layer(...)
9. │ ├─rlang::try_fetch(...)
10. │ │ ├─base::tryCatch(...)
11. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
12. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
13. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
14. │ │ └─base::withCallingHandlers(...)
15. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
16. │ └─l$draw_geom(d, layout)
17. │ └─ggplot2 (local) draw_geom(..., self = self)
18. │ └─self$geom$draw_layer(...)
19. │ └─ggplot2 (local) draw_layer(..., self = self)
20. │ └─base::lapply(...)
21. │ └─ggplot2 (local) FUN(X[[i]], ...)
22. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params))
23. │ └─self$draw_panel(...)
24. └─base::.handleSimpleError(...)
25. └─rlang (local) h(simpleError(msg, call))
26. └─handlers[[1L]](cnd)
27. └─cli::cli_abort(...)
28. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.9.0
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
libs 4.2Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64