Last updated on 2025-05-22 05:51:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 5.51 | 79.10 | 84.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 3.39 | 54.51 | 57.90 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 125.97 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 133.13 | OK | |||
r-devel-windows-x86_64 | 0.6.0 | 11.00 | 151.00 | 162.00 | OK | |
r-patched-linux-x86_64 | 0.6.0 | 7.13 | 69.65 | 76.78 | OK | |
r-release-linux-x86_64 | 0.6.0 | 5.73 | 69.13 | 74.86 | OK | |
r-release-macos-arm64 | 0.6.0 | 48.00 | OK | |||
r-release-macos-x86_64 | 0.6.0 | 83.00 | OK | |||
r-release-windows-x86_64 | 0.6.0 | 10.00 | 0.00 | 10.00 | FAIL | |
r-oldrel-macos-arm64 | 0.6.0 | 50.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.0 | 79.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.0 | 12.00 | 140.00 | 152.00 | OK |
Version: 0.6.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:
1 50 39.7 19.6 42.8 65.3 87.3
>
> # Given a specific PPI score (from 0 - 100), get a poverty probability
> # based on a specific poverty definition. In this example, the national
> # poverty line definition
> ppiScore <- 50
> ppiZAF2023[ppiZAF2023$score == ppiScore, "wealth_index"]
# A tibble: 1 × 1
wealth_index
<dbl>
1 39.7
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 11.98 0.42 12.5 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