R Under development (unstable) (2025-03-05 r87885 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(nimbleMacros) Loading required package: nimble nimble version 1.3.0 is loaded. For more information on NIMBLE and a User Manual, please visit https://R-nimble.org. Note for advanced users who have written their own MCMC samplers: As of version 0.13.0, NIMBLE's protocol for handling posterior predictive nodes has changed in a way that could affect user-defined samplers in some situations. Please see Section 15.5.1 of the User Manual. Attaching package: 'nimble' The following object is masked from 'package:stats': simulate The following object is masked from 'package:base': declare > test_check("nimbleMacros") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 0 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test_FORLOOP.R:3:1', 'test_LINPRED.R:3:1', 'test_LM.R:3:1', 'test_formulaHandlers.R:3:1', 'test_priors.R:3:1', 'test_utilities.R:3:1' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 0 ] > > proc.time() user system elapsed 1.23 0.20 1.43