Last updated on 2026-04-23 04:53:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.6.0-1 | 13.13 | 61.89 | 75.02 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 4.8.0 | 10.88 | 76.11 | 86.99 | OK | |
| r-devel-linux-x86_64-fedora-clang | 4.8.0 | 21.00 | 155.64 | 176.64 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 4.8.0 | 27.00 | 169.33 | 196.33 | OK | |
| r-devel-macos-arm64 | 4.8.0 | 4.00 | 26.00 | 30.00 | OK | |
| r-devel-windows-x86_64 | 4.8.0 | 23.00 | 155.00 | 178.00 | OK | |
| r-patched-linux-x86_64 | 4.8.0 | 16.61 | 103.74 | 120.35 | OK | |
| r-release-linux-x86_64 | 4.6.0-1 | 12.62 | 53.45 | 66.07 | OK | |
| r-release-macos-arm64 | 4.8.0 | 3.00 | 27.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 4.8.0 | 14.00 | 141.00 | 155.00 | OK | |
| r-release-windows-x86_64 | 4.8.0 | 24.00 | 147.00 | 171.00 | OK | |
| r-oldrel-macos-arm64 | 4.6.0-1 | OK | ||||
| r-oldrel-macos-x86_64 | 4.8.0 | 12.00 | 165.00 | 177.00 | OK | |
| r-oldrel-windows-x86_64 | 4.8.0 | 32.00 | 174.00 | 206.00 | OK |
Version: 4.6.0-1
Check: use of S3 registration
Result: WARN
Registered S3 method from a standard package overwritten by 'bit64':
method from
print.bitstring tools
Flavor: r-devel-linux-x86_64-debian-clang
Version: 4.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [58s/114s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(patrick)
> library(bit64)
<1b>[1mThe assignment of character values to integer64 vectors and matrices with automatic coercion to integer64 will change to a more R consistent behaviour of coercing to character in future versions of bit64. If you wish you can update your code to the new behaviour by setting the option 'bit64.promoteInteger64ToCharacter' to TRUE.<1b>[22m
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")
1 000000000000000000000000000000000000000000000000000000000000001
0 111111111111111111111111111111111111111111111111111111111111111
*** caught segfault ***
address 0x5609076c0050, cause 'memory not mapped'
Flavor: r-devel-linux-x86_64-fedora-clang