R version 4.5.0 RC (2025-04-04 r88113 ucrt) -- "How About a Twenty-Six" 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(midasr) Loading required package: sandwich Loading required package: optimx Loading required package: quantreg Loading required package: SparseM > > test_check("midasr") [ FAIL 0 | WARN 1 | SKIP 20 | PASS 85 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test_midas_nlpr.R:13:3', 'test_midas_nlpr.R:33:3', 'test_midas_nlpr.R:54:3', 'test_midas_nlpr.R:92:3', 'test_midas_nlpr.R:118:3', 'test_midas_nlpr.R:135:3', 'test_midas_nlpr.R:171:3', 'test_midas_nlpr.R:190:3', 'test_midas_nlpr.R:209:3', 'test_midas_nlpr.R:227:3', 'test_midas_sp.R:24:3', 'test_midas_sp.R:42:3', 'test_midas_sp.R:66:3', 'test_midas_sp.R:81:3', 'test_midas_sp.R:98:3', 'test_midas_sp.R:106:3', 'test_midas_sp.R:121:3', 'test_midas_sp.R:129:3', 'test_midas_sp.R:136:3', 'test_midas_sp.R:148:3' [ FAIL 0 | WARN 1 | SKIP 20 | PASS 85 ] > > proc.time() user system elapsed 26.23 2.92 29.17