R Under development (unstable) (2023-11-25 r85635 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > 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.49 seconds. 22449 iterations per second. Converting results to coda objects... Done! Calling GIS_C MCMC sampler with 11000 iter. Series length is 50. ] 100% 0% [+++++++++++++++++++++++++++++++++++++++++++++++++++] 100% Timing (elapsed): 0.48 seconds. 22917 iterations per second. Converting results to coda objects... 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% [ FAIL 0 | WARN 0 | SKIP 4 | PASS 431 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-cpp.R:2:5', 'test-samplers.R:50:3', 'test-samplers.R:112:3', 'test-samplers.R:156:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 431 ] > > proc.time() user system elapsed 17.20 0.54 17.73