Package: strzip 1.0.0
strzip: compression for very small Strings
This package implements short string compression algorithms.
Authors:
strzip_1.0.0.tar.gz
strzip_1.0.0.zip(r-4.5)strzip_1.0.0.zip(r-4.4)strzip_1.0.0.zip(r-4.3)
strzip_1.0.0.tgz(r-4.4-x86_64)strzip_1.0.0.tgz(r-4.4-arm64)strzip_1.0.0.tgz(r-4.3-x86_64)strzip_1.0.0.tgz(r-4.3-arm64)
strzip_1.0.0.tar.gz(r-4.5-noble)strzip_1.0.0.tar.gz(r-4.4-noble)
strzip_1.0.0.tgz(r-4.4-emscripten)strzip_1.0.0.tgz(r-4.3-emscripten)
strzip.pdf |strzip.html✨
strzip/json (API)
NEWS
# Install 'strzip' in R: |
install.packages('strzip', repos = c('https://schochastics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/schochastics/strzip/issues
Last updated 28 days agofrom:a0033fc890. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win-x86_64 | OK | Oct 25 2024 |
R-4.5-linux-x86_64 | OK | Oct 25 2024 |
R-4.4-win-x86_64 | OK | Oct 25 2024 |
R-4.4-mac-x86_64 | OK | Oct 25 2024 |
R-4.4-mac-aarch64 | OK | Oct 25 2024 |
R-4.3-win-x86_64 | OK | Oct 25 2024 |
R-4.3-mac-x86_64 | OK | Oct 25 2024 |
R-4.3-mac-aarch64 | OK | Oct 25 2024 |
Exports:str_compressstr_compress_rawstr_compress_readstr_compress_writestr_decompressstr_decompress_rawstrzip
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
strzip class access vector | [.strzip |
strzip class access list | [[.strzip |
strzip class assign | [<-.strzip |
Encode strzip | format.strzip |
Print a compressed string | print.strzip |
Compress a vector of strings using Unishox2 | str_compress |
Compress a string using SMAZ algorithm | str_compress_raw |
Decompress a character vector from a file | str_compress_read |
Compress a vector of strings and write to a file | str_compress_write |
Decompress a vector of strings using Unishox2 | str_decompress |
Decompress a raw vector using SMAZ algorithm | str_decompress_raw |
strzip | strzip-package strzip |
Summary for strzip | summary.strzip |