CRAN Package Check Results for Package robcp

Last updated on 2025-06-19 23:49:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.8 23.73 73.13 96.86 OK
r-devel-linux-x86_64-debian-gcc 0.3.8 15.57 41.40 56.97 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.8 152.87 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.8 139.12 ERROR
r-devel-windows-x86_64 0.3.8 28.00 118.00 146.00 OK
r-patched-linux-x86_64 0.3.8 22.64 53.53 76.17 ERROR
r-release-linux-x86_64 0.3.8 22.33 68.03 90.36 OK
r-release-macos-arm64 0.3.8 54.00 OK
r-release-macos-x86_64 0.3.8 90.00 OK
r-release-windows-x86_64 0.3.8 28.00 115.00 143.00 OK
r-oldrel-macos-arm64 0.3.8 61.00 OK
r-oldrel-macos-x86_64 0.3.8 89.00 OK
r-oldrel-windows-x86_64 0.3.8 31.00 131.00 162.00 OK

Additional issues

noSuggests

Check Details

Version: 0.3.8
Check: examples
Result: ERROR Running examples in ‘robcp-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: scale_cusum > ### Title: Tests for Scale Changes Based on Pairwise Differences > ### Aliases: scale_cusum > > ### ** Examples > > x <- arima.sim(list(ar = 0.5), 100) > > # under H_0: > scale_cusum(x) CUSUM test for scale changes data: x S = 1.0726, p-value = 0.2002 alternative hypothesis: two-sided > scale_cusum(x, "MD") Error: Package "cumstats" needed for the MD. Please install it. Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.3.8
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/17s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > #library(robcp) > > test_check("robcp") Loading required package: robcp [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-Hodges_Lehmann.R:77:3', 'test-Wilcox.R:95:3', 'test-huber_cusum.R:20:3', 'test-pKSdist.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-scale.R:31:3'): scale_stat is computed correctly ─────────────── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. └─robcp::scale_stat(x, version = "MD", control = list(b_n = b_n)) at test-scale.R:31:3 ── Error ('test-scale.R:101:5'): CUSUM test for changes in the scale is performed correctly ── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-scale.R:97:3 2. │ └─base::withCallingHandlers(...) 3. └─base::replicate(...) at test-scale.R:97:21 4. └─base::sapply(...) 5. └─base::lapply(X = X, FUN = FUN, ...) 6. └─robcp (local) FUN(X[[i]], ...) 7. └─robcp::scale_cusum(x, version = "MD", control = list(b_n = NA)) at test-scale.R:101:5 8. └─robcp::scale_stat(...) [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.8
Check: examples
Result: ERROR Running examples in ‘robcp-Ex.R’ failed The error most likely occurred in: > ### Name: scale_cusum > ### Title: Tests for Scale Changes Based on Pairwise Differences > ### Aliases: scale_cusum > > ### ** Examples > > x <- arima.sim(list(ar = 0.5), 100) > > # under H_0: > scale_cusum(x) CUSUM test for scale changes data: x S = 1.0726, p-value = 0.2002 alternative hypothesis: two-sided > scale_cusum(x, "MD") Error: Package "cumstats" needed for the MD. Please install it. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.3.8
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/146s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > #library(robcp) > > test_check("robcp") Loading required package: robcp [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-Hodges_Lehmann.R:77:3', 'test-Wilcox.R:95:3', 'test-huber_cusum.R:20:3', 'test-pKSdist.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-scale.R:31:3'): scale_stat is computed correctly ─────────────── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. └─robcp::scale_stat(x, version = "MD", control = list(b_n = b_n)) at test-scale.R:31:3 ── Error ('test-scale.R:101:5'): CUSUM test for changes in the scale is performed correctly ── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-scale.R:97:3 2. │ └─base::withCallingHandlers(...) 3. └─base::replicate(...) at test-scale.R:97:21 4. └─base::sapply(...) 5. └─base::lapply(X = X, FUN = FUN, ...) 6. └─robcp (local) FUN(X[[i]], ...) 7. └─robcp::scale_cusum(x, version = "MD", control = list(b_n = NA)) at test-scale.R:101:5 8. └─robcp::scale_stat(...) [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.8
Check: tests
Result: ERROR Running ‘testthat.R’ [39s/146s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > #library(robcp) > > test_check("robcp") Loading required package: robcp [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-Hodges_Lehmann.R:77:3', 'test-Wilcox.R:95:3', 'test-huber_cusum.R:20:3', 'test-pKSdist.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-scale.R:31:3'): scale_stat is computed correctly ─────────────── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. └─robcp::scale_stat(x, version = "MD", control = list(b_n = b_n)) at test-scale.R:31:3 ── Error ('test-scale.R:101:5'): CUSUM test for changes in the scale is performed correctly ── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-scale.R:97:3 2. │ └─base::withCallingHandlers(...) 3. └─base::replicate(...) at test-scale.R:97:21 4. └─base::sapply(...) 5. └─base::lapply(X = X, FUN = FUN, ...) 6. └─robcp (local) FUN(X[[i]], ...) 7. └─robcp::scale_cusum(x, version = "MD", control = list(b_n = NA)) at test-scale.R:101:5 8. └─robcp::scale_stat(...) [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.8
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/27s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > #library(robcp) > > test_check("robcp") Loading required package: robcp [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-Hodges_Lehmann.R:77:3', 'test-Wilcox.R:95:3', 'test-huber_cusum.R:20:3', 'test-pKSdist.R:20:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-scale.R:31:3'): scale_stat is computed correctly ─────────────── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. └─robcp::scale_stat(x, version = "MD", control = list(b_n = b_n)) at test-scale.R:31:3 ── Error ('test-scale.R:101:5'): CUSUM test for changes in the scale is performed correctly ── Error: Package "cumstats" needed for the MD. Please install it. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-scale.R:97:3 2. │ └─base::withCallingHandlers(...) 3. └─base::replicate(...) at test-scale.R:97:21 4. └─base::sapply(...) 5. └─base::lapply(X = X, FUN = FUN, ...) 6. └─robcp (local) FUN(X[[i]], ...) 7. └─robcp::scale_cusum(x, version = "MD", control = list(b_n = NA)) at test-scale.R:101:5 8. └─robcp::scale_stat(...) [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64