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.7)strzip_1.0.0.zip(r-4.6)strzip_1.0.0.zip(r-4.5)
strzip_1.0.0.tgz(r-4.6-x86_64)strzip_1.0.0.tgz(r-4.6-arm64)strzip_1.0.0.tgz(r-4.5-x86_64)strzip_1.0.0.tgz(r-4.5-arm64)
strzip_1.0.0.tar.gz(r-4.7-arm64)strzip_1.0.0.tar.gz(r-4.7-x86_64)strzip_1.0.0.tar.gz(r-4.6-arm64)strzip_1.0.0.tar.gz(r-4.6-x86_64)
strzip_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:a0033fc890. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 104 | ||
| linux-devel-x86_64 | OK | 101 | ||
| source / vignettes | OK | 138 | ||
| linux-release-arm64 | OK | 105 | ||
| linux-release-x86_64 | OK | 96 | ||
| macos-release-arm64 | OK | 68 | ||
| macos-release-x86_64 | OK | 145 | ||
| macos-oldrel-arm64 | OK | 72 | ||
| macos-oldrel-x86_64 | OK | 162 | ||
| windows-devel | OK | 67 | ||
| windows-release | OK | 59 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 70 |
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 |
