# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "bitstreamio" in publications use:' type: software license: MIT title: 'bitstreamio: Read and Write Bits from Files, Connections and Raw Vectors' version: 0.1.0 doi: 10.32614/CRAN.package.bitstreamio abstract: 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. authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com repository: https://CRAN.R-project.org/package=bitstreamio repository-code: https://github.com/coolbutuseless/bitstreamio url: https://github.com/coolbutuseless/bitstreamio date-released: '2025-01-14' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com