Package: b64 0.1.3
b64: Fast and Vectorized Base 64 Engine
Provides a fast, lightweight, and vectorized base 64 engine to encode and decode character and raw vectors as well as files stored on disk. Common base 64 alphabets are supported out of the box including the standard, URL-safe, bcrypt, crypt, 'BinHex', and IMAP-modified UTF-7 alphabets. Custom engines can be created to support unique base 64 encoding and decoding needs.
Authors:
b64_0.1.3.tar.gz
b64_0.1.3.zip(r-4.5)b64_0.1.3.zip(r-4.4)b64_0.1.3.zip(r-4.3)
b64_0.1.3.tgz(r-4.4-x86_64)b64_0.1.3.tgz(r-4.4-arm64)b64_0.1.3.tgz(r-4.3-x86_64)b64_0.1.3.tgz(r-4.3-arm64)
b64_0.1.3.tar.gz(r-4.5-noble)b64_0.1.3.tar.gz(r-4.4-noble)
b64.pdf |b64.html✨
b64/json (API)
NEWS
# Install 'b64' in R: |
install.packages('b64', repos = c('https://extendr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/extendr/b64/issues
Pkgdown site:https://extendr.github.io
Last updated 1 hours agofrom:5ae5920be9. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 21 2025 |
R-4.5-win-x86_64 | OK | Jan 21 2025 |
R-4.5-linux-x86_64 | OK | Jan 21 2025 |
R-4.4-win-x86_64 | OK | Jan 21 2025 |
R-4.4-mac-x86_64 | OK | Jan 21 2025 |
R-4.4-mac-aarch64 | OK | Jan 21 2025 |
R-4.3-win-x86_64 | OK | Jan 21 2025 |
R-4.3-mac-x86_64 | OK | Jan 21 2025 |
R-4.3-mac-aarch64 | OK | Jan 21 2025 |
Exports:alphabetb64_chunkb64_wrapdecodedecode_fileencodeencode_fileenginenew_alphabetnew_confignew_engine
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Standard base64 alphabets | alphabet new_alphabet |
Utility Functions | b64_chunk b64_wrap |
Encode and decode using base64 | decode decode_file encode encode_file |
Create an encoding engine | engine new_engine |
Create a custom encoding engine | new_config |