R Under development (unstable) (2024-01-07 r85787 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. > library(testthat) > library(bvhar) > > test_check("bvhar") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 0 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-bvar-flat.R:3:3', 'test-bvar-minnesota.R:3:3', 'test-bvhar-minnesota.R:3:3', 'test-bvhar-minnesota.R:28:3', 'test-criteria.R:3:3', 'test-criteria.R:16:3', 'test-criteria.R:26:3', 'test-criteria.R:38:3', 'test-criteria.R:57:3', 'test-criteria.R:76:3', 'test-forecast.R:3:3', 'test-hyperparam.R:3:3', 'test-simulate-param.R:3:3', 'test-simulate-param.R:63:3', 'test-stable-process.R:2:3', 'test-summary-forecast.R:3:3', 'test-summary-forecast.R:21:3', 'test-summary-forecast.R:35:3', 'test-summary-varlse.R:2:3', 'test-summary-vharlse.R:2:3', 'test-varlse.R:3:3', 'test-varlse.R:39:3', 'test-vharlse.R:3:3', 'test-vharlse.R:38:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 0 ] > > proc.time() user system elapsed 1.37 0.26 1.64