Last updated on 2023-12-10 16:51:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.22-5 | 15.96 | 216.11 | 232.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.22-5 | 13.53 | 156.36 | 169.89 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.22-5 | 292.94 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.22-5 | 288.08 | OK | |||
r-devel-windows-x86_64 | 0.22-5 | 24.00 | 191.00 | 215.00 | OK | |
r-patched-linux-x86_64 | 0.22-5 | 21.18 | 208.31 | 229.49 | OK | |
r-release-linux-x86_64 | 0.22-5 | 17.05 | 201.32 | 218.37 | OK | |
r-release-macos-arm64 | 0.22-5 | 109.00 | OK | |||
r-release-macos-x86_64 | 0.22-5 | 292.00 | OK | |||
r-release-windows-x86_64 | 0.22-5 | 24.00 | 224.00 | 248.00 | OK | |
r-oldrel-macos-arm64 | 0.22-5 | 98.00 | OK | |||
r-oldrel-macos-x86_64 | 0.22-4 | 119.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.22-5 | 27.00 | 224.00 | 251.00 | OK |
Version: 0.22-4
Check: tests
Result: ERROR
Running ‘MASSch04.R’ [9s/9s]
Running ‘auto-key.R’ [8s/8s]
Running ‘barchart-width.R’ [3s/3s]
Running ‘call.R’ [12s/12s]
Running ‘colorkey-title.R’ [8s/11s]
Running ‘dataframe-methods.R’ [3s/4s]
Running the tests in ‘tests/dataframe-methods.R’ failed.
Last 13 lines of output:
+ labels = c("automatic", "manual")))
>
> stripplot(mtcars, am ~ mpg)
> bwplot(mtcars, am ~ mpg)
> qq(mtcars, am ~ mpg)
> qqmath(mtcars, ~ mpg | am)
> histogram(mtcars, ~ mpg | am)
> densityplot(mtcars, ~ mpg | am)
>
> xyplot(mtcars, mpg ~ wt, groups = am)
> levelplot(mtcars, mpg ~ wt * disp | am, panel = panel.levelplot.colors)
Error in levelplot.formula(formula, x, ...) :
object 'panel.levelplot.colors' not found
Calls: levelplot ... modifyList -> stopifnot -> levelplot -> levelplot.formula
Execution halted
Flavor: r-oldrel-macos-x86_64