R version 4.4.0 RC (2024-04-16 r86435 ucrt) -- "Puppy Cup" 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(jagstargets) > > test_check("jagstargets") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 66 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-tar_jags.R:10:3', 'test-tar_jags.R:156:3', 'test-tar_jags_rep_dic.R:12:3', 'test-tar_jags_rep_draws.R:10:3', 'test-tar_jags_rep_draws.R:132:3', 'test-tar_jags_rep_summary.R:10:3', 'test-tar_jags_rep_summary.R:146:3', 'test-tar_jags_rep_summary.R:184:3', 'test-tar_jags_rep_summary.R:254:3', 'test-utils_data.R:23:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 66 ] > > proc.time() user system elapsed 2.46 0.42 2.87