CRAN Package Check Results for Maintainer ‘David Weisman <David.Weisman at acm.org>’

Last updated on 2025-04-12 20:52:12 CEST.

Package FAIL OK
partitionMetric 1 14

Package partitionMetric

Current CRAN status: FAIL: 1, OK: 14

Version: 1.1
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: + matrix(nrow=nrow(AhRs), ncol=nrow(AhRs), 0, + dimnames=list(rownames(AhRs), rownames(AhRs))) > > for (pair in combn(rownames(AhRs), 2, simplify=FALSE)) { + d <- partitionMetric (AhRs[pair[1],], AhRs[pair[2],], beta=1.01) + distanceMatrix[pair[1],pair[2]] <- distanceMatrix[pair[2],pair[1]] <- d + } > > hc <- hclust(as.dist(distanceMatrix)) > plot(hc, + sub=sprintf('Cophenentic correlation between distances and tree is %0.2f', + cor(as.dist(distanceMatrix), cophenetic(hc)))) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.28 0.02 0.3 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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.