CRAN Package Check Results for Package r2fireworks

Last updated on 2025-07-06 04:48:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.59 21.48 23.07 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.26 18.55 19.81 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 37.24 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 48.59 NOTE
r-devel-windows-x86_64 0.1.0 3.00 46.00 49.00 OK
r-patched-linux-x86_64 0.1.0 1.73 20.19 21.92 OK
r-release-linux-x86_64 0.1.0 1.72 20.23 21.95 OK
r-release-macos-arm64 0.1.0 43.00 OK
r-release-macos-x86_64 0.1.0 46.00 OK
r-release-windows-x86_64 0.1.0 4.00 0.00 4.00 FAIL
r-oldrel-macos-arm64 0.1.0 25.00 OK
r-oldrel-macos-x86_64 0.1.0 35.00 OK
r-oldrel-windows-x86_64 0.1.0 4.00 49.00 53.00 OK

Check Details

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

Version: 0.1.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: + }) + + observeEvent(input$startFWspx4,{ + showFireworks(speed = 1,particleCount = 10000) + }) + observeEvent(input$stopFW,{ + removeFireworks() + }) + } + + } > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.45 0.04 0.5 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