CRAN Package Check Results for Package optimall

Last updated on 2022-04-24 03:52:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 8.09 204.14 212.23 OK --no-vignettes
r-devel-linux-x86_64-debian-gcc 0.1.1 6.27 139.61 145.88 OK --no-vignettes
r-devel-linux-x86_64-fedora-clang 0.1.1 1984.18 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 1909.21 OK
r-patched-linux-x86_64 0.1.1 9.71 180.23 189.94 OK --no-vignettes
r-release-linux-x86_64 0.1.1 7.13 184.54 191.67 OK --no-vignettes
r-release-macos-arm64 0.1.1 OK
r-release-macos-x86_64 0.1.1 OK
r-release-windows-x86_64 0.1.1 28.00 1774.00 1802.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 OK
r-oldrel-windows-ix86+x86_64 0.1.1 14.00 0.00 14.00 FAIL

Check Details

Version: 0.1.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:
    + )
    >
    > # Perform a categorical split.
    > iris$strata <- rep(c(rep(1, times = 25), rep(0, times = 25)), times = 3)
    > x <- split_strata(iris, "Sepal.Length",
    + strata = "strata",
    + split = NULL, split_var = "Species",
    + split_at = c("virginica", "versicolor"), type = "categorical"
    + )
    > # Splits each initial strata 1 and 2 into one stratum with "virginia"
    > # and "versicolor" species and one stratum with all of the other species
    > # not specified in the split_at argument.
    >
    >
    >
    > ### * <FOOTER>
    > ###
    > cleanEx()
    > options(digits = 7L)
    > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
    Time elapsed: 24.21 0.32 24.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-oldrel-windows-ix86+x86_64