Package: bitstreamio Type: Package Title: Read and Write Bits from Files, Connections and Raw Vectors Version: 0.1.0 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com") ) Maintainer: Mike Cheng URL: https://github.com/coolbutuseless/bitstreamio BugReports: https://github.com/coolbutuseless/bitstreamio/issues Description: Bit-level reading and writing are necessary when dealing with many file formats e.g. compressed data and binary files. Currently, R connections are manipulated at the byte level. This package wraps existing connections and raw vectors so that it is possible to read bits, bit sequences, unaligned bytes and low-bit representations of integers. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2025-01-14 23:28:27 UTC RemoteUrl: https://github.com/coolbutuseless/bitstreamio RemoteRef: HEAD RemoteSha: 036447f7ca01cb05668cea92a542fe6fcee5a4c4 NeedsCompilation: no Packaged: 2026-06-16 09:20:54 UTC; root Author: Mike Cheng [aut, cre, cph] Depends: R (>= 4.1.0)