Last updated on 2025-06-06 01:51:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.0 | 6.36 | 97.86 | 104.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0.0 | 4.98 | 70.77 | 75.75 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0.0 | 169.18 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.0 | 165.92 | OK | |||
r-devel-windows-x86_64 | 3.0.0 | 10.00 | 0.00 | 10.00 | FAIL | |
r-patched-linux-x86_64 | 3.0.0 | 7.52 | 90.37 | 97.89 | OK | |
r-release-linux-x86_64 | 3.0.0 | 6.14 | 90.36 | 96.50 | OK | |
r-release-macos-arm64 | 3.0.0 | 55.00 | OK | |||
r-release-macos-x86_64 | 3.0.0 | 101.00 | OK | |||
r-release-windows-x86_64 | 3.0.0 | 9.00 | 114.00 | 123.00 | OK | |
r-oldrel-macos-arm64 | 3.0.0 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 3.0.0 | 106.00 | OK | |||
r-oldrel-windows-x86_64 | 3.0.0 | 11.00 | 138.00 | 149.00 | OK |
Version: 3.0.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:
> ### Aliases: xp_pool
>
> ### ** Examples
>
> # Supply a party level and difficulty and get the total XP of such an encounter
> dndR::xp_pool(party_level = 3, party_size = 2, ver = "2014", difficulty = "medium")
[1] 300
>
> # Calculate the XP pool for the same party under the 2024 rules
> xp_pool(party_level = 3, party_size = 2, ver = "2024", difficulty = "moderate")
[1] 450
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 4.92 0.17 5.09 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