Last updated on 2026-09-11 11:50:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.13.0 | 36.63 | 447.73 | 484.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.13.0 | 24.52 | 278.06 | 302.58 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.14.0 | 24.00 | 5730.71 | 5754.71 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.14.0 | 24.00 | 5716.43 | 5740.43 | ERROR | |
| r-devel-windows-x86_64 | 0.14.0 | 39.00 | 491.00 | 530.00 | OK | |
| r-patched-linux-x86_64 | 0.13.0 | 37.89 | 425.01 | 462.90 | OK | |
| r-release-linux-x86_64 | 0.13.0 | 34.13 | 425.10 | 459.23 | OK | |
| r-release-macos-arm64 | 0.13.0 | 8.00 | 93.00 | 101.00 | OK | |
| r-release-macos-x86_64 | 0.14.0 | 24.00 | 602.00 | 626.00 | OK | |
| r-release-windows-x86_64 | 0.13.0 | 37.00 | 375.00 | 412.00 | OK | |
| r-oldrel-macos-arm64 | 0.14.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.14.0 | 25.00 | 582.00 | 607.00 | OK | |
| r-oldrel-windows-x86_64 | 0.13.0 | 56.00 | 537.00 | 593.00 | OK |
Version: 0.14.0
Check: examples
Result: ERROR
Running examples in ‘spmodel-Ex.R’ failed
The error most likely occurred in:
> ### Name: augment.spmodel
> ### Title: Augment data with information from fitted model objects
> ### Aliases: augment.spmodel augment.splm augment.spautor augment.spglm
> ### augment.spgautor
>
> ### ** Examples
>
> spmod <- splm(z ~ water + tarp,
+ data = caribou,
+ spcov_type = "exponential", xcoord = x, ycoord = y
+ )
> augment(spmod)
# A tibble: 30 × 10
z water tarp x y .fitted .resid .hat .cooksd .std.resid
<dbl> <fct> <fct> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 2.42 Y clear 1 6 1.97 0.454 0.116 0.209 2.52
2 2.44 Y shade 2 6 2.25 0.190 0.137 0.0465 1.08
3 1.81 Y none 3 6 2.05 -0.237 0.137 0.0756 -1.38
4 1.97 N clear 4 6 2.05 -0.0842 0.174 0.00213 -0.201
5 2.38 N shade 5 6 2.34 0.0402 0.153 0.0158 0.591
6 2.22 Y none 1 5 2.05 0.177 0.148 0.0431 0.998
7 2.10 N clear 2 5 2.05 0.0508 0.156 0.00922 0.447
8 1.80 Y clear 3 5 1.97 -0.163 0.122 0.0134 -0.623
9 1.96 Y shade 4 5 2.25 -0.290 0.119 0.0642 -1.38
10 2.10 Y none 5 5 2.05 0.0521 0.131 0.0265 0.837
# ℹ 20 more rows
> spmod_sulf <- splm(sulfate ~ 1, data = sulfate, spcov_type = "exponential")
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.14.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘introduction.Rmd’ using rmarkdown
OMP: Warning #96: Cannot form a team with 28 threads, using 2 instead.
OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set).
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.14.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘introduction.Rmd’ using rmarkdown
Flavor: r-devel-linux-x86_64-fedora-gcc