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:
bitstreamio_0.1.0.tar.gz
bitstreamio_0.1.0.zip(r-4.5)bitstreamio_0.1.0.zip(r-4.4)bitstreamio_0.1.0.zip(r-4.3)
bitstreamio_0.1.0.tgz(r-4.4-any)bitstreamio_0.1.0.tgz(r-4.3-any)
bitstreamio_0.1.0.tar.gz(r-4.5-noble)bitstreamio_0.1.0.tar.gz(r-4.4-noble)
bitstreamio_0.1.0.tgz(r-4.4-emscripten)bitstreamio_0.1.0.tgz(r-4.3-emscripten)
bitstreamio.pdf |bitstreamio.html✨
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
Last updated 3 hours agofrom:036447f7ca. Checks:7 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 15 2025 |
R-4.5-win | OK | Jan 15 2025 |
R-4.5-linux | OK | Jan 15 2025 |
R-4.4-win | OK | Jan 15 2025 |
R-4.4-mac | OK | Jan 15 2025 |
R-4.3-win | OK | Jan 15 2025 |
R-4.3-mac | OK | Jan 15 2025 |
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: