Package: b64 Title: Fast and Vectorized Base 64 Engine Version: 0.1.7 Authors@R: c( person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9910-865X")), person("Etienne", "Bacher", email = "etienne.bacher@protonmail.com", role = "ctb", comment = c(ORCID = "0000-0002-9271-5075"))) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/rextendr/version: 0.4.0.9000 SystemRequirements: Cargo (Rust's package manager), rustc, xz Suggests: blob, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://extendr.github.io/b64/, https://github.com/extendr/b64 BugReports: https://github.com/extendr/b64/issues Depends: R (>= 4.2) Config/pak/sysreqs: xz-utils libclang-dev Repository: https://extendr.r-universe.dev Date/Publication: 2025-07-14 15:58:19 UTC RemoteUrl: https://github.com/extendr/b64 RemoteRef: HEAD RemoteSha: f208e8eae674c598c559a3fe5be9729b4d6c4f41 NeedsCompilation: yes Packaged: 2026-06-13 10:27:04 UTC; root Author: Josiah Parry [aut, cre] (ORCID: ), Etienne Bacher [ctb] (ORCID: ) Maintainer: Josiah Parry