CRAN Package Check Results for Package loon.shiny

Last updated on 2023-05-29 22:04:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 26.43 201.38 227.81 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 16.60 147.19 163.79 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 283.75 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 302.95 OK
r-devel-windows-x86_64 1.0.3 22.00 0.00 22.00 FAIL
r-patched-linux-x86_64 1.0.3 26.99 188.77 215.76 OK
r-release-linux-x86_64 1.0.3 18.45 188.16 206.61 OK
r-release-macos-arm64 1.0.3 93.00 OK
r-release-macos-x86_64 1.0.3 189.00 OK
r-release-windows-x86_64 1.0.3 26.00 174.00 200.00 OK
r-oldrel-macos-arm64 1.0.3 104.00 OK
r-oldrel-macos-x86_64 1.0.3 213.00 OK
r-oldrel-windows-x86_64 1.0.3 25.00 204.00 229.00 OK

Check Details

Version: 1.0.3
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:
    + # ggplot -> loon -> shiny
    + p <- ggplot(mpg, aes(displ, hwy)) +
    + geom_point(data = transform(mpg, class = NULL), colour = 'grey85') +
    + geom_point() +
    + facet_wrap(~class)
    + g <- loon.ggplot(p,
    + activeGeomLayers = 2,
    + itemLabel = mpg$model) # active the second layer
    + # with facets
    + loon.shiny(g, toolboxWidth = "100px")
    + }
    + }
    >
    >
    >
    > ### * <FOOTER>
    > ###
    > cleanEx()
    > options(digits = 7L)
    > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
    Time elapsed: 1.72 0.52 2.94 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