Last updated on 2024-11-03 04:49:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.1 | 5.63 | 64.03 | 69.66 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.1 | 4.50 | 46.59 | 51.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.1 | 115.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 119.05 | OK | |||
r-devel-windows-x86_64 | 0.6.1 | 8.00 | 87.00 | 95.00 | OK | |
r-patched-linux-x86_64 | 0.6.1 | 6.50 | 60.08 | 66.58 | OK | |
r-release-linux-x86_64 | 0.6.1 | 5.40 | 47.96 | 53.36 | ERROR | |
r-release-macos-arm64 | 0.6.1 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.6.1 | 60.00 | OK | |||
r-release-windows-x86_64 | 0.6.1 | 8.00 | 87.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 0.6.1 | 43.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.1 | 64.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.1 | 9.00 | 95.00 | 104.00 | OK |
Version: 0.6.1
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking:
'learnr', 'spelling', 'PMCMRplus', 'devtools', 'DescTools', 'GGally',
'car', 'ggiraphExtra', 'FactoMineR', 'caret'
Flavor: r-release-linux-x86_64
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘sageR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 in library(GGally) : there is no package called ‘GGally’
Execution halted
Flavor: r-release-linux-x86_64