R Under development (unstable) (2026-03-06 r89561 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # Test setup for ardlverse > library(testthat) > library(ardlverse) ==================================================================== ardlverse v1.0.0 ==================================================================== Comprehensive ARDL Modeling Framework -------------------------------------------------------------------- Components: - panel_ardl() : Panel ARDL (PMG, MG, DFE) - boot_ardl() : Bootstrap Bounds Test - qnardl() : Quantile Nonlinear ARDL - fourier_ardl() : Fourier ARDL - ardl_diagnostics(): Model Diagnostics -------------------------------------------------------------------- Author: Muhammad Alkhalaf Documentation: https://github.com/muhammedalkhalaf/ardlverse ==================================================================== > > test_check("ardlverse") [ FAIL 0 | WARN 0 | SKIP 28 | PASS 31 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-aardl.R:4:3', 'test-aardl.R:24:3', 'test-aardl.R:40:3', 'test-aardl.R:57:3', 'test-boot_ardl.R:12:3', 'test-diagnostics.R:4:3', 'test-diagnostics.R:27:3', 'test-fourier_ardl.R:4:3', 'test-fourier_ardl.R:23:3', 'test-fourier_ardl.R:49:3', 'test-mtnardl.R:4:3', 'test-mtnardl.R:23:3', 'test-mtnardl.R:40:3', 'test-mtnardl.R:56:3', 'test-panel_ardl.R:12:3', 'test-panel_ardl.R:32:3', 'test-panel_ardl.R:50:3', 'test-panel_ardl.R:84:3', 'test-pnardl.R:4:3', 'test-pnardl.R:35:3', 'test-pnardl.R:61:3', 'test-pnardl.R:88:3', 'test-qnardl.R:12:3', 'test-qnardl.R:40:3', 'test-rardl.R:4:3', 'test-rardl.R:23:3', 'test-rardl.R:39:3', 'test-rardl.R:55:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 31 ] > > proc.time() user system elapsed 3.18 0.51 3.70