Package: lzstring 0.1.3
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.1.3.tar.gz
lzstring_0.1.3.zip(r-4.5)lzstring_0.1.3.zip(r-4.4)lzstring_0.1.3.zip(r-4.3)
lzstring_0.1.3.tgz(r-4.4-x86_64)lzstring_0.1.3.tgz(r-4.4-arm64)lzstring_0.1.3.tgz(r-4.3-x86_64)lzstring_0.1.3.tgz(r-4.3-arm64)
lzstring_0.1.3.tar.gz(r-4.5-noble)lzstring_0.1.3.tar.gz(r-4.4-noble)
lzstring_0.1.3.tgz(r-4.4-emscripten)lzstring_0.1.3.tgz(r-4.3-emscripten)
lzstring.pdf |lzstring.html✨
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
Last updated 25 days agofrom:d187281178. 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: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 |