R Under development (unstable) (2024-11-15 r87338 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(jagstargets) > > test_check("jagstargets") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 38 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-tar_jags.R:10:3', 'test-tar_jags.R:153:3', 'test-tar_jags.R:185:3', 'test-tar_jags_df.R:8:3', 'test-tar_jags_example_file.R:4:3', 'test-tar_jags_rep_dic.R:10:3', 'test-tar_jags_rep_dic.R:129:3', 'test-tar_jags_rep_draws.R:10:3', 'test-tar_jags_rep_draws.R:129:3', 'test-tar_jags_rep_draws.R:174:3', 'test-tar_jags_rep_summary.R:10:3', 'test-tar_jags_rep_summary.R:143:3', 'test-tar_jags_rep_summary.R:178:3', 'test-tar_jags_rep_summary.R:222:3', 'test-tar_jags_rep_summary.R:244:3', 'test-utils_data.R:23:3', 'test-utils_deprecate.R:2:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 38 ] > > proc.time() user system elapsed 2.40 0.73 3.12