cran. To fix this you can add URL: https://cran.r-universe.dev/zlib to the package DESCRIPTION file. See also theR-universe documentation.Package: zlib 1.0.3
zlib: Compression and Decompression
The 'zlib' package for R aims to offer an R-based equivalent of 'Python's' built-in 'zlib' module for data compression and decompression. This package provides a suite of functions for working with 'zlib' compression, including utilities for compressing and decompressing data streams, manipulating compressed files, and working with 'gzip', 'zlib', and 'deflate' formats.
Authors:
zlib_1.0.3.tar.gz
zlib_1.0.3.tar.gz(r-4.7-arm64)zlib_1.0.3.tar.gz(r-4.7-x86_64)zlib_1.0.3.tar.gz(r-4.6-arm64)zlib_1.0.3.tar.gz(r-4.6-x86_64)
zlib_1.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
zlib/json (API)
| # Install 'zlib' in R: |
| install.packages('zlib', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sgeist-ionos/r-zlib/issues
Last updated from:b04591dd07. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 114 | ||
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 178 | ||
| linux-release-arm64 | OK | 109 | ||
| linux-release-x86_64 | OK | 143 | ||
| wasm-release | OK | 123 |
Exports:compresscompress_chunkcompressobjcreate_compressorcreate_decompressordecompressdecompress_chunkdecompressobjflush_compressor_bufferflush_decompressor_bufferpublicEvalvalidate_gzip_filezlibzlib_constants
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Single-step compression of raw data | compress |
| Compress a Chunk of Data | compress_chunk |
| Create a Compression Object | compressobj |
| Create a new compressor object | create_compressor |
| Create a new decompressor object | create_decompressor |
| Single-step decompression of raw data | decompress |
| Decompress a chunk of data | decompress_chunk |
| Create a new decompressor object | decompressobj |
| Flush the internal buffer of the compressor object. | flush_compressor_buffer |
| Flush the internal buffer of the decompressor object. | flush_decompressor_buffer |
| Validate if a File is a Valid Gzip File | validate_gzip_file |
