Package: lzstring 0.2.0

lzstring: Wrapper for 'lz-string' 'C++' Library
Provide access to the 'lz-string' <http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for Lempel-Ziv (LZ) based compression and decompression of strings.
Authors:
lzstring_0.2.0.tar.gz
lzstring_0.2.0.zip(r-4.7)lzstring_0.2.0.zip(r-4.6)lzstring_0.2.0.zip(r-4.5)
lzstring_0.2.0.tgz(r-4.6-x86_64)lzstring_0.2.0.tgz(r-4.6-arm64)lzstring_0.2.0.tgz(r-4.5-x86_64)lzstring_0.2.0.tgz(r-4.5-arm64)
lzstring_0.2.0.tar.gz(r-4.7-arm64)lzstring_0.2.0.tar.gz(r-4.7-x86_64)lzstring_0.2.0.tar.gz(r-4.6-arm64)lzstring_0.2.0.tar.gz(r-4.6-x86_64)
lzstring_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
lzstring/json (API)
NEWS
| # Install 'lzstring' in R: |
| install.packages('lzstring', repos = c('https://parmsam.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/parmsam/lzstring-r/issues
Pkgdown/docs site:https://parmsam.github.io
Last updated from:86f90c04b3. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 129 | ||
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 146 | ||
| linux-release-arm64 | OK | 121 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 155 | ||
| macos-release-x86_64 | OK | 400 | ||
| macos-oldrel-arm64 | OK | 243 | ||
| macos-oldrel-x86_64 | OK | 239 | ||
| windows-devel | OK | 85 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 88 | ||
| wasm-release | OK | 92 |
Exports:compressToBase64compressToEncodedURIComponentdecompressFromBase64decompressFromEncodedURIComponent
Dependencies:cpp11
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compress a string to Base64 | compressToBase64 |
| Compress a string to Encoded URI Component | compressToEncodedURIComponent |
| Decompress a string from Base64 | decompressFromBase64 |
| Decompress a string from Encoded URI Component | decompressFromEncodedURIComponent |
