{
  "_id": "6a54ae71ff0138dec5d6699f",
  "Package": "b64",
  "Title": "Fast and Vectorized Base 64 Engine",
  "Version": "0.1.7",
  "Authors@R": "c(\nperson(\"Josiah\", \"Parry\", , \"josiah.parry@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-9910-865X\")),\nperson(\"Etienne\", \"Bacher\", email = \"etienne.bacher@protonmail.com\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0002-9271-5075\")))",
  "Description": "Provides a fast, lightweight, and vectorized base 64\nengine to encode and decode character and raw vectors as well\nas files stored on disk. Common base 64 alphabets are supported\nout of the box including the standard, URL-safe, bcrypt, crypt,\n'BinHex', and IMAP-modified UTF-7 alphabets. Custom engines can\nbe created to support unique base 64 encoding and decoding\nneeds.",
  "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",
  "Config/testthat/edition": "3",
  "URL": "https://extendr.github.io/b64/, https://github.com/extendr/b64",
  "BugReports": "https://github.com/extendr/b64/issues",
  "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": {
    "Date": "2026-07-13 09:16:58 UTC",
    "User": "root"
  },
  "Author": "Josiah Parry [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9910-865X>),\nEtienne Bacher [ctb] (ORCID: <https://orcid.org/0000-0002-9271-5075>)",
  "Maintainer": "Josiah Parry <josiah.parry@gmail.com>",
  "_user": "extendr",
  "_type": "src",
  "_file": "b64_0.1.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/e19f01cfe5248a93bc6ac95737ba3987704d23823f0b54d494da237c855da6ec",
  "_filesize": 1144532,
  "_sha256": "e19f01cfe5248a93bc6ac95737ba3987704d23823f0b54d494da237c855da6ec",
  "_expires": "2026-10-21T09:22:55.000Z",
  "_created": "2026-07-13T09:16:58.000Z",
  "_published": "2026-07-13T09:22:57.515Z",
  "_jobs": [
    {
      "job": 86778762454,
      "time": 150,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274485557"
    },
    {
      "job": 86778762375,
      "time": 130,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274476078"
    },
    {
      "job": 86778762445,
      "time": 146,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274484346"
    },
    {
      "job": 86778762403,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274477530"
    },
    {
      "job": 86778762417,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274460224"
    },
    {
      "job": 86778762385,
      "time": 255,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274549257"
    },
    {
      "job": 86778762400,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274463659"
    },
    {
      "job": 86778762452,
      "time": 241,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274521177"
    },
    {
      "job": 86778160748,
      "time": 170,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274419161"
    },
    {
      "job": 86778762352,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8274473693"
    },
    {
      "job": 86778762412,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274470011"
    },
    {
      "job": 86778762462,
      "time": 170,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274513019"
    },
    {
      "job": 86778762433,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274471404"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161",
  "_status": "success",
  "_upstream": "https://github.com/extendr/b64",
  "_commit": {
    "id": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
    "author": "Josiah Parry <josiah.parry@gmail.com>",
    "committer": "Josiah Parry <josiah.parry@gmail.com>",
    "message": "reverndor\n",
    "time": 1752508699
  },
  "_maintainer": {
    "name": "Josiah Parry",
    "email": "josiah.parry@gmail.com",
    "login": "josiahparry",
    "bluesky": "@josiah.rs",
    "linkedin": "in/josiahparry",
    "orcid": "0000-0001-9910-865X",
    "description": "🦀 📦\n🌎 Spatial Stats @ Esri 📍\n",
    "uuid": 13534508
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "blob",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "extendr",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-29",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 22,
  "_contributors": [
    {
      "user": "josiahparry",
      "count": 56,
      "uuid": 13534508
    },
    {
      "user": "etiennebacher",
      "count": 7,
      "uuid": 52219252
    },
    {
      "user": "cgmossa",
      "count": 1,
      "uuid": 1063624
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 63346977,
    "type": "organization",
    "name": "extendr",
    "followers": 79,
    "description": "Extension libraries for R in Rust"
  },
  "_downloads": {
    "count": 336,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/b64"
  },
  "_devurl": "https://github.com/extendr/b64",
  "_pkgdown": "https://extendr.github.io/b64/",
  "_searchresults": 3,
  "_cargo": true,
  "_topics": [
    "rust",
    "cargo"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/b64.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/extendr/b64",
  "_realowner": "extendr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-01-15"
    },
    {
      "version": "0.1.1",
      "date": "2024-07-01"
    },
    {
      "version": "0.1.2",
      "date": "2024-07-31"
    },
    {
      "version": "0.1.3",
      "date": "2024-09-26"
    },
    {
      "version": "0.1.4",
      "date": "2025-03-31"
    },
    {
      "version": "0.1.5",
      "date": "2025-04-06"
    },
    {
      "version": "0.1.6",
      "date": "2025-05-19"
    },
    {
      "version": "0.1.7",
      "date": "2025-07-14"
    }
  ],
  "_exports": [
    "alphabet",
    "b64_chunk",
    "b64_wrap",
    "decode",
    "decode_as_string",
    "decode_file",
    "encode",
    "encode_file",
    "engine",
    "new_alphabet",
    "new_config",
    "new_engine"
  ],
  "_help": [
    {
      "page": "alphabet",
      "title": "Standard base64 alphabets",
      "topics": [
        "alphabet",
        "new_alphabet"
      ]
    },
    {
      "page": "utils",
      "title": "Utility Functions",
      "topics": [
        "b64_chunk",
        "b64_wrap"
      ]
    },
    {
      "page": "encode",
      "title": "Encode and decode using base64",
      "topics": [
        "decode",
        "decode_as_string",
        "decode_file",
        "encode",
        "encode_file"
      ]
    },
    {
      "page": "engine",
      "title": "Create an encoding engine",
      "topics": [
        "engine",
        "new_engine"
      ]
    },
    {
      "page": "new_config",
      "title": "Create a custom encoding engine",
      "topics": [
        "new_config"
      ]
    }
  ],
  "_pkglogo": "https://github.com/extendr/b64/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/extendr/b64/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 5.296665190261532,
  "_indexed": true,
  "_nocasepkg": "b64",
  "_universes": [
    "extendr",
    "josiahparry"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-07-13T09:19:39.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/52abc30950c41339cc292b15c8559578783cba7fcd137755ec1c5ce4b25ea4e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-07-13T09:19:14.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/f357c485c5c9e72f45a858e0fde40b728726f7d2ed587edb07f4c8ee09aa0905",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-07-13T09:19:34.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/652af7c438da03b555bdfe2213e80bc244c84f7506eee6e4a7abd30d7da66151",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-07-13T09:19:17.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/008fd5537b50ae2457c9105d33c08c9bfa8d07d351afb1fe6d5446cca7c2c0ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-07-13T09:18:34.000Z",
      "arch": "aarch64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/8e3802f97e20c16a2538dc6ab6443af29b666c57477d6bdceacb56d62956414e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-07-13T09:21:33.000Z",
      "arch": "x86_64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/ea0f6048a63e92570c31237a63b7543a171ab761d36edb2f0d3a9106cf97036a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-07-13T09:18:38.000Z",
      "arch": "aarch64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/09721644b80f2280409e28a838283b350feefae7fa1dc40ea715f24e1d9b123a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-07-13T09:19:37.000Z",
      "arch": "x86_64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/b516df1dbcc7cf598e4f17b3355400698f6bd2dad140687307ca885700eefadf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-07-13T09:19:18.000Z",
      "arch": "emscripten",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/2ca474ca39a113e61d66bc2727e45b6bb8158afa2deeff2a05f135ceeca35a53",
      "status": "success",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-07-13T09:18:22.000Z",
      "arch": "x86_64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/5744f0818b2ac3a68b3604d1dfb3f5d1d5bb0390a8aafcff442891e52cbd04d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-07-13T09:19:51.000Z",
      "arch": "x86_64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/ee0261c8b3287e5af8b74115e79096185f95f6447b46cfa8ce1adf6bf459c572",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-07-13T09:18:24.000Z",
      "arch": "x86_64",
      "commit": "f208e8eae674c598c559a3fe5be9729b4d6c4f41",
      "fileid": "https://r2.ropensci.org/d8f0f017b99294c4a999518c31c064ef6dd3b6de3048243ae68a7c85ac5c2d56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/extendr/actions/runs/29238308161"
    }
  ]
}