Last updated on 2025-04-01 01:50:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.0 | 10.41 | 66.64 | 77.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.0 | 8.87 | 47.48 | 56.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.0 | 125.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 139.54 | OK | |||
r-devel-macos-arm64 | 1.3.0 | 47.00 | OK | |||
r-devel-macos-x86_64 | 1.3.0 | 92.00 | OK | |||
r-devel-windows-x86_64 | 1.3.0 | 13.00 | 96.00 | 109.00 | OK | |
r-patched-linux-x86_64 | 1.3.0 | 13.03 | 64.40 | 77.43 | OK | |
r-release-linux-x86_64 | 1.3.0 | 11.80 | 63.97 | 75.77 | OK | |
r-release-macos-arm64 | 1.3.0 | 47.00 | OK | |||
r-release-macos-x86_64 | 1.3.0 | 96.00 | OK | |||
r-release-windows-x86_64 | 1.3.0 | 13.00 | 0.00 | 13.00 | FAIL | |
r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
r-oldrel-macos-x86_64 | 1.3.0 | 123.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.0 | 16.00 | 106.00 | 122.00 | OK |
Version: 1.3.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:
> predicted = c(21.5, 22.2, 19.1)
> observed = c(20, 20, 20)
> # The Willmott index "fails" in this case, as the variance in the
> # observation is 0.
> willmott(predicted, observed)
[1] -1
>
> # Try with more realistic observations
> observed = c(20.5, 19.5, 20.0)
> willmott(predicted, observed)
[1] -0.5652174
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 9.8 0.4 10.22 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