R Under development (unstable) (2025-04-24 r88177 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(joker) > > test_check("joker") [ FAIL 0 | WARN 0 | SKIP 53 | PASS 1054 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • Skipping extended test unless JOKER_EXTENDED_TESTS='true' (53): 'test-02_Bern.R:117:3', 'test-02_Bern.R:151:3', 'test-02_Bern.R:167:3', 'test-02_Beta.R:156:3', 'test-02_Beta.R:193:3', 'test-02_Beta.R:214:3', 'test-02_Binom.R:121:3', 'test-02_Binom.R:158:3', 'test-02_Binom.R:174:3', 'test-02_Cat.R:105:3', 'test-02_Cat.R:140:3', 'test-02_Cat.R:156:3', 'test-02_Cauchy.R:130:3', 'test-02_Cauchy.R:164:3', 'test-02_Chisq.R:104:3', 'test-02_Chisq.R:134:3', 'test-02_Chisq.R:150:3', 'test-02_Dir.R:130:3', 'test-02_Dir.R:179:3', 'test-02_Exp.R:104:3', 'test-02_Exp.R:134:3', 'test-02_Exp.R:150:3', 'test-02_Gam.R:142:3', 'test-02_Gam.R:179:3', 'test-02_Gam.R:197:3', 'test-02_Geom.R:109:3', 'test-02_Geom.R:139:3', 'test-02_Geom.R:155:3', 'test-02_Laplace.R:113:3', 'test-02_Laplace.R:147:3', 'test-02_Laplace.R:163:3', 'test-02_Lnorm.R:111:3', 'test-02_Lnorm.R:145:3', 'test-02_Lnorm.R:161:3', 'test-02_Multigam.R:140:3', 'test-02_Multigam.R:177:3', 'test-02_Multigam.R:195:3', 'test-02_Multinom.R:118:3', 'test-02_Multinom.R:153:3', 'test-02_Multinom.R:169:3', 'test-02_Nbinom.R:124:3', 'test-02_Nbinom.R:158:3', 'test-02_Nbinom.R:174:3', 'test-02_Norm.R:107:3', 'test-02_Norm.R:141:3', 'test-02_Norm.R:157:3', 'test-02_Pois.R:105:3', 'test-02_Pois.R:135:3', 'test-02_Pois.R:151:3', 'test-02_Unif.R:120:3', 'test-02_Unif.R:136:3', 'test-02_Weib.R:141:3', 'test-02_Weib.R:160:3' [ FAIL 0 | WARN 0 | SKIP 53 | PASS 1054 ] > > proc.time() user system elapsed 23.54 1.64 25.21