R Under development (unstable) (2025-11-05 r88988 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(ISCAM) > > test_check("ISCAM") [ FAIL 0 | WARN 0 | SKIP 51 | PASS 120 ] ══ Skipped tests (51) ══════════════════════════════════════════════════════════ • On CRAN (51): 'test-binomial.R:18:3', 'test-binomial.R:39:3', 'test-binomial.R:44:3', 'test-binomial.R:69:3', 'test-binomial.R:105:3', 'test-binomial.R:165:3', 'test-binomial.R:197:3', 'test-binomial.R:225:3', 'test-binomial.R:252:3', 'test-binomial.R:266:3', 'test-binomial.R:284:3', 'test-chisq-hyper.R:10:3', 'test-chisq-hyper.R:34:3', 'test-chisq-hyper.R:57:3', 'test-chisq-hyper.R:79:3', 'test-chisq-hyper.R:112:3', 'test-normal.R:23:3', 'test-normal.R:56:3', 'test-normal.R:95:3', 'test-normal.R:111:3', 'test-normal.R:179:3', 'test-normal.R:213:3', 'test-overlayDensities.R:14:3', 'test-overlayDensities.R:23:3', 'test-overlayDensities.R:29:3', 'test-overlayDensities.R:35:3', 'test-overlayDensities.R:44:3', 'test-overlayDensities.R:53:3', 'test-plots.R:2:3', 'test-plots.R:12:3', 'test-plots.R:24:3', 'test-plots.R:34:3', 'test-prop-tests.R:29:3', 'test-prop-tests.R:55:3', 'test-prop-tests.R:73:3', 'test-prop-tests.R:94:3', 'test-prop-tests.R:125:3', 'test-prop-tests.R:157:3', 'test-prop-tests.R:180:3', 'test-prop-tests.R:212:3', 'test-t.R:60:3', 'test-t.R:80:3', 'test-t.R:100:3', 'test-t.R:136:3', 'test-t.R:173:3', 'test-t.R:178:3', 'test-t.R:197:3', 'test-t.R:209:3', 'test-t.R:245:3', 'test-t.R:277:3', 'test-t.R:292:3' [ FAIL 0 | WARN 0 | SKIP 51 | PASS 120 ] > > proc.time() user system elapsed 3.50 0.50 3.93