The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-08-20 11:54:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.8.2 | 15.59 | 117.55 | 133.14 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 4.8.2 | 11.40 | 80.78 | 92.18 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 4.8.4 | 10.00 | 81.10 | 91.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 4.8.4 | 11.00 | 84.95 | 95.95 | OK | |
| r-devel-windows-x86_64 | 4.8.2 | 26.00 | 216.00 | 242.00 | ERROR | |
| r-patched-linux-x86_64 | 4.8.2 | 16.37 | 106.56 | 122.93 | OK | |
| r-release-linux-x86_64 | 4.8.2 | 14.59 | 106.68 | 121.27 | OK | |
| r-release-macos-arm64 | 4.8.4 | 4.00 | 29.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 4.8.4 | 11.00 | 123.00 | 134.00 | OK | |
| r-release-windows-x86_64 | 4.8.2 | 22.00 | 0.00 | 22.00 | OK | |
| r-oldrel-macos-arm64 | 4.8.4 | 3.00 | 32.00 | 35.00 | OK | |
| r-oldrel-macos-x86_64 | 4.8.4 | 11.00 | 121.00 | 132.00 | OK | |
| r-oldrel-windows-x86_64 | 4.8.2 | 28.00 | 177.00 | 205.00 | OK |
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’ [52s/87s]
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-clang
Version: 4.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [34s/41s]
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
Version: 4.8.2
Check: tests
Result: ERROR
Running 'testthat.R' [58s]
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-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.