CRAN Package Check Results for Package catchr

Last updated on 2022-02-24 06:49:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.31 3.36 53.51 56.87 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.31 2.94 41.82 44.76 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.31 74.43 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.31 59.46 ERROR
r-devel-windows-x86_64-new-UL 0.2.31 28.00 76.00 104.00 ERROR
r-devel-windows-x86_64-new-TK 0.2.31 ERROR
r-patched-linux-x86_64 0.2.31 ERROR
r-release-linux-x86_64 0.2.31 2.16 51.73 53.89 ERROR
r-release-macos-arm64 0.2.31 OK
r-release-macos-x86_64 0.2.31 OK
r-release-windows-ix86+x86_64 0.2.31 8.00 63.00 71.00 ERROR
r-oldrel-macos-x86_64 0.2.31 OK
r-oldrel-windows-ix86+x86_64 0.2.31 8.00 64.00 72.00 ERROR

Check Details

Version: 0.2.31
Check: tests
Result: ERROR
     Running 'spelling.R' [0s/1s]
     Running 'testthat.R' [6s/8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     == Failed tests ================================================================
     -- Failure (test-testing.R:36:3): Collecting and raising -----------------------
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     -- Error (test-testing.R:104:3): Explictly package-named functions -------------
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     x
     1. +-testthat::expect_silent(...) at test-testing.R:104:2
     2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. | +-testthat .capture(...)
     4. | | +-withr::with_output_sink(...)
     5. | | | \-base::force(code)
     6. | | +-base::withCallingHandlers(...)
     7. | | \-base::withVisible(code)
     8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. +-catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. | +-catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. | \-catchr:::get_used_specials(akw$kwargs, spec_names)
     12. | \-... %>% unique()
     13. +-base::unique(.)
     14. +-base::unlist(.)
     15. \-purrr::map(...)
     16. \-catchr .f(.x[[i]], ...)
     17. \-catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. +-base::withCallingHandlers(...)
     19. \-catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.31
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [5s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-testing.R:36:3): Collecting and raising ───────────────────────
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     ── Error (test-testing.R:104:3): Explictly package-named functions ─────────────
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(...) at test-testing.R:104:2
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. ├─catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. │ ├─catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. │ └─catchr:::get_used_specials(akw$kwargs, spec_names)
     12. │ └─... %>% unique()
     13. ├─base::unique(.)
     14. ├─base::unlist(.)
     15. └─purrr::map(...)
     16. └─catchr .f(.x[[i]], ...)
     17. └─catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. ├─base::withCallingHandlers(...)
     19. └─catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.31
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [8s/20s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-testing.R:36:3): Collecting and raising ───────────────────────
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     ── Error (test-testing.R:104:3): Explictly package-named functions ─────────────
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(...) at test-testing.R:104:2
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. ├─catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. │ ├─catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. │ └─catchr:::get_used_specials(akw$kwargs, spec_names)
     12. │ └─... %>% unique()
     13. ├─base::unique(.)
     14. ├─base::unlist(.)
     15. └─purrr::map(...)
     16. └─catchr .f(.x[[i]], ...)
     17. └─catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. ├─base::withCallingHandlers(...)
     19. └─catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.31
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-testing.R:36:3): Collecting and raising ───────────────────────
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     ── Error (test-testing.R:104:3): Explictly package-named functions ─────────────
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(...) at test-testing.R:104:2
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. ├─catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. │ ├─catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. │ └─catchr:::get_used_specials(akw$kwargs, spec_names)
     12. │ └─... %>% unique()
     13. ├─base::unique(.)
     14. ├─base::unlist(.)
     15. └─purrr::map(...)
     16. └─catchr .f(.x[[i]], ...)
     17. └─catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. ├─base::withCallingHandlers(...)
     19. └─catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-TK

Version: 0.2.31
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-testing.R:36:3): Collecting and raising ───────────────────────
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     ── Error (test-testing.R:104:3): Explictly package-named functions ─────────────
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(...) at test-testing.R:104:2
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. ├─catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. │ ├─catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. │ └─catchr:::get_used_specials(akw$kwargs, spec_names)
     12. │ └─... %>% unique()
     13. ├─base::unique(.)
     14. ├─base::unlist(.)
     15. └─purrr::map(...)
     16. └─catchr .f(.x[[i]], ...)
     17. └─catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. ├─base::withCallingHandlers(...)
     19. └─catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-new-UL

