CRAN Package Check Results for Package nextGenShinyApps

Last updated on 2025-08-21 15:50:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1 3.87 39.78 43.65 NOTE
r-devel-linux-x86_64-debian-gcc 2.1 3.06 30.78 33.84 NOTE
r-devel-linux-x86_64-fedora-clang 2.1 69.45 NOTE
r-devel-linux-x86_64-fedora-gcc 2.1 79.52 NOTE
r-devel-windows-x86_64 2.1 6.00 0.00 6.00 FAIL
r-patched-linux-x86_64 2.1 4.55 37.66 42.21 OK
r-release-linux-x86_64 2.1 3.73 37.32 41.05 OK
r-release-macos-arm64 2.1 41.00 OK
r-release-macos-x86_64 2.1 64.00 OK
r-release-windows-x86_64 2.1 7.00 67.00 74.00 OK
r-oldrel-macos-arm64 2.1 48.00 OK
r-oldrel-macos-x86_64 2.1 75.00 OK
r-oldrel-windows-x86_64 2.1 8.00 76.00 84.00 OK

Check Details

Version: 2.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Obinna Obianom <idonshayo@gmail.com>’ The BugReports field in DESCRIPTION has https://github.com/oobianom/nextGenShinyApps which should likely be https://github.com/oobianom/nextGenShinyApps/issues instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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.44 0.14 2.58 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