CRAN Package Check Results for Package tidychangepoint

Last updated on 2025-09-06 03:50:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 8.78 121.95 130.73 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 6.06 100.42 106.48 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 243.22 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 240.29 OK
r-devel-windows-x86_64 1.0.1 12.00 132.00 144.00 ERROR
r-patched-linux-x86_64 1.0.1 10.61 139.05 149.66 OK
r-release-linux-x86_64 1.0.1 8.68 139.09 147.77 OK
r-release-macos-arm64 1.0.1 68.00 OK
r-release-macos-x86_64 1.0.1 151.00 OK
r-release-windows-x86_64 1.0.1 11.00 162.00 173.00 OK
r-oldrel-macos-arm64 1.0.1 73.00 OK
r-oldrel-macos-x86_64 1.0.1 143.00 OK
r-oldrel-windows-x86_64 1.0.1 13.00 202.00 215.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR Running examples in ‘tidychangepoint-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: compare_models > ### Title: Compare various models or algorithms for a given changepoint set > ### Aliases: compare_models compare_algorithms > > ### ** Examples > > > # Segment a times series using PELT > x <- segment(CET, method = "pelt") > > # Compare models > compare_models(x) Error in `purrr::map()`: ℹ In index: 1. Caused by error in `ll()`: ! could not find function "ll" Backtrace: ▆ 1. ├─tidychangepoint::compare_models(x) 2. │ ├─dplyr::arrange(...) 3. │ ├─dplyr::bind_rows(...) 4. │ │ └─rlang::list2(...) 5. │ └─purrr::map(...) 6. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 7. │ ├─purrr:::with_indexed_errors(...) 8. │ │ └─base::withCallingHandlers(...) 9. │ ├─purrr:::call_with_cleanup(...) 10. │ ├─generics (local) .f(.x[[i]], ...) 11. │ └─tidychangepoint:::glance.mod_cpt(.x[[i]], ...) 12. │ └─tibble::tibble(...) 13. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 14. │ └─rlang::eval_tidy(xs[[j]], mask) 15. ├─stats::AIC(x) 16. ├─stats:::AIC.default(x) 17. └─base::.handleSimpleError(...) 18. └─purrr (local) h(simpleError(msg, call)) 19. └─cli::cli_abort(...) 20. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [38s/49s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(tidychangepoint) > > test_check("tidychangepoint") | | | 0% | |============================== | 50% | |============================================================| 100% | | | 0% | |============================== | 50% | |============================================================| 100% > y: Contains 1096 observations, ranging from 13.67 to 298.98 . i Segmenter (class cpt ) > A: Used the PELT algorithm from the changepoint package. > τ: Found 3 changepoint(s). > f: Reported a fitness value of 9.40 k using the MBIC penalty. i Model > M: Fit the meanvar model. > θ: Estimated 2 parameter(s), for each of 4 region(s). > y: Contains 1096 observations, ranging from 13.67 to 298.98 . i Segmenter (class ) > A: Used the manual algorithm from the tidychangepoint package. > τ: Found 2 changepoint(s). > f: Reported a fitness value of 10.54 k using the BIC penalty. i Model > M: Fit the meanshift_norm model. > θ: Estimated 1 parameter(s), for each of 3 region(s). Scale for x is already present. Adding another scale for x, which will replace the existing scale. [ FAIL 1 | WARN 0 | SKIP 11 | PASS 267 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • Skipping (11): 'test-changepoint.R:29:3', 'test-changepointGA.R:2:3', 'test-performance.R:2:3', 'test-performance.R:16:3', 'test-performance.R:27:3', 'test-performance.R:44:3', 'test-performance.R:61:3', 'test-performance.R:75:3', 'test-performance.R:110:3', 'test-performance.R:140:3', 'test-stats.R:95:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-nhpp.R:11:3'): generics works ────────────────────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─testthat::expect_s3_class(glance(theta), "tbl_df") at test-nhpp.R:11:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─generics::glance(theta) 5. ├─tidychangepoint:::glance.nhpp(theta) 6. ├─base::NextMethod() 7. ├─tidychangepoint:::glance.mod_cpt(theta) 8. │ └─tibble::tibble(...) 9. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 10. │ └─rlang::eval_tidy(xs[[j]], mask) 11. ├─stats::AIC(x) 12. └─stats:::AIC.default(x) [ FAIL 1 | WARN 0 | SKIP 11 | PASS 267 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.1
Check: examples
Result: ERROR Running examples in 'tidychangepoint-Ex.R' failed The error most likely occurred in: > ### Name: compare_models > ### Title: Compare various models or algorithms for a given changepoint set > ### Aliases: compare_models compare_algorithms > > ### ** Examples > > > # Segment a times series using PELT > x <- segment(CET, method = "pelt") > > # Compare models > compare_models(x) Error in `purrr::map()`: ℹ In index: 1. Caused by error in `ll()`: ! could not find function "ll" Backtrace: ▆ 1. ├─tidychangepoint::compare_models(x) 2. │ ├─dplyr::arrange(...) 3. │ ├─dplyr::bind_rows(...) 4. │ │ └─rlang::list2(...) 5. │ └─purrr::map(...) 6. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 7. │ ├─purrr:::with_indexed_errors(...) 8. │ │ └─base::withCallingHandlers(...) 9. │ ├─purrr:::call_with_cleanup(...) 10. │ ├─generics (local) .f(.x[[i]], ...) 11. │ └─tidychangepoint:::glance.mod_cpt(.x[[i]], ...) 12. │ └─tibble::tibble(...) 13. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 14. │ └─rlang::eval_tidy(xs[[j]], mask) 15. ├─stats::AIC(x) 16. ├─stats:::AIC.default(x) 17. └─base::.handleSimpleError(...) 18. └─purrr (local) h(simpleError(msg, call)) 19. └─cli::cli_abort(...) 20. └─rlang::abort(...) Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [30s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(tidychangepoint) > > test_check("tidychangepoint") | | | 0% | |============================== | 50% | |============================================================| 100% | | | 0% | |============================== | 50% | |============================================================| 100% > y: Contains 1096 observations, ranging from 13.67 to 298.98 . i Segmenter (class cpt ) > A: Used the PELT algorithm from the changepoint package. > τ: Found 3 changepoint(s). > f: Reported a fitness value of 9.40 k using the MBIC penalty. i Model > M: Fit the meanvar model. > θ: Estimated 2 parameter(s), for each of 4 region(s). > y: Contains 1096 observations, ranging from 13.67 to 298.98 . i Segmenter (class ) > A: Used the manual algorithm from the tidychangepoint package. > τ: Found 2 changepoint(s). > f: Reported a fitness value of 10.54 k using the BIC penalty. i Model > M: Fit the meanshift_norm model. > θ: Estimated 1 parameter(s), for each of 3 region(s). Scale for x is already present. Adding another scale for x, which will replace the existing scale. [ FAIL 1 | WARN 0 | SKIP 11 | PASS 267 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • Skipping (11): 'test-changepoint.R:29:3', 'test-changepointGA.R:2:3', 'test-performance.R:2:3', 'test-performance.R:16:3', 'test-performance.R:27:3', 'test-performance.R:44:3', 'test-performance.R:61:3', 'test-performance.R:75:3', 'test-performance.R:110:3', 'test-performance.R:140:3', 'test-stats.R:95:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-nhpp.R:11:3'): generics works ────────────────────────────────── Error in `ll(object)`: could not find function "ll" Backtrace: ▆ 1. ├─testthat::expect_s3_class(glance(theta), "tbl_df") at test-nhpp.R:11:3 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─generics::glance(theta) 5. ├─tidychangepoint:::glance.nhpp(theta) 6. ├─base::NextMethod() 7. ├─tidychangepoint:::glance.mod_cpt(theta) 8. │ └─tibble::tibble(...) 9. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 10. │ └─rlang::eval_tidy(xs[[j]], mask) 11. ├─stats::AIC(x) 12. └─stats:::AIC.default(x) [ FAIL 1 | WARN 0 | SKIP 11 | PASS 267 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64