CRAN Package Check Results for Package checkr

Last updated on 2023-10-15 15:57:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 4.86 46.78 51.64 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.0 3.47 36.75 40.22 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.0 68.23 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.0 77.39 ERROR
r-devel-windows-x86_64 0.5.0 5.00 67.00 72.00 ERROR
r-patched-linux-x86_64 0.5.0 6.10 46.15 52.25 NOTE
r-release-linux-x86_64 0.5.0 2.70 45.59 48.29 NOTE
r-release-macos-arm64 0.5.0 30.00 NOTE
r-release-macos-x86_64 0.5.0 46.00 NOTE
r-release-windows-x86_64 0.5.0 6.00 73.00 79.00 NOTE
r-oldrel-macos-arm64 0.5.0 28.00 NOTE
r-oldrel-macos-x86_64 0.5.0 40.00 NOTE
r-oldrel-windows-x86_64 0.5.0 7.00 66.00 73.00 NOTE

Check Details

Version: 0.5.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(checkr)
     >
     > test_check("checkr")
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-count.R:11:3'): check_count errors ───────────────────────────
     `check_count(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_count(y), "y must have 1 element") at test-count.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_count(y)
     7. └─checkr::check_noneg_int(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-date.R:11:3'): check_day errors ──────────────────────────────
     `check_day(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_day(y), "y must have 1 element") at test-date.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_day(y)
     7. └─checkr::check_date(x, coerce = coerce, x_name = x_name, error = error)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-dttm.R:20:3'): check_datetime errors ─────────────────────────
     `check_datetime(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_datetime(y), "y must have 1 element") at test-dttm.R:20:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_datetime(y)
     7. └─checkr::check_dttm(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
    
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/6s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(checkr)
     >
     > test_check("checkr")
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-count.R:11:3'): check_count errors ───────────────────────────
     `check_count(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_count(y), "y must have 1 element") at test-count.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_count(y)
     7. └─checkr::check_noneg_int(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-date.R:11:3'): check_day errors ──────────────────────────────
     `check_day(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_day(y), "y must have 1 element") at test-date.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_day(y)
     7. └─checkr::check_date(x, coerce = coerce, x_name = x_name, error = error)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-dttm.R:20:3'): check_datetime errors ─────────────────────────
     `check_datetime(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_datetime(y), "y must have 1 element") at test-dttm.R:20:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_datetime(y)
     7. └─checkr::check_dttm(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
    
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [9s/33s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(checkr)
     >
     > test_check("checkr")
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-count.R:11:3'): check_count errors ───────────────────────────
     `check_count(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_count(y), "y must have 1 element") at test-count.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_count(y)
     7. └─checkr::check_noneg_int(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-date.R:11:3'): check_day errors ──────────────────────────────
     `check_day(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_day(y), "y must have 1 element") at test-date.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_day(y)
     7. └─checkr::check_date(x, coerce = coerce, x_name = x_name, error = error)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-dttm.R:20:3'): check_datetime errors ─────────────────────────
     `check_datetime(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_datetime(y), "y must have 1 element") at test-dttm.R:20:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_datetime(y)
     7. └─checkr::check_dttm(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
    
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [9s/26s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(checkr)
     >
     > test_check("checkr")
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-count.R:11:3'): check_count errors ───────────────────────────
     `check_count(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_count(y), "y must have 1 element") at test-count.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_count(y)
     7. └─checkr::check_noneg_int(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-date.R:11:3'): check_day errors ──────────────────────────────
     `check_day(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_day(y), "y must have 1 element") at test-date.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_day(y)
     7. └─checkr::check_date(x, coerce = coerce, x_name = x_name, error = error)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-dttm.R:20:3'): check_datetime errors ─────────────────────────
     `check_datetime(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_datetime(y), "y must have 1 element") at test-dttm.R:20:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_datetime(y)
     7. └─checkr::check_dttm(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
    
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.5.0
Check: tests
Result: ERROR
     Running 'testthat.R' [4s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(checkr)
     >
     > test_check("checkr")
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-count.R:11:3'): check_count errors ───────────────────────────
     `check_count(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_count(y), "y must have 1 element") at test-count.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_count(y)
     7. └─checkr::check_noneg_int(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-date.R:11:3'): check_day errors ──────────────────────────────
     `check_day(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_day(y), "y must have 1 element") at test-date.R:11:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_day(y)
     7. └─checkr::check_date(x, coerce = coerce, x_name = x_name, error = error)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
     ── Failure ('test-dttm.R:20:3'): check_datetime errors ─────────────────────────
     `check_datetime(y)` threw an error with unexpected message.
     Expected match: "y must have 1 element"
     Actual message: "y must be an atomic vector"
     Backtrace:
     ▆
     1. ├─testthat::expect_error(check_datetime(y), "y must have 1 element") at test-dttm.R:20:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─checkr::check_datetime(y)
     7. └─checkr::check_dttm(...)
     8. └─checkr::check_scalar(...)
     9. └─checkr::check_vector(...)
     10. └─err::err(x_name, " must be an atomic vector")
    
     [ FAIL 3 | WARN 1 | SKIP 0 | PASS 353 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64