R Under development (unstable) (2026-08-17 r90424 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(patrick) > library(bit64) ******************************************************** R-core is collecting use cases for 64-bit integers as they explore native support for these vectors. See https://stat.ethz.ch/pipermail/r-devel/2026-July/084631.html and reach out to Luke Tierney (luke-tierney@uiowa.edu). ******************************************************** 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") [ FAIL 0 | WARN 0 | SKIP 1 | PASS 5010 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-integer64.R:883:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 5010 ] > > proc.time() user system elapsed 58.14 12.90 72.23