R Under development (unstable) (2025-08-23 r88688 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. > library(testthat) > library(svars) Loading required package: vars Loading required package: MASS Loading required package: strucchange Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Loading required package: sandwich Loading required package: urca Loading required package: lmtest Registered S3 method overwritten by 'svars': method from stability.varest vars > > test_check("svars") [ FAIL 0 | WARN 0 | SKIP 57 | PASS 66 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • On CRAN (57): 'test-id.garch.R:4:3', 'test-id.garch.R:23:3', 'test-id.garch.R:40:3', 'test-id.garch.R:57:3', 'test-id.garch.R:74:3', 'test-id.garch.R:103:3', 'test-id.garch.R:127:3', 'test-id_chol.R:4:3', 'test-id_chol.R:19:3', 'test-id_chol.R:37:3', 'test-id_cv.R:4:3', 'test-id_cv.R:25:3', 'test-id_cv.R:46:3', 'test-id_cv.R:67:3', 'test-id_cv.R:87:3', 'test-id_cv.R:112:3', 'test-id_cv.R:137:3', 'test-id_cv.R:158:3', 'test-id_cv.R:188:3', 'test-id_cv.R:213:3', 'test-id_cv.R:246:3', 'test-id_cv.R:268:3', 'test-id_cv.R:291:3', 'test-id_cv.R:314:3', 'test-id_cv.R:336:3', 'test-id_cv.R:362:3', 'test-id_cv.R:388:3', 'test-id_cv.R:410:3', 'test-id_cvm.R:4:3', 'test-id_cvm.R:22:3', 'test-id_cvm.R:39:3', 'test-id_cvm.R:57:3', 'test-id_cvm.R:74:3', 'test-id_cvm.R:93:3', 'test-id_cvm.R:117:3', 'test-id_ngml.R:4:3', 'test-id_ngml.R:20:3', 'test-id_ngml.R:37:3', 'test-id_ngml.R:55:3', 'test-id_ngml.R:73:3', 'test-id_ngml.R:91:3', 'test-id_ngml.R:108:3', 'test-id_ngml.R:126:3', 'test-id_ngml.R:144:3', 'test-id_ngml.R:166:3', 'test-id_ngml.R:188:3', 'test-id_ngml.R:210:3', 'test-likelihood_cv.R:4:3', 'test-likelihood_cv.R:42:5', 'test-likelihood_cv.R:61:5', 'test-likelihood_cv.R:104:7', 'test-likelihood_ngml.R:4:3', 'test-likelihood_ngml.R:36:3', 'test-likelihood_ngml.R:61:7', 'test-likelihood_ngml.R:88:7', 'test-likelihood_ngml.R:115:7', 'test-likelihood_ngml.R:140:7' [ FAIL 0 | WARN 0 | SKIP 57 | PASS 66 ] > > proc.time() user system elapsed 28.29 2.12 30.40