Package: bitstreamio 0.1.0

bitstreamio: Read and Write Bits from Files, Connections and Raw Vectors

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:Mike Cheng [aut, cre, cph]

bitstreamio_0.1.0.tar.gz
bitstreamio_0.1.0.zip(r-4.7)bitstreamio_0.1.0.zip(r-4.6)bitstreamio_0.1.0.zip(r-4.5)
bitstreamio_0.1.0.tgz(r-4.6-any)bitstreamio_0.1.0.tgz(r-4.5-any)
bitstreamio_0.1.0.tar.gz(r-4.7-any)bitstreamio_0.1.0.tar.gz(r-4.6-any)
bitstreamio_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
bitstreamio/json (API)
NEWS

# Install 'bitstreamio' in R:
install.packages('bitstreamio', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/coolbutuseless/bitstreamio/issues

On CRAN:

Conda:

4.30 score 4 stars 4 scripts 179 downloads 28 exports 0 dependencies

Last updated from:036447f7ca. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK114
source / vignettesOK151
linux-release-x86_64OK113
macos-release-arm64OK79
macos-oldrel-arm64OK119
windows-develOK72
windows-releaseOK73
windows-oldrelOK110
wasm-releaseOK93

Exports:assert_bsbits_to_rawbits_to_uintbs_advancebs_alignbs_closebs_flushbs_is_alignedbs_openbs_peekbs_read_bitbs_read_bytebs_read_sint_exp_golombbs_read_uintbs_read_uint_exp_golombbs_write_bitbs_write_bytebs_write_sint_exp_golombbs_write_uintbs_write_uint_exp_golombexp_golomb_bits_to_sintexp_golomb_bits_to_uintis_bspad_bitsraw_to_bitssint_to_exp_golomb_bitsuint_to_bitsuint_to_exp_golomb_bits

Dependencies:

Overview

Rendered fromoverview.Rmdusingknitr::rmarkdownon May 17 2026.

Last update: 2025-01-13
Started: 2025-01-13