CRAN Package Check Results for Package nextGenShinyApps

Last updated on 2025-03-13 05:51:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1 4.09 39.01 43.10 OK
r-devel-linux-x86_64-debian-gcc 2.1 3.03 29.78 32.81 OK
r-devel-linux-x86_64-fedora-clang 2.1 74.70 NOTE
r-devel-linux-x86_64-fedora-gcc 2.1 79.94 NOTE
r-devel-macos-arm64 2.1 36.00 OK
r-devel-macos-x86_64 2.1 59.00 OK
r-devel-windows-x86_64 2.1 7.00 0.00 7.00 FAIL
r-patched-linux-x86_64 2.1 OK
r-release-linux-x86_64 2.1 4.05 36.87 40.92 OK
r-release-macos-arm64 2.1 48.00 OK
r-release-macos-x86_64 2.1 75.00 OK
r-release-windows-x86_64 2.1 6.00 66.00 72.00 OK
r-oldrel-macos-arm64 2.1 OK
r-oldrel-macos-x86_64 2.1 71.00 OK
r-oldrel-windows-x86_64 2.1 7.00 71.00 78.00 OK

Check Details

Version: 2.1
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘quickcode’ ‘utils’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.1
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"),mainPanel("test")) <div class="row dwrapper bg-default"> <div class="col-12 col-md-4 "> <form class="well" role="complementary">hello</form> </div> <div class="col-12 col-md-8 " role="main">test</div> </div> > wrapper(mainPanel("hello"),shiny::column(width=2,"test")) <div class="row dwrapper bg-default"> <div class="col-12 col-md-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: 2.12 0.13 2.25 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