R Under development (unstable) (2024-05-27 r86634 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 52 | PASS 485 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • Shrinkage feature removed at least for now. (2): 'test-edgecases.R:215:3', 'test-extended.R:434:3' • run_extended_tests is not TRUE (46): 'test-cmdstanr.R:9:3', 'test-cmdstanr.R:36:3', 'test-cmdstanr.R:54:3', 'test-cmdstanr.R:90:3', 'test-cmdstanr.R:119:3', 'test-cmdstanr.R:165:3', 'test-cmdstanr.R:207:3', 'test-cmdstanr.R:305:3', 'test-cmdstanr.R:342:3', 'test-cmdstanr.R:432:3', 'test-cmdstanr.R:489: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:672:3', 'test-grunfeld.R:8:3', 'test-lfactor.R:120:3', 'test-lfactor.R:129:3', 'test-lfactor.R:137:3', 'test-lfactor.R:145:3', 'test-lfactor.R:164: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:347:3', 'test-recovery.R:480:3', 'test-recovery.R:507:3', 'test-recovery.R:572: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 52 | PASS 485 ] > > proc.time() user system elapsed 44.75 2.68 47.51