R Under development (unstable) (2025-07-30 r88476 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(stochvol) > > test_check("stochvol") Calling GIS_C MCMC sampler with 11000 iter. Series length is 50. ] 100% 0% [+++++++++++++++++++++++++++++++++++++++++++++++++++] 100% Timing (elapsed): 0.51 seconds. 21569 iterations per second. Converting results to coda objects... Done! Summarizing posterior draws... Done! Calling GIS_C MCMC sampler with 11000 iter. Series length is 50. ] 100% 0% [+++++++++++++++++++++++++++++++++++++++++++++++++++] 100% Timing (elapsed): 0.5 seconds. 22000 iterations per second. Converting results to coda objects... Done! Summarizing posterior draws... Done! Starting centered fast_sv Done with 10% Done with 20% Done with 30% Done with 40% Done with 50% Done with 60% Done with 70% Done with 80% Done with 90% Done with 100% Starting noncentered fast_sv Done with 10% Done with 20% Done with 30% Done with 40% Done with 50% Done with 60% Done with 70% Done with 80% Done with 90% Done with 100% Extracted data vector from 'svsim'-object. Calling ASISx5 MCMC sampler with 60 iter. Series length is 10. ] 100% 0% [++] 100% Timing (elapsed): 0 seconds. Inf iterations per second. Converting results to coda objects... Done! Summarizing posterior draws... Done! [ FAIL 0 | WARN 0 | SKIP 4 | PASS 432 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-cpp.R:2:5', 'test-samplers.R:48:3', 'test-samplers.R:110:3', 'test-samplers.R:154:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 432 ] > > proc.time() user system elapsed 22.46 1.01 23.46