Last updated on 2025-07-02 23:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 1.96 | 25.72 | 27.68 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 1.49 | 20.96 | 22.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 39.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 38.65 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 4.00 | 55.00 | 59.00 | FAIL | |
r-patched-linux-x86_64 | 1.0.2 | 2.28 | 23.04 | 25.32 | OK | |
r-release-linux-x86_64 | 1.0.2 | 1.81 | 23.38 | 25.19 | OK | |
r-release-macos-arm64 | 1.0.2 | 22.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 34.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 4.00 | 54.00 | 58.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 18.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 27.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 4.00 | 56.00 | 60.00 | OK |
Version: 1.0.2
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:
>
> ### Name: validate_utf8
> ### Title: Clean Up Text to UTF-8
> ### Aliases: validate_utf8
>
> ### ** Examples
>
> text <- "fa\xE7ile"
> # Specify the encoding so the example is the same on all systems.
> Encoding(text) <- "latin1"
> validate_utf8(text)
[1] "façile"
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.91 0.08 0.98 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