Version: 0.2.31
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [6s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-testing.R:36:3): Collecting and raising ───────────────────────
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     ── Error (test-testing.R:104:3): Explictly package-named functions ─────────────
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(...) at test-testing.R:104:2
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. ├─catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. │ ├─catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. │ └─catchr:::get_used_specials(akw$kwargs, spec_names)
     12. │ └─... %>% unique()
     13. ├─base::unique(.)
     14. ├─base::unlist(.)
     15. └─purrr::map(...)
     16. └─catchr .f(.x[[i]], ...)
     17. └─catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. ├─base::withCallingHandlers(...)
     19. └─catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.2.31
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/0s]
     Running ‘testthat.R’ [6s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-testing.R:36:3): Collecting and raising ───────────────────────
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     ── Error (test-testing.R:104:3): Explictly package-named functions ─────────────
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(...) at test-testing.R:104:2
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. ├─catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. │ ├─catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. │ └─catchr:::get_used_specials(akw$kwargs, spec_names)
     12. │ └─... %>% unique()
     13. ├─base::unique(.)
     14. ├─base::unlist(.)
     15. └─purrr::map(...)
     16. └─catchr .f(.x[[i]], ...)
     17. └─catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. ├─base::withCallingHandlers(...)
     19. └─catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.2.31
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [7s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     == Failed tests ================================================================
     -- Failure (test-testing.R:36:3): Collecting and raising -----------------------
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     -- Error (test-testing.R:104:3): Explictly package-named functions -------------
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     x
     1. +-testthat::expect_silent(...) at test-testing.R:104:2
     2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. | +-testthat .capture(...)
     4. | | +-withr::with_output_sink(...)
     5. | | | \-base::force(code)
     6. | | +-base::withCallingHandlers(...)
     7. | | \-base::withVisible(code)
     8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. +-catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. | +-catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. | \-catchr:::get_used_specials(akw$kwargs, spec_names)
     12. | \-... %>% unique()
     13. +-base::unique(.)
     14. +-base::unlist(.)
     15. \-purrr::map(...)
     16. \-catchr .f(.x[[i]], ...)
     17. \-catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. +-base::withCallingHandlers(...)
     19. \-catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.2.31
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(catchr)
     >
     > test_check("catchr")
     simpleWarning in `force(expr)`: internal
     simpleWarning in `force(expr)`: internal
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
    
     == Failed tests ================================================================
     -- Failure (test-testing.R:36:3): Collecting and raising -----------------------
     `res` not identical to `res2`.
     Component "error": Component 1: Length mismatch: comparison on first 2 components
     -- Error (test-testing.R:104:3): Explictly package-named functions -------------
     Error in `if (is_call(x) && !(call_name(x) %in% c("::", ":::"))) {
     if (is.null(stop_pred) || !as_mapper(stop_pred)(x))
     call_args(x) %>% map(~check_nodes(., nms = nms, check_calls = check_calls,
     depth = depth, stop_pred = stop_pred))
     }`: missing value where TRUE/FALSE needed
     Backtrace:
     x
     1. +-testthat::expect_silent(...) at test-testing.R:104:2
     2. | \-testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. | +-testthat .capture(...)
     4. | | +-withr::with_output_sink(...)
     5. | | | \-base::force(code)
     6. | | +-base::withCallingHandlers(...)
     7. | | \-base::withVisible(code)
     8. | \-rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. +-catchr:::check_and_clean_input(d1 = base::acosh, spec_names = "acosh")
     10. | +-catchr:::warn_of_specials(get_used_specials(akw$kwargs, spec_names))
     11. | \-catchr:::get_used_specials(akw$kwargs, spec_names)
     12. | \-... %>% unique()
     13. +-base::unique(.)
     14. +-base::unlist(.)
     15. \-purrr::map(...)
     16. \-catchr .f(.x[[i]], ...)
     17. \-catchr:::find_used_symbols(!!get_expr(q), names_to_check, ...)
     18. +-base::withCallingHandlers(...)
     19. \-catchr:::check_nodes(...)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 147 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64