Last updated on 2025-04-30 04:50:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 1.83 | 67.22 | 69.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 1.51 | 40.33 | 41.84 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 120.53 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 117.02 | OK | |||
r-devel-windows-x86_64 | 1.0.3 | 4.00 | 0.00 | 4.00 | FAIL | |
r-patched-linux-x86_64 | 1.0.3 | 1.88 | 61.90 | 63.78 | OK | |
r-release-linux-x86_64 | 1.0.3 | 2.20 | 61.83 | 64.03 | OK | |
r-release-macos-arm64 | 1.0.3 | 42.00 | OK | |||
r-release-macos-x86_64 | 1.0.3 | 72.00 | OK | |||
r-release-windows-x86_64 | 1.0.3 | 3.00 | 78.00 | 81.00 | OK | |
r-oldrel-macos-arm64 | 1.0.3 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.3 | 124.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.3 | 3.00 | 93.00 | 96.00 | OK |
Version: 1.0.3
Check: examples
Result: NOTE
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
summary.jaya 10.656 0.004 15.394
plot.jaya 6.689 0.018 9.169
jaya 6.572 0.066 8.620
plot_jaya_multi_pairwise 4.121 0.001 5.404
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.3
Check: examples
Result: NOTE
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
summary.jaya 4.744 0 6.896
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.3
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:
+ objectives = list(objective1, objective2),
+ lower = c(-5, -5, -5),
+ upper = c(5, 5, 5),
+ popSize = 50,
+ maxiter = 100,
+ n_var = 3
+ )
> summary(multi_result)
Length Class Mode
Pareto_Front 5 data.frame list
Solutions 5 data.frame list
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 18.39 0.26 18.67 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