CRAN Package Check Results for Package COINT

Last updated on 2026-05-07 09:01:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 11.62 105.17 116.79 OK
r-devel-linux-x86_64-debian-gcc 0.0.2 7.80 54.08 61.88 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.2 20.00 128.16 148.16 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.2 20.00 138.11 158.11 ERROR
r-devel-windows-x86_64 0.0.2 11.00 92.00 103.00 ERROR
r-patched-linux-x86_64 0.0.2 11.51 96.57 108.08 OK
r-release-linux-x86_64 0.0.2 10.87 96.08 106.95 OK
r-release-macos-arm64 0.0.2 2.00 27.00 29.00 OK
r-release-macos-x86_64 0.0.2 8.00 109.00 117.00 OK
r-release-windows-x86_64 0.0.2 12.00 125.00 137.00 OK
r-oldrel-macos-arm64 0.0.2 OK
r-oldrel-macos-x86_64 0.0.2 7.00 128.00 135.00 OK
r-oldrel-windows-x86_64 0.0.2 14.00 154.00 168.00 OK

Check Details

Version: 0.0.2
Check: examples
Result: ERROR Running examples in ‘COINT-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ccr > ### Title: Canonical Cointegrating Regression Estimator > ### Aliases: ccr > ### Keywords: cointegration > > ### ** Examples > > > data(macro) > y=macro[,1] > x=macro[,-1] > out=ccr(y,x,type=c("const","trend","season","all")[2],v=15,ker_fun="bartlett") Error in solve.default(t(z) %*% z) : Lapack routine dgesv: system is exactly singular: U[4,4] = 0 Calls: ccr -> solve -> solve.default Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed GHansen 4.749 0.047 5.574 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.2
Check: examples
Result: ERROR Running examples in ‘COINT-Ex.R’ failed The error most likely occurred in: > ### Name: ccr > ### Title: Canonical Cointegrating Regression Estimator > ### Aliases: ccr > ### Keywords: cointegration > > ### ** Examples > > > data(macro) > y=macro[,1] > x=macro[,-1] > out=ccr(y,x,type=c("const","trend","season","all")[2],v=15,ker_fun="bartlett") Error in solve.default(t(z) %*% z) : Lapack routine dgesv: system is exactly singular: U[4,4] = 0 Calls: ccr -> solve -> solve.default Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64