Last updated on 2024-11-20 10:13:14 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.2.1 | 21.68 | 59.23 | 80.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.2.1 | 15.55 | 45.98 | 61.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.2.1 | 175.60 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.2.1 | 155.92 | OK | |||
r-devel-windows-x86_64 | 2.2.1 | 29.00 | 0.00 | 29.00 | FAIL | |
r-patched-linux-x86_64 | 2.2.1 | 21.81 | 57.51 | 79.32 | OK | |
r-release-linux-x86_64 | 2.2.1 | 20.43 | 57.23 | 77.66 | OK | |
r-release-macos-arm64 | 2.2.1 | 37.00 | OK | |||
r-release-macos-x86_64 | 2.2.1 | 52.00 | OK | |||
r-release-windows-x86_64 | 2.2.1 | 27.00 | 80.00 | 107.00 | OK | |
r-oldrel-macos-arm64 | 2.2.1 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 2.2.1 | 83.00 | OK | |||
r-oldrel-windows-x86_64 | 2.2.1 | 30.00 | 93.00 | 123.00 | OK |
Version: 2.2.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
linkage.Rd: agnes
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 2.2.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:
> ### Keywords: cluster hplot
>
> ### ** Examples
>
> ## Plot complete linkage of mtcars distances, showing and hiding ranges
> mtcars.dist <- dist(scale(mtcars)) # distances of standardized data
> lnk <- linkage(mtcars.dist, digits = 1, method = "complete")
> par(mfrow = c(1, 2))
> nodePar <- list(cex = 0, lab.cex = 0.4)
> plot(lnk, col.rng = "bisque", main = "show ranges", nodePar = nodePar)
> plot(lnk, col.rng = NULL, main = "hide ranges", nodePar = nodePar)
>
>
>
> graphics::par(get("par.postscript", pos = 'CheckExEnv'))
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 1.16 0.17 1.33 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