CRAN Package Check Results for Package robscale

Last updated on 2026-04-29 09:56:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.4 1938.52 88.15 2026.67 OK
r-devel-linux-x86_64-debian-gcc 0.5.4 280.90 63.37 344.27 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 803.00 143.48 946.48 OK
r-devel-windows-x86_64 0.5.4 450.00 137.00 587.00 OK
r-patched-linux-x86_64 0.5.4 404.48 83.86 488.34 OK
r-release-linux-x86_64 0.5.4 396.09 83.23 479.32 OK
r-release-macos-arm64 0.5.4 153.00 -74.00 79.00 OK
r-release-macos-x86_64 0.5.4 384.00 -16.00 368.00 OK
r-release-windows-x86_64 0.5.4 437.00 135.00 572.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 454.00 159.00 613.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.185 0.018 0.222 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