CRAN Package Check Results for Package bit64

Last updated on 2026-08-05 21:52:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.8.2 15.98 111.90 127.88 NOTE
r-devel-linux-x86_64-debian-gcc 4.8.2 12.21 79.53 91.74 ERROR
r-devel-linux-x86_64-fedora-clang 4.8.2 10.00 72.20 82.20 OK
r-devel-linux-x86_64-fedora-gcc 4.8.2 11.00 70.54 81.54 OK
r-devel-windows-x86_64 4.8.2 23.00 144.00 167.00 OK
r-patched-linux-x86_64 4.8.2 15.87 103.61 119.48 OK
r-release-linux-x86_64 4.8.2 14.41 107.10 121.51 OK
r-release-macos-arm64 4.8.2 4.00 27.00 31.00 OK
r-release-macos-x86_64 4.8.2 12.00 142.00 154.00 OK
r-release-windows-x86_64 4.8.2 23.00 150.00 173.00 OK
r-oldrel-macos-arm64 4.8.2 3.00 29.00 32.00 OK
r-oldrel-macos-x86_64 4.8.2 11.00 100.00 111.00 OK
r-oldrel-windows-x86_64 4.8.2 27.00 176.00 203.00 OK

Check Details

Version: 4.8.2
Check: Rd contents
Result: NOTE Rd files without \usage: ‘rep.integer64.Rd’ \arguments should not be documented without \usage. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 4.8.2
Check: tests
Result: ERROR Running ‘testthat.R’ [35s/44s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(patrick) > library(bit64) Attaching package: 'bit64' The following object is masked from 'package:utils': hashtab The following objects are masked from 'package:base': %in%, :, array, as.factor, as.ordered, colSums, factor, intersect, is.double, is.element, match, matrix, order, rank, rowSums, setdiff, setequal, table, union > > test_check("bit64") Saving _problems/test-matrix64-124.R Saving _problems/test-matrix64-124.R [ FAIL 2 | WARN 0 | SKIP 1 | PASS 4565 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-integer64.R:788:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-matrix64.R:121:5'): array() wrapper works for integer ────────── <error/condition> Error in `array(x, dim = -1)`: the dims contain negative values Backtrace: ▆ 1. ├─rlang::eval_tidy(code, test_args) 2. ├─testthat::expect_error(array(x, dim = -1), "negative length vectors are not allowed") at test-matrix64.R:121:5 3. │ └─testthat:::expect_condition_matching_(...) 4. │ └─testthat:::quasi_capture(...) 5. │ ├─testthat (local) .capture(...) 6. │ │ └─base::withCallingHandlers(...) 7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 8. ├─bit64::array(x, dim = -1) 9. ├─bit64:::array.default(x, dim = -1) 10. │ ├─bit64:::withCallingHandlers_and_choose_call(...) 11. │ │ └─base::eval(wch, envir = parent.frame()) 12. │ │ └─base::eval(wch, envir = parent.frame()) 13. │ ├─base::withCallingHandlers(base::array(...), error = `<fn>`, warning = `<fn>`) 14. │ └─base::array(...) 15. └─base::.handleSimpleError(...) 16. └─bit64 (local) h(simpleError(msg, call)) ── Error ('test-matrix64.R:121:5'): array() wrapper works for integer64 ──────── <error/condition> Error in `array(x, dim = -1)`: the dims contain negative values Backtrace: ▆ 1. ├─rlang::eval_tidy(code, test_args) 2. ├─testthat::expect_error(array(x, dim = -1), "negative length vectors are not allowed") at test-matrix64.R:121:5 3. │ └─testthat:::expect_condition_matching_(...) 4. │ └─testthat:::quasi_capture(...) 5. │ ├─testthat (local) .capture(...) 6. │ │ └─base::withCallingHandlers(...) 7. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 8. ├─bit64::array(x, dim = -1) 9. ├─bit64:::array.integer64(x, dim = -1) 10. │ ├─bit64:::withCallingHandlers_and_choose_call(...) 11. │ │ └─base::eval(wch, envir = parent.frame()) 12. │ │ └─base::eval(wch, envir = parent.frame()) 13. │ ├─base::withCallingHandlers(...) 14. │ └─base::array(data = data, ...) 15. └─base::.handleSimpleError(...) 16. └─bit64 (local) h(simpleError(msg, call)) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 4565 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc