CRAN Package Check Results for Package TukeyGH77

Last updated on 2025-05-03 03:52:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 9.25 72.78 82.03 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 6.79 53.39 60.18 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 126.35 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 123.40 OK
r-devel-windows-x86_64 0.1.4 9.00 0.00 9.00 FAIL
r-patched-linux-x86_64 0.1.4 9.35 69.92 79.27 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 0.1.4 41.00 OK
r-release-macos-x86_64 0.1.4 69.00 OK
r-release-windows-x86_64 0.1.4 10.00 81.00 91.00 OK
r-oldrel-macos-arm64 0.1.4 42.00 OK
r-oldrel-macos-x86_64 0.1.4 118.00 OK
r-oldrel-windows-x86_64 0.1.4 11.00 101.00 112.00 OK

Check Details

Version: 0.1.4
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: > tryCatch(vuniroot(f, lower = 1, upper = 3, extendInt = 'downX'), error = identity) <simpleError in vuniroot(f, lower = 1, upper = 3, extendInt = "downX"): no sign change found in 1000 iterations> > tryCatch(vuniroot(f, lower = 1, upper = 3, extendInt = 'upX'), warning = identity) <simpleWarning in vuniroot(f, lower = 1, upper = 3, extendInt = "upX"): _NOT_ converged in 1000 iterations> > > vuniroot2(c(NA, 1:9), f = function(x) x^2, interval = c(1, 3)) # all good [1] NA 1.000000 1.414204 1.732045 1.999978 2.236063 2.449489 2.645723 [9] 2.828429 3.000000 > > > > > ### * <FOOTER> > ### > cleanEx() detaching 'package:rstpm2', 'package:splines', 'package:survival' > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 3.67 0.22 3.89 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