R Under development (unstable) (2024-11-06 r87293 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. > library(testthat) > library(vistributions) > > test_check("vistributions") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 89 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-visual.R:4:3', 'test-visual.R:10:3', 'test-visual.R:26:3', 'test-visual.R:36:3', 'test-visual.R:52:3', 'test-visual.R:62:3', 'test-visual.R:72:3', 'test-visual.R:82:3', 'test-visual.R:92:3', 'test-visual.R:102:3', 'test-visual.R:112:3', 'test-visual.R:126:3', 'test-visual.R:139:3', 'test-visual.R:152:3', 'test-visual.R:165:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 89 ] Deleting unused snapshots: • visual/binomial-perc-lower.svg • visual/binomial-perc-upper.svg • visual/binomial-plot.svg • visual/binomial-prob-exact.svg • visual/binomial-prob-interval.svg • visual/binomial-prob-lower.svg • visual/binomial-prob-upper.svg • visual/chisquare-perc-lower.svg • visual/chisquare-perc-upper.svg • visual/chisquare-plot-1.svg • visual/chisquare-plot-1a.svg • visual/chisquare-plot-2.svg • visual/chisquare-plot-3.svg • visual/chisquare-prob-lower.svg • visual/chisquare-prob-upper.svg • visual/f-perc-lower.svg • visual/f-perc-upper.svg • visual/f-plot-1.svg • visual/f-plot-2.svg • visual/f-prob-lower.svg • visual/f-prob-upper.svg • visual/normal-perc-both.svg • visual/normal-perc-lower.svg • visual/normal-perc-upper.svg • visual/normal-plot-1.svg • visual/normal-plot-2.svg • visual/normal-prob-both.svg • visual/normal-prob-lower.svg • visual/normal-prob-upper.svg • visual/t-perc-both.svg • visual/t-perc-lower.svg • visual/t-perc-upper.svg • visual/t-plot-1.svg • visual/t-plot-2.svg • visual/t-plot-3.svg • visual/t-prob-both.svg • visual/t-prob-interval.svg • visual/t-prob-lower.svg • visual/t-prob-upper.svg > > proc.time() user system elapsed 2.46 0.31 2.76