Last updated on 2026-09-04 01:51:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 5.68 | 95.37 | 101.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 4.39 | 71.02 | 75.41 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 67.13 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 5.00 | 70.51 | 75.51 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 10.00 | 100.00 | 110.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.0 | 6.31 | 78.69 | 85.00 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 5.80 | 79.29 | 85.09 | OK | |
| r-release-macos-arm64 | 0.7.0 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.7.0 | 5.00 | 101.00 | 106.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 9.00 | 99.00 | 108.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.0 | 5.00 | 94.00 | 99.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 13.00 | 124.00 | 137.00 | OK |
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in 'sageR-Ex.R' failed
The error most likely occurred in:
> ### Name: air_pollution
> ### Title: Air pollution data
> ### Aliases: air_pollution
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(air_pollution)
> str(air_pollution)
'data.frame': 50 obs. of 15 variables:
$ CITY : Factor w/ 49 levels "AUGUSTA","AUSTIN",..: 38 25 27 26 23 15 14 39 45 21 ...
$ TMR : int 1096 789 1072 1199 967 950 841 1113 1031 845 ...
$ SMIN : int 30 29 88 155 60 31 2 50 67 18 ...
$ SMEAN : int 163 70 123 229 70 88 61 94 86 34 ...
$ SMAX : int 349 161 245 340 137 188 188 186 309 198 ...
$ PMIN : int 56 27 70 63 56 61 54 34 52 45 ...
$ PMEAN : int 119 74 166 147 122 183 126 120 104 119 ...
$ PMAX : int 223 124 452 253 219 329 229 242 193 304 ...
$ PM2 : num 116.1 21.3 15.8 1357.2 18.1 ...
$ PERWH : num 97.9 60 98.7 93.1 97 95.9 95.8 98.2 90.5 92.5 ...
$ NONPOOR: num 83.9 69.1 73.3 87.3 73.2 87.1 86.9 86.1 86.1 78.5 ...
$ GE65 : int 109 64 103 103 93 97 82 112 98 81 ...
$ LPOP : num 5.86 5.27 5.45 5.79 5.41 ...
$ l_pm2 : num 4.75 3.06 2.76 7.21 2.9 ...
$ l_pmax : num 5.41 4.82 6.11 5.53 5.39 ...
> library(ggplot2)
> library(GGally)
Error: package or namespace load failed for 'GGally':
object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Execution halted
Flavor: r-devel-windows-x86_64