* using log directory ‘/data/gannet/ripley/R/packages/tests-ATLAS/pvars.Rcheck’ * using R Under development (unstable) (2025-10-15 r88920) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2) GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2) * running under: Fedora Linux 42 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘pvars/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘pvars’ version ‘1.1.0’ * package encoding: UTF-8 * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘pvars’ can be installed ... [33s/88s] OK * checking package directory ... OK * checking ‘build’ directory ... 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 ... [7s/18s] OK * checking whether the package can be loaded with stated dependencies ... [7s/14s] OK * checking whether the package can be unloaded cleanly ... [7s/26s] OK * checking whether the namespace can be loaded with stated dependencies ... [6s/12s] OK * checking whether the namespace can be unloaded cleanly ... [7s/19s] OK * checking loading without being on the library search path ... [6s/18s] 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 ... [63s/144s] 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 ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking sizes of PDF files under ‘inst/doc’ ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [55s/92s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [70s/77s] [70s/78s] ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > > # load packages > library(testthat) > library(urca) > library(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: lmtest > library(svars) > library(pvars) Registered S3 method overwritten by 'pvars': method from plot.svarfevd svars > > # run tests during R CMD check > test_check("pvars") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 230 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_varx.R:124:5'): auxVAR modules can reproduce OLS examples from vars package. ── `our_resid` not equal to `vars_resid`. 74/222 mismatches (average diff: 3.12e-05) [1] -0.1859 - -0.1859 == 3.07e-05 [4] 0.0276 - 0.0276 == 3.07e-05 [7] 0.2077 - 0.2076 == 3.07e-05 [10] -0.1963 - -0.1963 == 3.07e-05 [13] 0.2733 - 0.2732 == 3.07e-05 [16] -0.1528 - -0.1529 == 3.07e-05 [19] -0.0147 - -0.0148 == 3.07e-05 [22] -0.1314 - -0.1314 == 3.07e-05 [25] 0.0544 - 0.0543 == 3.07e-05 ... ── Failure ('test_varx.R:125:5'): auxVAR modules can reproduce OLS examples from vars package. ── `our_resid` not equal to `varx_resid`. 74/222 mismatches (average diff: 3.12e-05) [1] -0.1859 - -0.1859 == 3.07e-05 [4] 0.0276 - 0.0276 == 3.07e-05 [7] 0.2077 - 0.2076 == 3.07e-05 [10] -0.1963 - -0.1963 == 3.07e-05 [13] 0.2733 - 0.2732 == 3.07e-05 [16] -0.1528 - -0.1529 == 3.07e-05 [19] -0.0147 - -0.0148 == 3.07e-05 [22] -0.1314 - -0.1314 == 3.07e-05 [25] 0.0544 - 0.0543 == 3.07e-05 ... ── Failure ('test_varx.R:202:5'): aux_vec2vma() provides the correct long-run multiplier matrix XI at different cointegration ranks ── `our_XI` not equivalent to `vars_Xi`. 15/16 mismatches (average diff: 1.78e-07) [1] -0.5787 - -0.5787 == 1.07e-07 [2] 0.1579 - 0.1579 == 3.94e-08 [3] -0.8717 - -0.8717 == -1.59e-08 [4] -0.0124 - -0.0124 == 6.31e-08 [5] 19.1500 - 19.1500 == 6.87e-07 [6] 8.3279 - 8.3279 == 5.08e-07 [7] -3.1570 - -3.1570 == -3.16e-07 [8] 11.3630 - 11.3630 == 4.72e-07 [9] 3.8596 - 3.8596 == -1.63e-07 ... [ FAIL 3 | WARN 1 | SKIP 0 | PASS 230 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [46s/49s] OK * checking PDF version of manual ... [11s/13s] OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/data/gannet/ripley/R/packages/tests-ATLAS/pvars.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 13:52.55, 394.81 + 27.64