R Under development (unstable) (2025-07-11 r88405 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(neodistr) Loading required package: shinythemes Loading required package: plotly Loading required package: ggplot2 Attaching package: 'plotly' The following object is masked from 'package:ggplot2': last_plot The following object is masked from 'package:stats': filter The following object is masked from 'package:graphics': layout Loading required package: brms Loading required package: Rcpp Loading 'brms' package (version 2.22.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following object is masked from 'package:stats': ar > > # use fixed random seed for all tests for reproducibility > set.seed(42) > > test_check("neodistr") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 252 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test_fossep_r.R:178:3', 'test_gmsnburr_r.R:184:3', 'test_jfst_r.R:184:3', 'test_jsep_r.R:178:3', 'test_msnburr2a_r.R:178:3', 'test_msnburr_r.R:178:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 252 ] > > proc.time() user system elapsed 6.64 0.56 7.20