Last updated on 2025-06-22 07:49:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 2.67 | 34.04 | 36.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 2.15 | 27.42 | 29.57 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 55.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 74.22 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 4.00 | 53.00 | 57.00 | OK | |
r-patched-linux-x86_64 | 1.2.1 | 2.59 | 32.31 | 34.90 | OK | |
r-release-linux-x86_64 | 1.2.1 | 2.20 | 31.90 | 34.10 | OK | |
r-release-macos-arm64 | 1.2.1 | 40.00 | OK | |||
r-release-macos-x86_64 | 1.2.1 | 50.00 | OK | |||
r-release-windows-x86_64 | 1.2.1 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 1.2.1 | 28.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 4.00 | 65.00 | 69.00 | OK |
Version: 1.2.1
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:
> ### Title: Compress and Reformat JavaScript Code
> ### Aliases: uglify uglify_reformat uglify_optimize uglify_files
>
> ### ** Examples
>
> code <- "function test(x, y){ x = x || 1; y = y || 1; return x*y;}"
> cat(uglify_optimize(code))
function test(x,y){return x=x||1,y=y||1,x*y}> cat(uglify_reformat(code, beautify = TRUE, indent_level = 2))
function test(x, y) {
x = x || 1;
y = y || 1;
return x * y;
}>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.73 0.11 0.85 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