CRAN Package Check Results for Package COINT

Last updated on 2026-09-11 17:50:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.4 10.19 86.71 96.90 OK
r-devel-linux-x86_64-debian-gcc 0.0.4 6.96 58.73 65.69 OK
r-devel-linux-x86_64-fedora-clang 0.0.4 62.51 OK
r-devel-linux-x86_64-fedora-gcc 0.0.4 57.76 OK
r-devel-windows-x86_64 0.0.4 11.00 94.00 105.00 ERROR
r-patched-linux-x86_64 0.0.4 11.97 78.00 89.97 OK
r-release-linux-x86_64 0.0.4 10.01 78.98 88.99 OK
r-release-macos-arm64 0.0.4 3.00 30.00 33.00 OK
r-release-macos-x86_64 0.0.4 8.00 105.00 113.00 OK
r-release-windows-x86_64 0.0.4 12.00 101.00 113.00 OK
r-oldrel-macos-arm64 0.0.4 3.00 42.00 45.00 OK
r-oldrel-macos-x86_64 0.0.4 8.00 102.00 110.00 OK
r-oldrel-windows-x86_64 0.0.4 18.00 128.00 146.00 OK

Additional issues

donttest

Check Details

Version: 0.0.4
Check: examples
Result: ERROR Running examples in 'COINT-Ex.R' failed The error most likely occurred in: > ### Name: pp > ### Title: Phillips and Perron Unit Root Test > ### Aliases: pp > ### Keywords: unit root test > > ### ** Examples > > data(macro) > y=macro[,"INF"] > pp(y, + type=c("none","const","trend")[3], + lags = c("short", "long", "nil")[2], + use=c("nw","ba")) # If argument "use" is NOT NULL, argument lags will be ignored. Error in formula(mt) : argument "formula" is missing, with no default Calls: pp -> lm Execution halted Flavor: r-devel-windows-x86_64