Package: bit Title: Classes and Methods for Fast Memory-Efficient Boolean Selections Version: 4.6.99 Authors@R: c( person("Michael", "Chirico", email = "MichaelChirico4@gmail.com", role = c("aut", "cre")), person("Jens", "Oehlschlägel", role = "aut"), person("Brian", "Ripley", role = "ctb") ) Depends: R (>= 3.4.0) Suggests: testthat (>= 3.0.0), knitr, markdown, rmarkdown, microbenchmark, bit64 (>= 4.0.0), ff (>= 4.0.0) Description: Provided are classes for boolean and skewed boolean vectors, fast boolean methods, fast unique and non-unique integer sorting, fast set operations on sorted and unsorted sets of integers, and foundations for ff (range index, compression, chunked processing). License: GPL-2 | GPL-3 LazyLoad: yes ByteCompile: yes Encoding: UTF-8 URL: https://github.com/r-lib/bit VignetteBuilder: knitr, rmarkdown RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Config/wants/development: roxygen2 Config/testthat/edition: 3 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-05-06 17:13:55 UTC RemoteUrl: https://github.com/r-lib/bit RemoteRef: HEAD RemoteSha: d128f0735f3c15ac67070a1398fea3411de5eab8 NeedsCompilation: yes Packaged: 2026-07-01 10:13:33 UTC; root Author: Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Brian Ripley [ctb] Maintainer: Michael Chirico