Last updated on 2026-08-16 11:51:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 19.25 | 420.73 | 439.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 12.55 | 314.27 | 326.82 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 15.00 | 261.78 | 276.78 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 13.00 | 244.81 | 257.81 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 20.00 | 390.00 | 410.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 18.89 | 403.97 | 422.86 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 18.87 | 413.05 | 431.92 | ERROR | |
| r-release-macos-arm64 | 0.1.0 | 4.00 | 83.00 | 87.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 13.00 | 373.00 | 386.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 20.00 | 0.00 | 20.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 13.00 | 388.00 | 401.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 27.00 | 586.00 | 613.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘test_ecf.R’ [21s/29s]
Running ‘test_ecf_2.R’ [4s/6s]
Running ‘test_em.R’ [9s/11s]
Running ‘test_em_2.R’ [4s/5s]
Running ‘test_em_3.R’ [8s/10s]
Running ‘test_function.R’ [15s/16s]
Running ‘test_gibbs.R’ [94s/110s]
Running ‘test_helper.R’ [4s/5s]
Running ‘test_helper_2.R’ [30s/37s]
Running ‘test_helper_3.R’ [4s/5s]
Running ‘test_integrals.R’ [4s/5s]
Running ‘test_mcculloch_2.R’ [5s/6s]
Running ‘test_mle.R’ [77s/92s]
Running ‘test_normalization.R’ [4s/6s]
Running the tests in ‘tests/test_mle.R’ failed.
Complete output:
> # Clean environment and load libraries
> rm(list = ls()) # Clear environment to avoid conflicts
>
>
> # Source files
> library(MixStable)
Attaching package: 'MixStable'
The following object is masked from 'package:graphics':
clip
>
> n <- if (identical(Sys.getenv("NOT_CRAN"), "true")) 1200 else 100
> X1 <- rstable(n, 1.2, 0.5, 1, 3, pm = 1)
>
>
> # 🔍 Estimate parameters using MLE
> estimated_params <- Max_vrai(X1)
Error in Max_vrai(X1) : Optimization failed: convergence code 10
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Execution halted
Flavor: r-release-linux-x86_64