R Under development (unstable) (2025-05-13 r88200 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. > # 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(footBayes) NOTE: footBayes depends on the R package cmdstanr, which is not available on CRAN. The cmdstanr package may be installed at https://mc-stan.org/cmdstanr/. > library(ggplot2) > library(dplyr) Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(instantiate) > > test_check("footBayes") Summary of Stan football model ------------------------------ [ FAIL 0 | WARN 0 | SKIP 84 | PASS 33 ] ══ Skipped tests (84) ══════════════════════════════════════════════════════════ • On CRAN (74): 'test_btd_foot.R:7:3', 'test_btd_foot.R:46:3', 'test_btd_foot.R:84:3', 'test_btd_foot.R:136:3', 'test_btd_foot.R:239:3', 'test_btd_foot.R:344:3', 'test_btd_foot.R:400:3', 'test_compare_foot.R:108:3', 'test_compare_foot.R:177:3', 'test_foot_abilities.R:131:3', 'test_foot_abilities.R:203:3', 'test_foot_prob.R:8:3', 'test_foot_prob.R:136:3', 'test_foot_prob.R:214:3', 'test_foot_prob.R:255:3', 'test_foot_rank.R:4:3', 'test_foot_rank.R:47:3', 'test_foot_rank.R:89:3', 'test_foot_rank.R:142:3', 'test_foot_rank.R:195:3', 'test_foot_rank.R:249:3', 'test_foot_rank.R:297:3', 'test_foot_rank.R:347:3', 'test_foot_rank.R:403:3', 'test_foot_rank.R:440:3', 'test_foot_rank.R:479:3', 'test_foot_rank.R:518:3', 'test_foot_rank.R:569:3', 'test_foot_rank.R:635:3', 'test_foot_rank.R:707:3', 'test_foot_rank.R:752:3', 'test_foot_round_robin.R:8:3', 'test_foot_round_robin.R:140:3', 'test_foot_round_robin.R:193:3', 'test_foot_round_robin.R:254:3', 'test_foot_round_robin.R:296:3', 'test_mle_foot.R:57:3', 'test_mle_foot.R:163:3', 'test_plot_btdPosterior.R:20:3', 'test_plot_btdPosterior.R:63:3', 'test_plot_btdPosterior.R:103:3', 'test_plot_btdPosterior.R:143:3', 'test_plot_btdPosterior.R:184:3', 'test_plot_btdPosterior.R:222:3', 'test_plot_btdPosterior.R:262:3', 'test_plot_btdPosterior.R:303:3', 'test_plot_btdPosterior.R:343:3', 'test_plot_btdPosterior.R:383:3', 'test_plot_btdPosterior.R:423:3', 'test_plot_btdPosterior.R:463:3', 'test_plot_logStrength.R:15:3', 'test_plot_logStrength.R:60:3', 'test_pp_foot.R:7:3', 'test_pp_foot.R:59:3', 'test_pp_foot.R:109:3', 'test_pp_foot.R:151:3', 'test_print_fun_foot.R:6:3', 'test_print_fun_foot.R:79:3', 'test_print_fun_foot.R:120:3', 'test_print_fun_foot.R:151:3', 'test_print_fun_foot.R:178:3', 'test_print_fun_foot.R:211:3', 'test_print_fun_foot.R:251:3', 'test_print_fun_foot.R:304:3', 'test_print_fun_foot.R:345:3', 'test_print_fun_foot.R:397:3', 'test_print_fun_foot.R:442:3', 'test_print_fun_foot.R:482:3', 'test_stan_foot.R:8:3', 'test_stan_foot.R:204:3', 'test_stan_foot.R:299:3', 'test_stan_foot.R:406:3', 'test_stan_foot.R:524:3', 'test_stan_foot.R:608:3' • stan_cmdstan_exists() is not TRUE (10): 'test_plot_logStrength.R:100:3', 'test_stan_foot.R:125:3', 'test_stan_foot.R:469:3', 'test_stan_foot.R:659:3', 'test_stan_foot.R:685:3', 'test_stan_foot.R:712:3', 'test_stan_foot.R:744:3', 'test_stan_foot.R:772:3', 'test_stan_foot.R:807:3', 'test_stan_foot.R:842:3' [ FAIL 0 | WARN 0 | SKIP 84 | PASS 33 ] > > proc.time() user system elapsed 15.17 1.46 16.59