R Under development (unstable) (2024-09-14 r87148 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This is necessary because some tests fail otherwise; see https://github.com/hadley/testthat/issues/144 > Sys.setenv("R_TESTS" = "") > > library(testthat) > library(tidybayes) > > test_check("tidybayes") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 407 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test.geom_dotsinterval.R:23:3', 'test.geom_interval.R:22:3', 'test.geom_pointinterval.R:21:3', 'test.stat_dist_slabinterval.R:23:3', 'test.stat_eye.R:21:3', 'test.stat_eye.R:53:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 407 ] Deleting unused snapshots: • test.geom_dotsinterval/stat-dotsh-with-a-group-with-1-dot.svg • test.geom_interval/grouped-intervals-h-stat.svg • test.geom_pointinterval/grouped-pointintervals-h-stat.svg • test.stat_dist_slabinterval/ccdfintervalh-using-args.svg • test.stat_eye/one-parameter-horizontal-eye-mode-hdi.svg • test.stat_eye/one-parameter-horizontal-half-eye.svg • test.stat_eye/one-parameter-vertical-eye.svg • test.stat_eye/one-parameter-vertical-halfeye.svg • test.stat_eye/two-parameter-factor-horizontal-eye-fill.svg > > proc.time() user system elapsed 117.40 2.48 121.10