Last updated on 2026-04-09 03:52:43 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2 | 20.18 | 169.86 | 190.04 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3 | 17.85 | 147.45 | 165.30 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3 | 41.00 | 334.51 | 375.51 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3 | 40.00 | 333.39 | 373.39 | OK | |
| r-devel-macos-arm64 | 1.3 | 6.00 | 49.00 | 55.00 | OK | |
| r-devel-windows-x86_64 | 1.3 | 30.00 | 207.00 | 237.00 | OK | |
| r-patched-linux-x86_64 | 1.3 | 22.75 | 188.76 | 211.51 | OK | |
| r-release-linux-x86_64 | 1.2 | 20.28 | 157.88 | 178.16 | OK | |
| r-release-macos-arm64 | 1.3 | 5.00 | 38.00 | 43.00 | ERROR | |
| r-release-macos-x86_64 | 1.3 | 15.00 | 199.00 | 214.00 | OK | |
| r-release-windows-x86_64 | 1.2 | 22.00 | 178.00 | 200.00 | OK | |
| r-oldrel-macos-arm64 | 1.1 | 5.00 | 46.00 | 51.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3 | 16.00 | 203.00 | 219.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2 | 24.00 | 216.00 | 240.00 | OK |
Version: 1.3
Check: examples
Result: ERROR
Running examples in ‘CompositionalSR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ICE plot for the alpha-ESF model
> ### Title: ICE plot for the alpha-ESF model
> ### Aliases: ice.aesf
>
> ### ** Examples
>
> data(fadn)
> coords <- fadn[, 1:2]
> y <- fadn[, 3:7]
> x <- fadn[, 8, drop = FALSE]
> mod <- alfa.esf(y, x, a = 0.1, coords = coords)
25 spatial eigen-pairs
> ice <- ice.aesf(mod$be, mod$gama, x, mod$X.esf, ind = 1)
Error in plot.window(...) : need finite 'ylim' values
Calls: ice.aesf ... <Anonymous> -> plot -> plot.default -> localWindow -> plot.window
Execution halted
Flavor: r-release-macos-arm64