Last updated on 2018-04-29 01:47:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4-4 | 4.60 | 20.92 | 25.52 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.4-4 | 2.98 | 18.17 | 21.15 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.4-4 | 35.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4-4 | 33.81 | OK | |||
r-devel-windows-ix86+x86_64 | 1.4-4 | 12.00 | 78.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 1.4-4 | 3.17 | 20.51 | 23.68 | ERROR | |
r-patched-solaris-x86 | 1.4-4 | 56.50 | OK | |||
r-release-linux-x86_64 | 1.4-4 | 3.11 | 20.70 | 23.81 | ERROR | |
r-release-windows-ix86+x86_64 | 1.4-4 | 12.00 | 78.00 | 90.00 | OK | |
r-release-osx-x86_64 | 1.4-4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.4-4 | 9.00 | 61.00 | 70.00 | OK | |
r-oldrel-osx-x86_64 | 1.4-4 | OK |
Version: 1.4-4
Check: examples
Result: ERROR
Running examples in ‘microbenchmark-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: autoplot.microbenchmark
> ### Title: Autoplot method for microbenchmark objects: Prettier graphs for
> ### microbenchmark using ggplot2
> ### Aliases: autoplot.microbenchmark
>
> ### ** Examples
>
> if (require("ggplot2")) {
+
+ tm <- microbenchmark(rchisq(100, 0),
+ rchisq(100, 1),
+ rchisq(100, 2),
+ rchisq(100, 3),
+ rchisq(100, 5), times=1000L)
+ autoplot(tm)
+ }
Loading required package: ggplot2
Error: Objects of type microbenchmark/data.frame not supported by autoplot.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64