-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: b64
Title: Fast and Vectorized Base 64 Engine
Version: 0.1.3
Authors@R: c(
person("Josiah", "Parry", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X")),
person("Etienne", "Bacher", email = "[email protected]", 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.0
Config/rextendr/version: 0.3.1.9000
SystemRequirements: Cargo (Rust's package manager), rustc
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