Last updated on 2024-10-07 11:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 6.81 | 57.45 | 64.26 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 4.95 | 42.98 | 47.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 108.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 126.69 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 11.00 | 0.00 | 11.00 | FAIL | |
r-patched-linux-x86_64 | 1.1.1 | 6.65 | 53.97 | 60.62 | OK | |
r-release-linux-x86_64 | 1.1.1 | 5.74 | 54.65 | 60.39 | OK | |
r-release-macos-arm64 | 1.1.1 | 44.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 62.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 10.00 | 78.00 | 88.00 | OK | |
r-oldrel-macos-arm64 | 1.1.1 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 64.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 11.00 | 88.00 | 99.00 | OK |
Version: 1.1.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:
>
> ### Name: unfold
> ### Title: Unfold EEM list into a matrix
> ### Aliases: unfold
>
> ### ** Examples
>
> data(applejuice)
> applejuice_uf <- unfold(applejuice) # unfold list into matrix
> dim(applejuice_uf) # dimension of unfolded matrix
[1] 24 1248
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 4 0.37 4.41 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