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

Last updated on 2025-05-09 01:50:33 CEST.

Package FAIL NOTE OK
partitionMetric 1 2 10

Package partitionMetric

Current CRAN status: FAIL: 1, NOTE: 2, OK: 10

Version: 1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘David Weisman <David.Weisman@acm.org>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "David", family = "Weisman", role = c("aut", "cre"), email = "david.weisman@acm.org"), person(given = "Dan", family = "Simovici", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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-release-windows-x86_64