Last updated on 2026-09-04 17:50:11 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 12.39 | 78.54 | 90.93 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 7.35 | 53.46 | 60.81 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 62.12 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 61.37 | OK | |||
| r-devel-windows-x86_64 | 0.0.4 | 13.00 | 103.00 | 116.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 11.60 | 79.84 | 91.44 | OK | |
| r-release-linux-x86_64 | 0.0.4 | 9.04 | 80.88 | 89.92 | 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 | 103.00 | 115.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 | 14.00 | 125.00 | 139.00 | OK |
Version: 0.0.4
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: 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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
fmvar_plag 4.629 0.078 5.833
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.4
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: 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-linux-x86_64-debian-gcc