CRAN Package Check Results for Maintainer ‘Xiongtao Dai <xiongtao.dai at hotmail.com>’

Last updated on 2025-08-05 21:51:31 CEST.

Package FAIL OK
MHD 1 12

Package MHD

Current CRAN status: FAIL: 1, OK: 12

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