Last updated on 2026-06-08 02:51:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.15.0 | 18.81 | 469.51 | 488.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.15.0 | 14.00 | 216.77 | 230.77 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.15.0 | 34.00 | 754.73 | 788.73 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.15.0 | 32.00 | 773.62 | 805.62 | OK | |
| r-devel-windows-x86_64 | 1.15.0 | 21.00 | 412.00 | 433.00 | OK | |
| r-patched-linux-x86_64 | 1.15.0 | 19.93 | 457.19 | 477.12 | OK | |
| r-release-linux-x86_64 | 1.15.0 | 17.78 | 449.41 | 467.19 | OK | |
| r-release-macos-arm64 | 1.15.0 | 4.00 | 102.00 | 106.00 | OK | |
| r-release-macos-x86_64 | 1.15.0 | 13.00 | 494.00 | 507.00 | OK | |
| r-release-windows-x86_64 | 1.15.0 | 22.00 | 417.00 | 439.00 | OK | |
| r-oldrel-macos-arm64 | 1.15.0 | 4.00 | 105.00 | 109.00 | OK | |
| r-oldrel-macos-x86_64 | 1.15.0 | 13.00 | 539.00 | 552.00 | OK | |
| r-oldrel-windows-x86_64 | 1.15.0 | 29.00 | 576.00 | 605.00 | OK |
Version: 1.15.0
Check: examples
Result: ERROR
Running examples in ‘bayesplot-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MCMC-scatterplots
> ### Title: Scatterplots of MCMC draws
> ### Aliases: MCMC-scatterplots mcmc_scatter mcmc_hex mcmc_pairs
> ### scatter_style_np pairs_style_np pairs_condition
>
> ### ** Examples
>
> library("ggplot2")
>
> # some parameter draws to use for demonstration
> x <- example_mcmc_draws(params = 6)
> dimnames(x)
$Iteration
NULL
$Chain
[1] "chain:1" "chain:2" "chain:3" "chain:4"
$Parameter
[1] "alpha" "sigma" "beta[1]" "beta[2]" "beta[3]" "beta[4]"
>
> # scatterplot of alpha vs log(sigma)
> color_scheme_set("teal")
> (p <- mcmc_scatter(x, pars = c("alpha", "sigma"),
+ transform = list(sigma = "log")))
> p +
+ labs(
+ title = "Insert your own headline-grabbing title",
+ subtitle = "with a provocative subtitle",
+ caption = "and a controversial caption",
+ x = expression(alpha),
+ y = expression(log(sigma))
+ )
>
> # add ellipse
> p + stat_ellipse(level = 0.9, color = "gray20", size = 1)
Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
Error in `stat_ellipse()`:
! Problem while computing stat.
ℹ Error occurred in the 2nd layer.
Caused by error in `setup_params()`:
! The package "MASS" is required for calculating ellipses with `type =
"t"`.
Backtrace:
▆
1. ├─base (local) `<fn>`(x)
2. ├─ggplot2 (local) `print.ggplot2::ggplot`(x)
3. │ ├─ggplot2::ggplot_build(x)
4. │ └─ggplot2 (local) `ggplot_build.ggplot2::ggplot`(x)
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$compute_statistic(d, layout)
14. │ └─ggplot2 (local) compute_statistic(..., self = self)
15. │ └─self$stat$setup_params(data, self$stat_params)
16. │ └─ggplot2 (local) setup_params(...)
17. │ └─rlang::check_installed("MASS", "for calculating ellipses with `type = \"t\"`.")
18. │ └─base::stop(cnd)
19. └─rlang (local) `<fn>`(`<rlb_r___>`)
20. └─handlers[[1L]](cnd)
21. └─cli::cli_abort(...)
22. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.15.0
Check: PDF version of manual
Result: ERROR
Rd conversion errors:
Converting parsed Rd's to LaTeX .Warning in file(out, "wt") :
cannot open file '/tmp/RtmpRNfb5m/file28135d54b4987e': No space left on device
Warning in file(con, "r") :
cannot open file '/tmp/RtmpRNfb5m/file28135d54b4987e': No such file or directory
Error in file(con, "r") : cannot open the connection
Flavor: r-devel-linux-x86_64-debian-gcc