Last updated on 2026-08-05 09:50:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 17.73 | 131.28 | 149.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 13.11 | 96.47 | 109.58 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 30.00 | 210.47 | 240.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 13.00 | 89.37 | 102.37 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 19.00 | 131.00 | 150.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 15.92 | 125.86 | 141.78 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 17.04 | 126.77 | 143.81 | OK | |
| r-release-macos-arm64 | 0.1.0 | 4.00 | 32.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 12.00 | 128.00 | 140.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 22.00 | 129.00 | 151.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 10.00 | 94.00 | 104.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 26.00 | 161.00 | 187.00 | ERROR |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'crosslag-Ex.R' failed
The error most likely occurred in:
> ### Name: clpm_gamm4_c
> ### Title: Title Cross-lag analysis based on generalized additive mixture
> ### models
> ### Aliases: clpm_gamm4_c
>
> ### ** Examples
>
> data(test_data1)
> data(test_data2)
> result <- clpm_gamm4_c("ASI","PWRI",test_data1$ASI,test_data1$PWRI,
+ data.xt = test_data2$ASI,data.yt = test_data2$PWRI,z=test_data1$time)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'which': invalid 'x': type "S4"
Calls: clpm_gamm4_c ... <Anonymous> -> getVb -> which -> norm -> norm -> norm
Execution halted
Flavor: r-oldrel-windows-x86_64