Last updated on 2025-07-06 22:50:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.0 | 2.03 | 25.86 | 27.89 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.3.0 | 1.58 | 22.02 | 23.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.3.0 | 47.49 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.0 | 58.65 | OK | |||
r-devel-windows-x86_64 | 2.3.0 | 4.00 | 49.00 | 53.00 | OK | |
r-patched-linux-x86_64 | 2.3.0 | 2.14 | 24.36 | 26.50 | OK | |
r-release-linux-x86_64 | 2.3.0 | 2.02 | 24.03 | 26.05 | OK | |
r-release-macos-arm64 | 2.3.0 | 32.00 | OK | |||
r-release-macos-x86_64 | 2.3.0 | 51.00 | OK | |||
r-release-windows-x86_64 | 2.3.0 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 2.3.0 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 2.3.0 | 60.00 | OK | |||
r-oldrel-windows-x86_64 | 2.3.0 | 4.00 | 57.00 | 61.00 | OK |
Version: 2.3.0
Check: re-building of vignette outputs
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:
> wrapper(altPanel("hello"), shiny::mainPanel("test"))
<div class="xwrapper card-pro-wrapper bg-default">
<div class="col-12 col-md-4 ">
<form class="well" role="complementary">hello</form>
</div>
<div class="col-sm-8" role="main">test</div>
</div>
> wrapper(shiny::mainPanel("hello"), shiny::column(width = 2, "test"))
<div class="xwrapper card-pro-wrapper bg-default">
<div class="col-sm-8" role="main">hello</div>
<div class="col-sm-2">test</div>
</div>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.33 0.11 1.44 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