R Under development (unstable) (2026-05-28 r90087 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(baytaAAR) Loading required package: nimble nimble version 1.4.2 is loaded. For more information on NIMBLE and a User Manual, please visit https://R-nimble.org. Attaching package: 'nimble' The following object is masked from 'package:stats': simulate The following object is masked from 'package:base': declare > > test_check("baytaAAR") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 42 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-age.comp.summary.R:27:1', 'test-age.comp.summary.R:32:1', 'test-age.estim.summary.R:13:1', 'test-bay.ta.R:6:3', 'test-bay.ta.R:19:3', 'test-bay.ta.R:30:3', 'test-corr.mat.mean.R:12:1', 'test-diagnostic.summary.R:15:1', 'test-diagnostics.max.min.R:13:1', 'test-prob.cat.R:33:1', 'test-prob.cat.R:39:1', 'test-sequential.binom.test.R:33:1', 'test-sequential.binom.test.R:39:1', 'test-summarizePost.R:1:1', 'test-threshold.chains.R:11:1', 'test-threshold.matrix.R:21:1' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 42 ] > > proc.time() user system elapsed 18.12 1.15 19.28