CRAN Package Check Results for Package MHD

Last updated on 2025-08-05 04:49:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 16.30 63.91 80.21 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 12.45 47.71 60.16 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 130.52 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 124.18 OK
r-devel-windows-x86_64 0.1.2 19.00 90.00 109.00 OK
r-patched-linux-x86_64 0.1.2 14.87 61.20 76.07 OK
r-release-linux-x86_64 0.1.2 15.83 60.58 76.41 OK
r-release-macos-arm64 0.1.2 39.00 OK
r-release-macos-x86_64 0.1.2 71.00 OK
r-release-windows-x86_64 0.1.2 19.00 0.00 19.00 FAIL
r-oldrel-macos-arm64 0.1.2 41.00 OK
r-oldrel-macos-x86_64 0.1.2 57.00 OK
r-oldrel-windows-x86_64 0.1.2 24.00 120.00 144.00 OK

Check Details

Version: 0.1.2
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: > n <- 100 > d <- 4 > data <- matrix(rnorm(n * d), n, d) > anchors <- matrix(rnorm(n * d), 2 * n, d) > > # The default > depthObj1 <- MHD(mfd, data) > > # more precise, but slower > > # Do not search for the deepest point. Faster > depthObj3 <- MHD(mfd, data, depthOnly=TRUE) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 6.25 0.37 6.63 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