Last updated on 2025-10-31 09:50:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 1.60 | 19.07 | 20.67 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 1.29 | 15.90 | 17.19 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 29.70 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 28.88 | OK | |||
| r-devel-windows-x86_64 | 1.1 | 3.00 | 34.00 | 37.00 | OK | |
| r-patched-linux-x86_64 | 1.1 | 1.63 | 18.07 | 19.70 | OK | |
| r-release-linux-x86_64 | 1.1 | 1.53 | 18.16 | 19.69 | OK | |
| r-release-macos-arm64 | 1.1 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 1.1 | 1.00 | 24.00 | 25.00 | OK | |
| r-release-windows-x86_64 | 1.1 | 3.00 | 0.00 | 3.00 | FAIL | |
| r-oldrel-macos-arm64 | 1.1 | 1.00 | 13.00 | 14.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1 | 1.00 | 19.00 | 20.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1 | 3.00 | 35.00 | 38.00 | OK | 
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