R Under development (unstable) (2024-11-08 r87310 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. > # 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(inferr) > > test_check("inferr") [ FAIL 0 | WARN 0 | SKIP 33 | PASS 451 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test-anova.R:20:3', 'test-binom.R:55:3', 'test-binom.R:59:3', 'test-chisq.R:37:3', 'test-chisq.R:41:3', 'test-chisqgof.R:71:3', 'test-cochran.R:22:3', 'test-indttest.R:40:3', 'test-indttest.R:44:3', 'test-indttest.R:48:3', 'test-indttest.R:52:3', 'test-levene.R:46:3', 'test-mcnemar.R:38:3', 'test-os-vartest.R:38:3', 'test-os-vartest.R:42:3', 'test-os-vartest.R:46:3', 'test-os-vartest.R:50:3', 'test-paired-test.R:26:3', 'test-paired-test.R:33:3', 'test-paired-test.R:40:3', 'test-paired-test.R:47:3', 'test-runs.R:79:3', 'test-ttest.R:35:3', 'test-ttest.R:39:3', 'test-ttest.R:43:3', 'test-ttest.R:47:3', 'test-two-prop-test.R:127:3', 'test-two-prop-test.R:131:3', 'test-two-prop-test.R:135:3', 'test-two-prop-test.R:139:3', 'test-two-var-test.R:46:3', 'test-two-var-test.R:50:3', 'test-two-var-test.R:54:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 451 ] > > proc.time() user system elapsed 3.85 0.60 4.48