CRAN Package Check Results for Package NetworkDistance

Last updated on 2025-04-16 08:51:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.4 41.99 98.43 140.42 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.4 29.07 76.39 105.46 NOTE
r-devel-linux-x86_64-fedora-clang 0.3.4 243.61 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.4 243.94 NOTE
r-devel-windows-x86_64 0.3.4 50.00 0.00 50.00 FAIL
r-patched-linux-x86_64 0.3.4 41.07 99.93 141.00 NOTE
r-release-linux-x86_64 0.3.4 40.34 99.96 140.30 NOTE
r-release-macos-arm64 0.3.4 91.00 NOTE
r-release-macos-x86_64 0.3.4 140.00 NOTE
r-release-windows-x86_64 0.3.4 51.00 148.00 199.00 NOTE
r-oldrel-macos-arm64 0.3.4 71.00 NOTE
r-oldrel-macos-x86_64 0.3.4 98.00 NOTE
r-oldrel-windows-x86_64 0.3.4 60.00 170.00 230.00 NOTE

Check Details

Version: 0.3.4
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.3.4
Check: re-building of vignette outputs
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: > gr.small = graph20[c(1:5,11:15)] > > ## compute distance matrix > output = nd.wsd(gr.small, out.dist=FALSE, K=10) > > ## visualize > opar = par(no.readonly=TRUE) > par(pty="s") > image(output$D[,10:1], main="two group case", axes=FALSE, col=gray(0:32/32)) > par(opar) > > > > > 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: 4.2 0.28 4.49 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