Last updated on 2025-11-16 12:49:26 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 19.74 | 150.82 | 170.56 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 16.23 | 106.44 | 122.67 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 140.00 | 139.85 | 279.85 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 45.00 | 197.95 | 242.95 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 21.00 | 131.00 | 152.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 19.06 | 141.01 | 160.07 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 17.82 | 140.02 | 157.84 | OK | |
| r-release-macos-arm64 | 0.1.0 | 8.00 | 54.00 | 62.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 14.00 | 109.00 | 123.00 | ERROR | |
| r-release-windows-x86_64 | 0.1.0 | 20.00 | 130.00 | 150.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 9.00 | 61.00 | 70.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 20.00 | 145.00 | 165.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.1.0 | 26.00 | 170.00 | 196.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘CompareMultipleModels-Ex.R’ failed
The error most likely occurred in:
> ### Name: best_model_finder
> ### Title: Finding the Best Model Using Eight Metrics Values
> ### Aliases: best_model_finder
>
> ### ** Examples
>
> set.seed(123) # for reproducibility
> Y <- rnorm(100, 100, 10)
> model_1 <-CEEMDANML::carigaan(Y, ratio = 0.8, n_lag = 4)
Error in optim(init[mask], armafn, method = optim.method, hessian = TRUE, :
non-finite finite-difference value [1]
Calls: <Anonymous> -> arima -> optim
Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64