* using log directory 'd:/RCompile/CRANincoming/R-devel/fqardl.Rcheck' * using R Under development (unstable) (2026-02-26 r89489 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-02-27 03:05:37 UTC * checking for file 'fqardl/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'fqardl' version '1.0.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Muhammad Alkhalaf ' New submission License components with restrictions and base license permitting such: GPL-3 + file LICENSE File 'LICENSE': YEAR: 2026 COPYRIGHT HOLDER: Muhammad Alkhalaf Possibly misspelled words in DESCRIPTION: ADF (24:71) ARDL (3:16, 17:55, 19:36, 21:41) Enders (25:45, 26:53) FNARDL (21:47) FQARDL (19:42) KPSS (25:5) MTNARDL (23:67) Merwan (31:53) NARDL (23:60) Nimmo (22:67) PSS (28:16) Pesaran (28:45) Roudane (31:60) Stata (31:33) Yu (22:52) cointegration (18:5, 21:68, 29:38) * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'fqardl' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [23s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... WARNING Codoc mismatches from Rd file 'bounds_tests.Rd': perform_bounds_test Code: function(qardl_results, n, k, case = 3) Docs: function(model, case = 3) Argument names in code not in docs: qardl_results n k Argument names in docs not in code: model Mismatches in argument names: Position: 1 Code: qardl_results Docs: model Position: 2 Code: n Docs: case bootstrap_bounds_test Code: function(y, X, fourier, p, q, tau, case, n_boot = 1000) Docs: function(model, n_boot = 1000, case = 3) Argument names in code not in docs: y X fourier p q tau Argument names in docs not in code: model Mismatches in argument names: Position: 1 Code: y Docs: model Position: 2 Code: X Docs: n_boot Position: 3 Code: fourier Docs: case Mismatches in argument default values: Name: 'case' Code: Docs: 3 get_pss_critical_values Code: function(k, case = 3) Docs: function(k, case = 3, level = 0.05) Argument names in docs not in code: level Codoc mismatches from Rd file 'fnardl.Rd': fnardl Code: function(formula, data, decompose = NULL, max_p = 4, max_q = 4, max_k = 3, criterion = c("BIC", "AIC", "HQ"), case = 3, bootstrap = FALSE, n_boot = 1000) Docs: function(formula, data, decompose, max_p = 4, max_q = 4, max_k = 3, ic = c("AIC", "BIC", "HQ"), ...) Argument names in code not in docs: criterion case bootstrap n_boot Argument names in docs not in code: ic ... Mismatches in argument names: Position: 7 Code: criterion Docs: ic Position: 8 Code: case Docs: ... Mismatches in argument default values: Name: 'decompose' Code: NULL Docs: Codoc mismatches from Rd file 'fourier_tests.Rd': fourier_adf_test Code: function(y, model = c("c", "ct"), max_freq = 3, max_lag = NULL, criterion = c("AIC", "BIC", "t-sig")) Docs: function(y, model = c("c", "ct"), max_freq = 3, max_lag = NULL) Argument names in code not in docs: criterion fourier_unit_root_analysis Code: function(y, name = "Series", max_freq = 3) Docs: function(y, name = "series") Argument names in code not in docs: max_freq Mismatches in argument default values: Name: 'name' Code: "Series" Docs: "series" fadf_f_test Code: function(y, model, k, p) Docs: function(y, model = c("c", "ct"), max_freq = 3) Argument names in code not in docs: k p Argument names in docs not in code: max_freq Mismatches in argument names: Position: 3 Code: k Docs: max_freq Mismatches in argument default values: Name: 'model' Code: Docs: c("c", "ct") Codoc mismatches from Rd file 'fqardl.Rd': fqardl Code: function(formula, data, tau = c(0.25, 0.5, 0.75), max_p = 4, max_q = 4, max_k = 3, criterion = c("BIC", "AIC", "HQ"), case = 3, bootstrap = FALSE, n_boot = 1000, seed = NULL) Docs: function(formula, data, tau = c(0.25, 0.5, 0.75), max_p = 4, max_q = 4, max_k = 3, ic = c("AIC", "BIC", "HQ"), bootstrap = FALSE, n_boot = 1000, ...) Argument names in code not in docs: criterion case seed Argument names in docs not in code: ic ... Mismatches in argument names (first 3): Position: 7 Code: criterion Docs: ic Position: 8 Code: case Docs: bootstrap Position: 9 Code: bootstrap Docs: n_boot * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... OK * DONE Status: 1 WARNING, 1 NOTE