Package: b32 Title: Fast and Vectorized Base32 Encoding Version: 0.1.0 Authors@R: person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9910-865X")) Description: Fast, dependency free, and vectorized base32 encoding and decoding. 'b32' supports the Crockford, Z, RFC 4648 lower, hex, and lower hex alphabets. License: MIT + file LICENSE URL: https://github.com/extendr/b32, http://extendr.rs/b32/ Depends: R (>= 4.2) Suggests: blob, testthat (>= 3.0.0) Config/rextendr/version: 0.4.2.9000 Config/testthat/edition: 3 Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.65.0, xz Config/pak/sysreqs: xz-utils libclang-dev Repository: https://extendr.r-universe.dev Date/Publication: 2026-01-19 18:51:14 UTC RemoteUrl: https://github.com/extendr/b32 RemoteRef: HEAD RemoteSha: 15c830e400451d613731d2eec35c7fbb14036625 NeedsCompilation: yes Packaged: 2026-06-23 09:06:51 UTC; root Author: Josiah Parry [aut, cre] (ORCID: ) Maintainer: Josiah Parry