Last updated on 2025-06-17 11:51:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.5 | 1.79 | 19.66 | 21.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.5 | 1.40 | 16.52 | 17.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.5 | 33.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 32.11 | OK | |||
r-devel-windows-x86_64 | 0.2.5 | 2.00 | 40.00 | 42.00 | OK | |
r-patched-linux-x86_64 | 0.2.5 | 1.74 | 18.62 | 20.36 | OK | |
r-release-linux-x86_64 | 0.2.5 | 1.75 | 18.72 | 20.47 | OK | |
r-release-macos-arm64 | 0.2.5 | 16.00 | OK | |||
r-release-macos-x86_64 | 0.2.5 | 24.00 | OK | |||
r-release-windows-x86_64 | 0.2.5 | 3.00 | 0.00 | 3.00 | FAIL | |
r-oldrel-macos-arm64 | 0.2.5 | 15.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.5 | 24.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.5 | 3.00 | 45.00 | 48.00 | OK |
Version: 0.2.5
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:
+
+ exCon2(M = volcano, minify = FALSE) # no slices
+
+ # This next example will label the axes with the actual values, relative to the
+ # lower left corner (original data collected on 10 meter grid). Giving
+ # x and y affects only the scale, and the native values displayed at the top.
+
+ exCon(M = volcano, minify = FALSE,
+ x = seq(from = 0, by = 10, length.out = nrow(volcano)),
+ y = seq(from = 0, by = 10, length.out = ncol(volcano)))
+ }
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.25 0 0.25 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