R Under development (unstable) (2024-11-14 r87333 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. > #' @srrstats {G3.0} Floating point numbers are not compared for equality > #' @srrstats {G5.2, G5.2a, G5.2b, G5.3, RE7.2, RE7.3} > #' Demonstrated by package tests. > #' @srrstats {G5.12} Instructions on how to run extended tests is provided in > #' tests/README.md. > #' @srrstats {G5.5, G5.6b} Fixed and random seeds are used appropriately in > #' tests. > library(testthat) > library(dynamite) > > test_check("dynamite") [ FAIL 0 | WARN 0 | SKIP 54 | PASS 487 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • Shrinkage feature removed at least for now. (2): 'test-edgecases.R:226:3', 'test-extended.R:434:3' • run_extended_tests is not TRUE (48): 'test-cmdstanr.R:9:3', 'test-cmdstanr.R:35:3', 'test-cmdstanr.R:52:3', 'test-cmdstanr.R:90:3', 'test-cmdstanr.R:119:3', 'test-cmdstanr.R:167:3', 'test-cmdstanr.R:210:3', 'test-cmdstanr.R:315:3', 'test-cmdstanr.R:353:3', 'test-cmdstanr.R:451:3', 'test-cmdstanr.R:509:3', 'test-cmdstanr.R:541:3', 'test-cmdstanr.R:577:3', 'test-extended.R:14:3', 'test-extended.R:121:3', 'test-extended.R:196:3', 'test-extended.R:272:3', 'test-extended.R:354:3', 'test-extended.R:377:3', 'test-extended.R:396:3', 'test-extended.R:463:3', 'test-extended.R:508:3', 'test-extended.R:568:3', 'test-extended.R:635:3', 'test-extended.R:673:3', 'test-grunfeld.R:8:3', 'test-lfactor.R:122:3', 'test-lfactor.R:131:3', 'test-lfactor.R:139:3', 'test-lfactor.R:147:3', 'test-lfactor.R:166:3', 'test-random.R:9:3', 'test-random.R:97:3', 'test-random.R:178:3', 'test-random.R:206:3', 'test-random.R:239:3', 'test-recovery.R:16:3', 'test-recovery.R:48:3', 'test-recovery.R:73:3', 'test-recovery.R:99:3', 'test-recovery.R:124:3', 'test-recovery.R:177:3', 'test-recovery.R:204:3', 'test-recovery.R:302:3', 'test-recovery.R:348:3', 'test-recovery.R:483:3', 'test-recovery.R:510:3', 'test-recovery.R:575:3' • run_scaling_tests is not TRUE (4): 'test-scaling.R:17:3', 'test-scaling.R:57:3', 'test-scaling.R:98:3', 'test-scaling.R:138:3' [ FAIL 0 | WARN 0 | SKIP 54 | PASS 487 ] > > proc.time() user system elapsed 29.46 1.43 30.89