CRAN Package Check Results for Package COINT

Last updated on 2026-05-05 20:51:32 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 6.93 55.94 62.87 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.2 20.00 162.36 182.36 OK
r-devel-linux-x86_64-fedora-gcc 0.0.2 19.00 158.65 177.65 OK
r-devel-windows-x86_64 0.0.2 11.00 125.00 136.00 OK
r-patched-linux-x86_64 0.0.2 11.48 96.11 107.59 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 11.00 146.00 157.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.631 0.032 6.123 Flavor: r-devel-linux-x86_64-debian-gcc