Last updated on 2025-01-23 19:49:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.4 | 2.04 | 35.02 | 37.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.4 | 1.60 | 25.83 | 27.43 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.4 | 60.36 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.4 | 70.11 | OK | |||
r-devel-windows-x86_64 | 0.5.4 | 4.00 | 57.00 | 61.00 | OK | |
r-patched-linux-x86_64 | 0.5.4 | 1.75 | 32.99 | 34.74 | OK | |
r-release-linux-x86_64 | 0.5.4 | 2.01 | 32.92 | 34.93 | OK | |
r-release-macos-arm64 | 0.5.4 | 25.00 | OK | |||
r-release-macos-x86_64 | 0.5.4 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.5.4 | 3.00 | 0.00 | 3.00 | FAIL | |
r-oldrel-macos-arm64 | 0.5.4 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.4 | 71.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.4 | 4.00 | 61.00 | 65.00 | OK |
Version: 0.5.4
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘prop_allocation.R’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.4
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:
$uniform
[,1] [,2] [,3] [,4] [,5]
[1,] 1.905546 3.8138505 3.600085 2.337201 3.1501185
[2,] 1.165665 2.4514841 1.406141 1.488687 2.4947271
[3,] 1.193061 1.3926592 1.730612 2.142817 1.2069647
[4,] 1.866392 0.8324936 1.798634 1.554490 0.9910096
[5,] 1.000000 1.0000000 1.000000 1.000000 1.0000000
attr(,"tau")
[1] 2
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.37 0.01 0.4 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