Last updated on 2024-11-03 15:49:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 3.77 | 77.46 | 81.23 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 0.40 | 1.52 | 1.92 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 131.94 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 141.62 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 5.00 | 87.00 | 92.00 | OK | |
r-patched-linux-x86_64 | 0.5.0 | 3.83 | 73.06 | 76.89 | OK | |
r-release-linux-x86_64 | 0.5.0 | 3.41 | 73.22 | 76.63 | OK | |
r-release-macos-arm64 | 0.5.0 | 57.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 126.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 0.5.0 | 83.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 99.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 5.00 | 98.00 | 103.00 | OK |
Version: 0.5.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.0
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:
+ col=c("skyblue", "plum"), rectCol=c("lightblue", "palevioletred"),
+ lineCol="blue", border=c("royalblue", "purple"), names=c("data one", "data two"),
+ main="data violin", xlab="data class", ylab="data read")
>
> vioplot(data_one, data_two, rnorm(200, 3, 0.5), rpois(200, 2.5), rbinom(100, 10, 0.4),
+ areaEqual=TRUE, col=c("red", "orange", "green", "blue", "violet"),
+ rectCol=c("palevioletred", "peachpuff", "lightgreen", "lightblue", "plum"),
+ lineCol=c("red4", "orangered", "forestgreen", "royalblue", "mediumorchid"),
+ border=c("red4", "orangered", "forestgreen", "royalblue", "mediumorchid"),
+ names=c("data one", "data two", "data three", "data four", "data five"),
+ main="data violin", xlab="data class", ylab="data read")
>
>
>
> graphics::par(get("par.postscript", pos = 'CheckExEnv'))
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 2.55 0.19 2.75 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-release-windows-x86_64