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.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
Last updated from:036447f7ca. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | OK | 113 | ||
| macos-release-arm64 | OK | 79 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| windows-devel | OK | 72 | ||
| windows-release | OK | 73 | ||
| windows-oldrel | OK | 110 | ||
| wasm-release | OK | 93 |
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:
