CRAN Package Check Results for Package robscale

Last updated on 2026-05-09 04:50:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.4 1946.34 88.94 2035.28 OK
r-devel-linux-x86_64-debian-gcc 0.5.4 282.25 62.27 344.52 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.4 3360.00 118.67 3478.67 OK
r-devel-linux-x86_64-fedora-gcc 0.5.4 840.00 167.42 1007.42 OK
r-devel-windows-x86_64 0.5.4 407.00 128.00 535.00 OK
r-patched-linux-x86_64 0.5.4 411.90 83.69 495.59 OK
r-release-linux-x86_64 0.5.4 406.96 82.18 489.14 OK
r-release-macos-arm64 0.5.4 153.00 -74.00 79.00 OK
r-release-macos-x86_64 0.5.4 380.00 -25.00 355.00 OK
r-release-windows-x86_64 0.5.4 415.00 131.00 546.00 OK
r-oldrel-macos-arm64 0.5.4 139.00 -62.00 77.00 OK
r-oldrel-macos-x86_64 0.5.4 389.00 -83.00 306.00 OK
r-oldrel-windows-x86_64 0.5.4 428.00 157.00 585.00 OK

Check Details

Version: 0.5.4
Check: examples
Result: ERROR Running examples in ‘robscale-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sn > ### Title: Robust Estimator of Scale Sn > ### Aliases: sn > > ### ** Examples > > sn(c(1:9)) [1] 2.699518 > x <- c(1, 2, 3, 5, 7, 8) > sn(x) [1] 3.556794 > > # Asymptotic confidence interval > sn(x, ci = TRUE) sn estimate: 3.5568 95% CI (analytical): [0.9144, 6.1992] > > > > > base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") > base::cat("sn", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.238 0.023 0.583 0 0 > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') *** caught segfault *** address 0xfffffffffffffff7, cause 'memory not mapped' An irrecoverable exception occurred. R is aborting now ... Segmentation fault Flavor: r-devel-linux-x86_64-debian-gcc