Last updated on 2026-04-13 21:53:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3 | 23.64 | 198.25 | 221.89 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3 | 15.39 | 146.04 | 161.43 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3 | 38.00 | 300.60 | 338.60 | 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 | 24.00 | 195.00 | 219.00 | OK | |
| r-patched-linux-x86_64 | 1.3 | 22.75 | 188.76 | 211.51 | OK | |
| r-release-linux-x86_64 | 1.3 | 16.82 | 185.39 | 202.21 | OK | |
| r-release-macos-arm64 | 1.3 | 6.00 | 54.00 | 60.00 | ERROR | |
| r-release-macos-x86_64 | 1.3 | 15.00 | 199.00 | 214.00 | OK | |
| r-release-windows-x86_64 | 1.3 | 26.00 | 191.00 | 217.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.3 | 34.00 | 236.00 | 270.00 | ERROR |
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
Flavors: r-release-macos-arm64, r-oldrel-windows-x86_64