Last updated on 2023-05-31 23:27:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.8 | 22.73 | 84.41 | 107.14 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.8.8 | 15.93 | 62.22 | 78.15 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.8.8 | 139.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.8 | 130.71 | OK | |||
r-devel-windows-x86_64 | 1.8.8 | 22.00 | 0.00 | 22.00 | FAIL | |
r-patched-linux-x86_64 | 1.8.8 | OK | ||||
r-release-linux-x86_64 | 1.8.8 | 18.13 | 79.52 | 97.65 | OK | |
r-release-macos-arm64 | 1.8.8 | 40.00 | OK | |||
r-release-macos-x86_64 | 1.8.8 | 73.00 | OK | |||
r-release-windows-x86_64 | 1.8.8 | 27.00 | 128.00 | 155.00 | OK | |
r-oldrel-macos-arm64 | 1.8.8 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 1.8.8 | 73.00 | OK | |||
r-oldrel-windows-x86_64 | 1.8.8 | 25.00 | 115.00 | 140.00 | OK |
Version: 1.8.8
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> vaggregate(warpbreaks$breaks, id(warpbreaks[,-1]), sum)
[1] 401 216 221 254 259 169
>
> # But it is about 10x faster
> x <- rnorm(1e6)
> y1 <- sample.int(10, 1e6, replace = TRUE)
> system.time(tapply(x, y1, mean))
user system elapsed
0.06 0.02 0.08
> system.time(vaggregate(x, y1, mean))
user system elapsed
0.03 0.00 0.03
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 13.97 1.37 16.94 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64