CRAN Package Check Results for Package delimtools

Last updated on 2026-02-10 21:49:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 7.73 79.45 87.18 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 19.00 189.05 208.05 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 16.00 179.08 195.08 ERROR
r-devel-windows-x86_64 0.2.1 13.00 126.00 139.00 ERROR
r-patched-linux-x86_64 0.2.1 10.12 102.68 112.80 ERROR
r-release-linux-x86_64 0.2.1 8.46 103.76 112.22 ERROR
r-release-macos-arm64 0.2.1 NOTE
r-release-macos-x86_64 0.2.1 8.00 391.00 399.00 NOTE
r-release-windows-x86_64 0.2.1 15.00 156.00 171.00 OK
r-oldrel-macos-arm64 0.2.1 NOTE
r-oldrel-macos-x86_64 0.2.1 8.00 354.00 362.00 NOTE
r-oldrel-windows-x86_64 0.2.1 18.00 203.00 221.00 ERROR

Additional issues

donttest

Check Details

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘delimtools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: match_ratio > ### Title: Compute Agreement Between Alternative Species Delimitation > ### Partitions > ### Aliases: match_ratio > > ### ** Examples > > > # estimate match ratio statistics > match_ratio(geophagus_delims) Error in `purrr::map()`: ℹ In index: 1. Caused by error in `dplyr::mutate()`: ℹ In argument: `n_match = dplyr::if_else(dplyr::pick(2) == dplyr::pick(3), union, 0)`. Caused by error in `dplyr::if_else()`: ! `condition` must be a logical vector, not a logical matrix. Backtrace: ▆ 1. ├─delimtools::match_ratio(geophagus_delims) 2. │ ├─dplyr::ungroup(...) 3. │ ├─dplyr::arrange(...) 4. │ ├─dplyr::group_by(...) 5. │ ├─purrr::list_rbind(...) 6. │ │ └─purrr:::check_list_of_data_frames(x) 7. │ │ └─vctrs::obj_check_list(x, call = error_call) 8. │ ├─rlang::set_names(...) 9. │ └─purrr::map(...) 10. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 11. │ ├─purrr:::with_indexed_errors(...) 12. │ │ └─base::withCallingHandlers(...) 13. │ ├─purrr:::call_with_cleanup(...) 14. │ └─delimtools (local) .f(.x[[i]], ...) 15. │ ├─dplyr::summarise(...) 16. │ ├─dplyr::mutate(...) 17. │ └─dplyr:::mutate.data.frame(...) 18. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 19. │ ├─base::withCallingHandlers(...) 20. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 21. │ └─mask$eval_all_mutate(quo) 22. │ └─dplyr (local) eval() 23. ├─dplyr::if_else(...) 24. │ └─vctrs::vec_if_else(...) 25. └─rlang::abort(message = message, call = call) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘delimtools-Ex.R’ failed The error most likely occurred in: > ### Name: match_ratio > ### Title: Compute Agreement Between Alternative Species Delimitation > ### Partitions > ### Aliases: match_ratio > > ### ** Examples > > > # estimate match ratio statistics > match_ratio(geophagus_delims) Error in `purrr::map()`: ℹ In index: 1. Caused by error in `dplyr::mutate()`: ℹ In argument: `n_match = dplyr::if_else(dplyr::pick(2) == dplyr::pick(3), union, 0)`. Caused by error in `dplyr::if_else()`: ! `condition` must be a logical vector, not a logical matrix. Backtrace: ▆ 1. ├─delimtools::match_ratio(geophagus_delims) 2. │ ├─dplyr::ungroup(...) 3. │ ├─dplyr::arrange(...) 4. │ ├─dplyr::group_by(...) 5. │ ├─purrr::list_rbind(...) 6. │ │ └─purrr:::check_list_of_data_frames(x) 7. │ │ └─vctrs::obj_check_list(x, call = error_call) 8. │ ├─rlang::set_names(...) 9. │ └─purrr::map(...) 10. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 11. │ ├─purrr:::with_indexed_errors(...) 12. │ │ └─base::withCallingHandlers(...) 13. │ ├─purrr:::call_with_cleanup(...) 14. │ └─delimtools (local) .f(.x[[i]], ...) 15. │ ├─dplyr::summarise(...) 16. │ ├─dplyr::mutate(...) 17. │ └─dplyr:::mutate.data.frame(...) 18. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 19. │ ├─base::withCallingHandlers(...) 20. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 21. │ └─mask$eval_all_mutate(quo) 22. │ └─dplyr (local) eval() 23. ├─dplyr::if_else(...) 24. │ └─vctrs::vec_if_else(...) 25. └─rlang::abort(message = message, call = call) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘delimtools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: match_ratio > ### Title: Compute Agreement Between Alternative Species Delimitation > ### Partitions > ### Aliases: match_ratio > > ### ** Examples > > > # estimate match ratio statistics > match_ratio(geophagus_delims) Error in `purrr::map()`: ℹ In index: 1. Caused by error in `dplyr::mutate()`: ℹ In argument: `n_match = dplyr::if_else(dplyr::pick(2) == dplyr::pick(3), union, 0)`. Caused by error in `dplyr::if_else()`: ! `condition` must be a logical vector, not a logical matrix. Backtrace: ▆ 1. ├─delimtools::match_ratio(geophagus_delims) 2. │ ├─dplyr::ungroup(...) 3. │ ├─dplyr::arrange(...) 4. │ ├─dplyr::group_by(...) 5. │ ├─purrr::list_rbind(...) 6. │ │ └─purrr:::check_list_of_data_frames(x) 7. │ │ └─vctrs::obj_check_list(x, call = error_call) 8. │ ├─rlang::set_names(...) 9. │ └─purrr::map(...) 10. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 11. │ ├─purrr:::with_indexed_errors(...) 12. │ │ └─base::withCallingHandlers(...) 13. │ ├─purrr:::call_with_cleanup(...) 14. │ └─delimtools (local) .f(.x[[i]], ...) 15. │ ├─dplyr::summarise(...) 16. │ ├─dplyr::mutate(...) 17. │ └─dplyr:::mutate.data.frame(...) 18. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 19. │ ├─base::withCallingHandlers(...) 20. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 21. │ └─mask$eval_all_mutate(quo) 22. │ └─dplyr (local) eval() 23. ├─dplyr::if_else(...) 24. │ └─vctrs::vec_if_else(...) 25. └─rlang::abort(message = message, call = call) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed delim_autoplot 3.961 0.069 5.227 Flavor: r-patched-linux-x86_64

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘delimtools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: match_ratio > ### Title: Compute Agreement Between Alternative Species Delimitation > ### Partitions > ### Aliases: match_ratio > > ### ** Examples > > > # estimate match ratio statistics > match_ratio(geophagus_delims) Error in `purrr::map()`: ℹ In index: 1. Caused by error in `dplyr::mutate()`: ℹ In argument: `n_match = dplyr::if_else(dplyr::pick(2) == dplyr::pick(3), union, 0)`. Caused by error in `dplyr::if_else()`: ! `condition` must be a logical vector, not a logical matrix. Backtrace: ▆ 1. ├─delimtools::match_ratio(geophagus_delims) 2. │ ├─dplyr::ungroup(...) 3. │ ├─dplyr::arrange(...) 4. │ ├─dplyr::group_by(...) 5. │ ├─purrr::list_rbind(...) 6. │ │ └─purrr:::check_list_of_data_frames(x) 7. │ │ └─vctrs::obj_check_list(x, call = error_call) 8. │ ├─rlang::set_names(...) 9. │ └─purrr::map(...) 10. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 11. │ ├─purrr:::with_indexed_errors(...) 12. │ │ └─base::withCallingHandlers(...) 13. │ ├─purrr:::call_with_cleanup(...) 14. │ └─delimtools (local) .f(.x[[i]], ...) 15. │ ├─dplyr::summarise(...) 16. │ ├─dplyr::mutate(...) 17. │ └─dplyr:::mutate.data.frame(...) 18. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 19. │ ├─base::withCallingHandlers(...) 20. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 21. │ └─mask$eval_all_mutate(quo) 22. │ └─dplyr (local) eval() 23. ├─dplyr::if_else(...) 24. │ └─vctrs::vec_if_else(...) 25. └─rlang::abort(message = message, call = call) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed delim_autoplot2 3.786 0.04 5.702 Flavor: r-release-linux-x86_64

Version: 0.2.1
Check: Rd cross-references
Result: NOTE Package unavailable to check Rd xrefs: ‘bGMYC’ Unknown package ‘splits’ in Rd xrefs Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.2.1
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'bGMYC', 'splits' Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.1
Check: Rd cross-references
Result: NOTE Packages unavailable to check Rd xrefs: ‘bGMYC’, ‘splits’ Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.