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 <mikefc@coolbutuseless.com>
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
NeedsCompilation: no
Packaged: 2025-01-13 09:07:43 UTC; mike
Author: Mike Cheng [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-01-14 13:20:01 UTC
Built: R 4.4.3; ; 2025-10-13 09:08:55 UTC; windows
