Package: libdeflate 1.25-0
libdeflate: DEFLATE Compression and Static Library
Whole-buffer DEFLATE-based compression and decompression of raw vectors using the 'libdeflate' library (see <https://github.com/ebiggers/libdeflate>). Provides the user with additional control over the speed and the quality of DEFLATE compression compared to the fixed level of compression offered in R's 'memCompress()' function. Also provides the 'libdeflate' static library and 'C' headers along with a 'CMake' target and 'package‑config' file that ease linking of 'libdeflate' in packages that compile and statically link bundled libraries using 'CMake'.
Authors:
libdeflate_1.25-0.tar.gz
libdeflate_1.25-0.zip(r-4.7)libdeflate_1.25-0.zip(r-4.6)libdeflate_1.25-0.zip(r-4.5)
libdeflate_1.25-0.tgz(r-4.6-x86_64)libdeflate_1.25-0.tgz(r-4.6-arm64)libdeflate_1.25-0.tgz(r-4.5-x86_64)libdeflate_1.25-0.tgz(r-4.5-arm64)
libdeflate_1.25-0.tar.gz(r-4.7-arm64)libdeflate_1.25-0.tar.gz(r-4.7-x86_64)libdeflate_1.25-0.tar.gz(r-4.6-arm64)libdeflate_1.25-0.tar.gz(r-4.6-x86_64)
libdeflate_1.25-0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
libdeflate/json (API)
NEWS
| # Install 'libdeflate' in R: |
| install.packages('libdeflate', repos = c('https://tylermorganwall.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tylermorganwall/libdeflate/issues
Last updated from:6b9ab09e2b. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 108 | ||
| linux-devel-x86_64 | OK | 99 | ||
| source / vignettes | OK | 148 | ||
| linux-release-arm64 | OK | 140 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 75 | ||
| macos-release-x86_64 | OK | 219 | ||
| macos-oldrel-arm64 | OK | 106 | ||
| macos-oldrel-x86_64 | OK | 191 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 81 | ||
| windows-oldrel | OK | 87 | ||
| wasm-release | OK | 93 |
Exports:alloc_compressoralloc_decompressordeflate_compressdeflate_decompress
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Allocate a libdeflate compressor | alloc_compressor |
| Allocate a libdeflate decompressor | alloc_decompressor |
| Compress a raw vector with libdeflate | deflate_compress |
| Decompress a raw vector with libdeflate | deflate_decompress |
