{
  "_id": "6a1048f2acfb0bcc41c9f578",
  "Package": "sentencepiece",
  "Type": "Package",
  "Title": "Text Tokenization using Byte Pair Encoding and Unigram Modelling",
  "Version": "0.2.5",
  "Authors@R": "c(\nperson('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = \"R wrapper\"),\nperson('BNOSAC', role = 'cph', comment = \"R wrapper\"),\nperson('Google Inc.', role = c('ctb', 'cph'), comment = \"Files at src/sentencepiece/src (Apache License, Version 2.0\"),\nperson('The Abseil Authors', role = c('ctb', 'cph'), comment = \"Files at src/third_party/absl (Apache License, Version 2.0\"),\nperson('Google Inc.', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite (BSD-3 License)\"),\nperson('Kenton Varda (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: coded_stream.cc, extension_set.cc, generated_message_util.cc, generated_message_util.cc, message_lite.cc, repeated_field.cc, wire_format_lite.cc, zero_copy_stream.cc, zero_copy_stream_impl_lite.cc, google/protobuf/extension_set.h, google/protobuf/generated_message_util.h, google/protobuf/wire_format_lite.h, google/protobuf/wire_format_lite_inl.h, google/protobuf/message_lite.h, google/protobuf/repeated_field.h, google/protobuf/io/coded_stream.h, google/protobuf/io/zero_copy_stream_impl_lite.h, google/protobuf/io/zero_copy_stream.h, google/protobuf/stubs/common.h, google/protobuf/stubs/hash.h, google/protobuf/stubs/once.h, google/protobuf/stubs/once.h.org (BSD-3 License)\"),\nperson('Sanjay Ghemawat (Google Inc.)', role = c('ctb', 'cph'), comment = \"Design of files at src/third_party/protobuf-lite: coded_stream.cc, extension_set.cc, generated_message_util.cc, generated_message_util.cc, message_lite.cc, repeated_field.cc, wire_format_lite.cc, zero_copy_stream.cc, zero_copy_stream_impl_lite.cc, google/protobuf/extension_set.h, google/protobuf/generated_message_util.h, google/protobuf/wire_format_lite.h, google/protobuf/wire_format_lite_inl.h, google/protobuf/message_lite.h, google/protobuf/repeated_field.h, google/protobuf/io/coded_stream.h, google/protobuf/io/zero_copy_stream_impl_lite.h, google/protobuf/io/zero_copy_stream.h (BSD-3 License)\"),\nperson('Jeff Dean (Google Inc.)', role = c('ctb', 'cph'), comment = \"Design of files at src/third_party/protobuf-lite: coded_stream.cc, extension_set.cc, generated_message_util.cc, generated_message_util.cc, message_lite.cc, repeated_field.cc, wire_format_lite.cc, zero_copy_stream.cc, zero_copy_stream_impl_lite.cc, google/protobuf/extension_set.h, google/protobuf/generated_message_util.h, google/protobuf/wire_format_lite.h, google/protobuf/wire_format_lite_inl.h, google/protobuf/message_lite.h, google/protobuf/repeated_field.h, google/protobuf/io/coded_stream.h, google/protobuf/io/zero_copy_stream_impl_lite.h, google/protobuf/io/zero_copy_stream.h (BSD-3 License)\"),\nperson('Laszlo Csomor (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: io_win32.cc, google/protobuf/stubs/io_win32.h  (BSD-3 License)\"),\nperson('Wink Saville (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: message_lite.cc, google/protobuf/wire_format_lite.h, google/protobuf/wire_format_lite_inl.h, google/protobuf/message_lite.h (BSD-3 License)\"),\nperson('Jim Meehan (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: structurally_valid.cc (BSD-3 License)\"),\nperson('Chris Atenasio (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: google/protobuf/wire_format_lite.h (BSD-3 License)\"),\nperson('Jason Hsueh (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: google/protobuf/io/coded_stream_inl.h (BSD-3 License)\"),\nperson('Anton Carver (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: google/protobuf/stubs/map_util.h (BSD-3 License)\"),\nperson('Maxim Lifantsev (Google Inc.)', role = c('ctb', 'cph'), comment = \"Files at src/third_party/protobuf-lite: google/protobuf/stubs/mathlimits.h (BSD-3 License)\"),\nperson('Susumu Yata', role = c('ctb', 'cph'), comment = \"Files at src/third_party/darts_clone (BSD-3 License\"),\nperson('Daisuke Okanohara', role = c('ctb', 'cph'), comment = \"File src/third_party/esaxx/esa.hxx (MIT License)\"),\nperson('Yuta Mori', role = c('ctb', 'cph'), comment = \"File src/third_party/esaxx/sais.hxx (MIT License)\"),\nperson('Benjamin Heinzerling', role = c('ctb', 'cph'), comment = \"Files data/models/nl.wiki.bpe.vs1000.d25.w2v.txt, data/models/nl.wiki.bpe.vs1000.d25.w2v.bin and data/models/nl.wiki.bpe.vs1000.model (MIT License)\"))",
  "Maintainer": "Jan Wijffels <jwijffels@bnosac.be>",
  "Description": "Unsupervised text tokenizer allowing to perform byte pair\nencoding and unigram modelling. Wraps the 'sentencepiece'\nlibrary <https://github.com/google/sentencepiece> which\nprovides a language independent tokenizer to split text in\nwords and smaller subword units. The techniques are explained\nin the paper \"SentencePiece: A simple and language independent\nsubword tokenizer and detokenizer for Neural Text Processing\"\nby Taku Kudo and John Richardson (2018)\n<doi:10.18653/v1/D18-2012>. Provides as well straightforward\naccess to pretrained byte pair encoding models and subword\nembeddings trained on Wikipedia using 'word2vec', as described\nin \"BPEmb: Tokenization-free Pre-trained Subword Embeddings in\n275 Languages\" by Benjamin Heinzerling and Michael Strube\n(2018)\n<http://www.lrec-conf.org/proceedings/lrec2018/pdf/1049.pdf>.",
  "URL": "https://github.com/bnosac/sentencepiece",
  "License": "MPL-2.0",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "SystemRequirements": "C++17",
  "Repository": "https://bnosac.r-universe.dev",
  "Date/Publication": "2026-02-09 14:06:55 UTC",
  "RemoteUrl": "https://github.com/bnosac/sentencepiece",
  "RemoteRef": "HEAD",
  "RemoteSha": "7e67419ddbe2774606255021c128959a916a9441",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-10 08:48:01 UTC",
    "User": "root"
  },
  "Author": "Jan Wijffels [aut, cre, cph] (R wrapper),\nBNOSAC [cph] (R wrapper),\nGoogle Inc. [ctb, cph] (Files at src/sentencepiece/src (Apache License,\nVersion 2.0),\nThe Abseil Authors [ctb, cph] (Files at src/third_party/absl (Apache\nLicense, Version 2.0),\nGoogle Inc. [ctb, cph] (Files at src/third_party/protobuf-lite (BSD-3\nLicense)),\nKenton Varda (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite: coded_stream.cc, extension_set.cc,\ngenerated_message_util.cc, generated_message_util.cc,\nmessage_lite.cc, repeated_field.cc, wire_format_lite.cc,\nzero_copy_stream.cc, zero_copy_stream_impl_lite.cc,\ngoogle/protobuf/extension_set.h,\ngoogle/protobuf/generated_message_util.h,\ngoogle/protobuf/wire_format_lite.h,\ngoogle/protobuf/wire_format_lite_inl.h,\ngoogle/protobuf/message_lite.h, google/protobuf/repeated_field.h,\ngoogle/protobuf/io/coded_stream.h,\ngoogle/protobuf/io/zero_copy_stream_impl_lite.h,\ngoogle/protobuf/io/zero_copy_stream.h,\ngoogle/protobuf/stubs/common.h, google/protobuf/stubs/hash.h,\ngoogle/protobuf/stubs/once.h, google/protobuf/stubs/once.h.org\n(BSD-3 License)),\nSanjay Ghemawat (Google Inc.) [ctb, cph] (Design of files at\nsrc/third_party/protobuf-lite: coded_stream.cc, extension_set.cc,\ngenerated_message_util.cc, generated_message_util.cc,\nmessage_lite.cc, repeated_field.cc, wire_format_lite.cc,\nzero_copy_stream.cc, zero_copy_stream_impl_lite.cc,\ngoogle/protobuf/extension_set.h,\ngoogle/protobuf/generated_message_util.h,\ngoogle/protobuf/wire_format_lite.h,\ngoogle/protobuf/wire_format_lite_inl.h,\ngoogle/protobuf/message_lite.h, google/protobuf/repeated_field.h,\ngoogle/protobuf/io/coded_stream.h,\ngoogle/protobuf/io/zero_copy_stream_impl_lite.h,\ngoogle/protobuf/io/zero_copy_stream.h (BSD-3 License)),\nJeff Dean (Google Inc.) [ctb, cph] (Design of files at\nsrc/third_party/protobuf-lite: coded_stream.cc, extension_set.cc,\ngenerated_message_util.cc, generated_message_util.cc,\nmessage_lite.cc, repeated_field.cc, wire_format_lite.cc,\nzero_copy_stream.cc, zero_copy_stream_impl_lite.cc,\ngoogle/protobuf/extension_set.h,\ngoogle/protobuf/generated_message_util.h,\ngoogle/protobuf/wire_format_lite.h,\ngoogle/protobuf/wire_format_lite_inl.h,\ngoogle/protobuf/message_lite.h, google/protobuf/repeated_field.h,\ngoogle/protobuf/io/coded_stream.h,\ngoogle/protobuf/io/zero_copy_stream_impl_lite.h,\ngoogle/protobuf/io/zero_copy_stream.h (BSD-3 License)),\nLaszlo Csomor (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite: io_win32.cc,\ngoogle/protobuf/stubs/io_win32.h (BSD-3 License)),\nWink Saville (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite: message_lite.cc,\ngoogle/protobuf/wire_format_lite.h,\ngoogle/protobuf/wire_format_lite_inl.h,\ngoogle/protobuf/message_lite.h (BSD-3 License)),\nJim Meehan (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite: structurally_valid.cc (BSD-3\nLicense)),\nChris Atenasio (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite: google/protobuf/wire_format_lite.h\n(BSD-3 License)),\nJason Hsueh (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite:\ngoogle/protobuf/io/coded_stream_inl.h (BSD-3 License)),\nAnton Carver (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite: google/protobuf/stubs/map_util.h\n(BSD-3 License)),\nMaxim Lifantsev (Google Inc.) [ctb, cph] (Files at\nsrc/third_party/protobuf-lite: google/protobuf/stubs/mathlimits.h\n(BSD-3 License)),\nSusumu Yata [ctb, cph] (Files at src/third_party/darts_clone (BSD-3\nLicense),\nDaisuke Okanohara [ctb, cph] (File src/third_party/esaxx/esa.hxx (MIT\nLicense)),\nYuta Mori [ctb, cph] (File src/third_party/esaxx/sais.hxx (MIT\nLicense)),\nBenjamin Heinzerling [ctb, cph] (Files\ndata/models/nl.wiki.bpe.vs1000.d25.w2v.txt,\ndata/models/nl.wiki.bpe.vs1000.d25.w2v.bin and\ndata/models/nl.wiki.bpe.vs1000.model (MIT License))",
  "MD5sum": "f49d11c3047ebec713ea9200caef2844",
  "_user": "bnosac",
  "_type": "src",
  "_file": "sentencepiece_0.2.5.tar.gz",
  "_fileid": "e3299e60c7d80312b00df3a78c10f5e628b4cbd6c0f77d707566a6cd5a923e6e",
  "_filesize": 3179981,
  "_sha256": "e3299e60c7d80312b00df3a78c10f5e628b4cbd6c0f77d707566a6cd5a923e6e",
  "_created": "2026-05-10T08:48:01.000Z",
  "_published": "2026-05-22T12:15:46.585Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77377241885,
      "time": 284,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902464300"
    },
    {
      "job": 77377241703,
      "time": 269,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902463583"
    },
    {
      "job": 77377241906,
      "time": 278,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902463841"
    },
    {
      "job": 77377241721,
      "time": 266,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902463309"
    },
    {
      "job": 77377241706,
      "time": 222,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902568841"
    },
    {
      "job": 77377241542,
      "time": 558,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902568045"
    },
    {
      "job": 77377241691,
      "time": 270,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902587931"
    },
    {
      "job": 77377241742,
      "time": 440,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902573086"
    },
    {
      "job": 77377241072,
      "time": 234,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902435101"
    },
    {
      "job": 77377240679,
      "time": 171,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160230678"
    },
    {
      "job": 77377241345,
      "time": 486,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902483300"
    },
    {
      "job": 77377241534,
      "time": 479,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902482701"
    },
    {
      "job": 77377241307,
      "time": 432,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902478344"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bnosac/sentencepiece",
  "_commit": {
    "id": "7e67419ddbe2774606255021c128959a916a9441",
    "author": "Jan Wijffels <jwijffels@bnosac.be>",
    "committer": "Jan Wijffels <jwijffels@bnosac.be>",
    "message": "C++17\n",
    "time": 1770646015
  },
  "_maintainer": {
    "name": "Jan Wijffels",
    "email": "jwijffels@bnosac.be",
    "login": "jwijffels",
    "uuid": 1710810
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.5",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tokenizers.bpe",
      "role": "Suggests"
    },
    {
      "package": "word2vec",
      "version": ">= 0.2.0",
      "role": "Suggests"
    }
  ],
  "_owner": "bnosac",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-48",
      "n": 5
    },
    {
      "week": "2026-07",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "0.2.4",
      "date": "2025-11-27"
    },
    {
      "name": "0.2.5",
      "date": "2026-02-09"
    }
  ],
  "_topics": [
    "byte",
    "natural-language-processing",
    "sentencepiece",
    "word-segmentation",
    "cpp"
  ],
  "_stars": 29,
  "_contributors": [
    {
      "user": "jwijffels",
      "count": 81,
      "uuid": 1710810
    },
    {
      "user": "jonthegeek",
      "count": 2,
      "uuid": 33983824
    }
  ],
  "_userbio": {
    "uuid": 20105826,
    "type": "organization",
    "name": "bnosac",
    "description": "open sourced projects"
  },
  "_downloads": {
    "count": 318,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sentencepiece"
  },
  "_devurl": "https://github.com/bnosac/sentencepiece",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "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",
    "extra/sentencepiece.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bnosac/sentencepiece",
  "_realowner": "bnosac",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2020-06-04"
    },
    {
      "version": "0.1.2",
      "date": "2020-06-08"
    },
    {
      "version": "0.2",
      "date": "2021-12-15"
    },
    {
      "version": "0.2.1",
      "date": "2021-12-21"
    },
    {
      "version": "0.2.2",
      "date": "2022-11-09"
    },
    {
      "version": "0.2.3",
      "date": "2022-11-13"
    },
    {
      "version": "0.2.4",
      "date": "2025-11-27"
    },
    {
      "version": "0.2.5",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "BPEembed",
    "BPEembedder",
    "read_word2vec",
    "sentencepiece",
    "sentencepiece_decode",
    "sentencepiece_download_model",
    "sentencepiece_encode",
    "sentencepiece_load_model",
    "txt_remove_",
    "wordpiece_encode"
  ],
  "_help": [
    {
      "page": "BPEembed",
      "title": "Tokenise and embed text alongside a Sentencepiece and Word2vec model",
      "topics": [
        "BPEembed"
      ]
    },
    {
      "page": "BPEembedder",
      "title": "Build a BPEembed model containing a Sentencepiece and Word2vec model",
      "topics": [
        "BPEembedder"
      ]
    },
    {
      "page": "predict.BPEembed",
      "title": "Encode and Decode alongside a BPEembed model",
      "topics": [
        "predict.BPEembed"
      ]
    },
    {
      "page": "read_word2vec",
      "title": "Read a word2vec embedding file",
      "topics": [
        "read_word2vec"
      ]
    },
    {
      "page": "sentencepiece",
      "title": "Construct a Sentencepiece model",
      "topics": [
        "sentencepiece"
      ]
    },
    {
      "page": "sentencepiece_decode",
      "title": "Decode encoded sequences back to text",
      "topics": [
        "sentencepiece_decode"
      ]
    },
    {
      "page": "sentencepiece_download_model",
      "title": "Download a Sentencepiece model",
      "topics": [
        "sentencepiece_download_model"
      ]
    },
    {
      "page": "sentencepiece_encode",
      "title": "Tokenise text alongside a Sentencepiece model",
      "topics": [
        "sentencepiece_encode"
      ]
    },
    {
      "page": "sentencepiece_load_model",
      "title": "Load a Sentencepiece model",
      "topics": [
        "sentencepiece_load_model"
      ]
    },
    {
      "page": "txt_remove_",
      "title": "Remove prefixed underscore",
      "topics": [
        "txt_remove_"
      ]
    },
    {
      "page": "wordpiece_encode",
      "title": "Wordpiece encoding",
      "topics": [
        "wordpiece_encode"
      ]
    }
  ],
  "_readme": "https://github.com/bnosac/sentencepiece/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 4.503790683057181,
  "_indexed": true,
  "_nocasepkg": "sentencepiece",
  "_universes": [
    "bnosac",
    "jwijffels"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-10T08:51:17.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "a8079f4fe8ec8d89a62c6da5a0bbfceb89160fce2102fabfd8201cfdc20aec03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-10T08:51:21.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "262b64d88eda32639da6b34f17492efeea968222dae54a4e28e6b4ed863e90d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-10T08:51:12.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "050a31f81e059426d538d0ce7863faf1b68930d2ec873c34307dd8914fb2e332",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-10T08:51:18.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "848db80a51b5c405553da375ff199c6cff8d0a87709326bacb8ddd7acdc6528e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-10T09:09:59.000Z",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "e7435b44c28bca7a4d269980d74d77b7987dcd6b0e09ffab36a2914d306491a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-10T09:05:49.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "fce8e0e93c6c293fcaa0ad1618f263d3840a3511f17bd980ea08cf6f4f997041",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-10T09:13:17.000Z",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "7dd8896241ce1917f0accbd3c3b2f54277f27dbab00a0a70bc49c76b8e4bdc56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-10T09:08:22.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "45a8f9bd205f11db04ef2b871fa079a0ef0730ffa1f503d8148bfcf406c37fa6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-10T08:50:42.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "5592ba26d064b3fd6d8724732f8cf458314c60e47f5112db56a47d4cb43b5de7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-10T08:50:32.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "1eb745906b1471dcf8e704ae5354b6867989b1fb49a73886954288238e5d0f70",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-10T08:50:30.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "bd2f33c34baf444ec6eea1c8785af122cad19eecb15706f2d72c9d8857c4e33f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-05-22T12:14:00.000Z",
      "arch": "emscripten",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "8b8a2b697602ce68d1fa771fe5b02f38086d71d6f5cfaf84a5eaab48a176b384",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/25624375222"
    }
  ]
}