Last updated on 2024-11-23 09:49:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.5 | 1.95 | 23.23 | 25.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.5 | 1.72 | 19.38 | 21.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.5 | 43.86 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 38.69 | OK | |||
r-devel-windows-x86_64 | 0.0.5 | 3.00 | 51.00 | 54.00 | OK | |
r-patched-linux-x86_64 | 0.0.5 | 2.02 | 22.30 | 24.32 | OK | |
r-release-linux-x86_64 | 0.0.5 | 1.98 | 22.74 | 24.72 | OK | |
r-release-macos-arm64 | 0.0.5 | 18.00 | OK | |||
r-release-macos-x86_64 | 0.0.5 | 25.00 | OK | |||
r-release-windows-x86_64 | 0.0.5 | 3.00 | 0.00 | 3.00 | FAIL | |
r-oldrel-macos-arm64 | 0.0.5 | 17.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.5 | 46.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.5 | 3.00 | 54.00 | 57.00 | OK |
Version: 0.0.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:
> ### ** Examples
>
> spdl::setup("exampleDemo", "warn")
> # and spdl::init("warn") and spdl::log("warn") are shortcuts
> spdl::info("Not seen as level 'info' below 'warn'")
> spdl::warn("This warning message is seen")
[2024-11-22 18:36:38.647] [exampleDemo] [Process: 194096] [warning] This warning message is seen
> spdl::set_level("info")
> spdl::info("Now this informational message is seen too")
[2024-11-22 18:36:38.647] [exampleDemo] [Process: 194096] [info] Now this informational message is seen too
> spdl::info("Calls use fmtlib::fmt {} as we can see {}", "under the hood", 42L)
[2024-11-22 18:36:38.647] [exampleDemo] [Process: 194096] [info] Calls use fmtlib::fmt under the hood as we can see 42
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.31 0.01 0.33 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