Last updated on 2025-01-09 01:49:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 14.10 | 120.43 | 134.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 366.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 367.19 | OK | |||
r-devel-windows-x86_64 | 0.6.0 | 25.00 | 0.00 | 25.00 | FAIL | |
r-patched-linux-x86_64 | 0.6.0 | 19.26 | 199.34 | 218.60 | OK | |
r-release-linux-x86_64 | 0.6.0 | 19.60 | 196.16 | 215.76 | OK | |
r-release-macos-arm64 | 0.6.0 | 109.00 | OK | |||
r-release-macos-x86_64 | 0.6.0 | 174.00 | OK | |||
r-release-windows-x86_64 | 0.6.0 | 24.00 | 208.00 | 232.00 | OK | |
r-oldrel-macos-arm64 | 0.6.0 | 104.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.0 | 227.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.0 | 26.00 | 275.00 | 301.00 | OK |
Version: 0.6.0
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:
> mus1 <- mus(W, y)
> # Draw an elbow plot to select delta
> plot(mus1)
>
> # Now, according to the "elbow rule", choose the final
> # delta where the curve has an "elbow".
> # In this case, the elbow is at about delta = 0.08, so
> # we use this to compute the final estimate:
> mus2 <- mus(W, y, delta = 0.08)
> # Plot the coefficients
> plot(mus2)
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 20.44 1.25 21.7 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