CRAN Package Check Results for Package bayesplot

Last updated on 2025-12-07 12:50:10 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.14.0 19.97 472.24 492.21 NOTE
r-devel-linux-x86_64-debian-gcc 1.14.0 12.45 206.35 218.80 ERROR
r-devel-linux-x86_64-fedora-clang 1.14.0 49.00 751.06 800.06 NOTE
r-devel-linux-x86_64-fedora-gcc 1.14.0 42.00 734.33 776.33 NOTE
r-devel-windows-x86_64 1.14.0 20.00 397.00 417.00 NOTE
r-patched-linux-x86_64 1.14.0 20.72 449.81 470.53 OK
r-release-linux-x86_64 1.14.0 19.52 451.44 470.96 OK
r-release-macos-arm64 1.14.0 OK
r-release-macos-x86_64 1.14.0 21.00 443.00 464.00 OK
r-release-windows-x86_64 1.14.0 20.00 406.00 426.00 OK
r-oldrel-macos-arm64 1.14.0 NOTE
r-oldrel-macos-x86_64 1.14.0 12.00 323.00 335.00 NOTE
r-oldrel-windows-x86_64 1.14.0 32.00 568.00 600.00 NOTE

Check Details

Version: 1.14.0
Check: Rd files
Result: NOTE checkRd: (-1) bayesplot-package.Rd:28: height/width attributes should be in pixels checkRd: (-1) bayesplot-package.Rd:29: height/width attributes should be in pixels checkRd: (-1) bayesplot-package.Rd:30: height/width attributes should be in pixels Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.14.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'rstanarm', 'shinystan' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.14.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.14.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.14.0
Check: installed package size
Result: NOTE installed size is 6.6Mb sub-directories of 1Mb or more: R 1.9Mb doc 4.0Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64