R Under development (unstable) (2024-10-14 r87233 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(simmr) Loading required package: R2jags Loading required package: rjags Loading required package: coda Linked to JAGS 4.3.1 Loaded modules: basemod,bugs Attaching package: 'R2jags' The following object is masked from 'package:coda': traceplot Loading required package: ggplot2 > library(vdiffr) > > co <- function(expr) capture.output(expr, file = "NUL") > > test_check("simmr") [ FAIL 0 | WARN 0 | SKIP 4 | PASS 257 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test_simmr_mcmc_full.R:27:3', 'test_simmr_mcmc_full.R:52:3', 'test_simmr_mcmc_full.R:75:3', 'test_simmr_mcmc_full.R:159:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 257 ] > > proc.time() user system elapsed 108.84 1.85 110.84