{
  "_id": "6a4f499221b18e1548500235",
  "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-07-09 07:00:08 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))",
  "_user": "bnosac",
  "_type": "src",
  "_file": "sentencepiece_0.2.5.tar.gz",
  "_fileid": "https://r2.ropensci.org/f6c090354e9b35d2eb636990be88118103af2ae7cf6f05f58ca7799901a238a7",
  "_filesize": 3179397,
  "_sha256": "f6c090354e9b35d2eb636990be88118103af2ae7cf6f05f58ca7799901a238a7",
  "_expires": "2026-10-17T07:11:12.000Z",
  "_created": "2026-07-09T07:00:08.000Z",
  "_published": "2026-07-09T07:11:14.707Z",
  "_jobs": [
    {
      "job": 86059038382,
      "time": 303,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8191378048"
    },
    {
      "job": 86059038343,
      "time": 285,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8191371675"
    },
    {
      "job": 86059038386,
      "time": 282,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191372045"
    },
    {
      "job": 86059038396,
      "time": 255,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191363040"
    },
    {
      "job": 86059038402,
      "time": 209,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8191349266"
    },
    {
      "job": 86059038294,
      "time": 481,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8191437766"
    },
    {
      "job": 86059038267,
      "time": 237,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191354369"
    },
    {
      "job": 86059038285,
      "time": 503,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191438608"
    },
    {
      "job": 86058382964,
      "time": 252,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191288829"
    },
    {
      "job": 86059038228,
      "time": 194,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8191344945"
    },
    {
      "job": 86059038295,
      "time": 477,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8191430462"
    },
    {
      "job": 86059038379,
      "time": 522,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8191446177"
    },
    {
      "job": 86059038352,
      "time": 482,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8191431958"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514",
  "_status": "success",
  "_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",
    "description": "www.bnosac.be",
    "uuid": 1710810
  },
  "_distro": "resolute",
  "_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",
    "followers": 45,
    "description": "open sourced projects"
  },
  "_downloads": {
    "count": 418,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sentencepiece"
  },
  "_devurl": "https://github.com/bnosac/sentencepiece",
  "_searchresults": 12,
  "_rbuild": "4.6.1",
  "_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": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 4.541579243946581,
  "_indexed": true,
  "_nocasepkg": "sentencepiece",
  "_universes": [
    "bnosac",
    "jwijffels"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-07-09T07:04:16.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/15a295e0ec9cc81059ac3ec8ef27190ed23b8ac052285762e2192a1dcdd5500c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-07-09T07:03:36.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/f0a27e5465dd89b3a7169f1526aa57cd414d48659508d117937c8cfdd0c937a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-07-09T07:03:50.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/94da1c501f840bff7578f116d8bed287aa494682a69ab9de4a7d02f98f20a64c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-07-09T07:03:36.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/d3abb3d208a5533f0df158bf1090590408dac2c7d2ef6888d1662314ce1dacfb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-07-09T07:02:58.000Z",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/68d66dd6f2c807e31161360eaaca65fca7572050faf73dd9156d2a2316d9c8ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-07-09T07:04:51.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/4f58857a6448f337bb1e93fc8feb6da0ad56ef55bfc18e30110a5270d900a9be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-07-09T07:03:18.000Z",
      "arch": "aarch64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/74d1b4d6e8860d004691a76334719c99bdbe0212c5d5f3b10160e6004b9d08d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-07-09T07:04:29.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/db71bdc2ea60ec6e396b07e9ce400114af4394cbdb1d822aa388846c4eaaaeaa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-07-09T07:03:33.000Z",
      "arch": "emscripten",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/2f80ca575d6467fabbbd6cd1046c9411431b5f2adcc1c6fb02f2717056d1dd3e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-07-09T07:02:44.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/ca58062e5f6a18d335d3a1613bc964df402c0353131590278ee36040b25cb702",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-07-09T07:02:57.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/c8ab18d55576ebef88b3fe87e5c367b53e02f8709caf6a35d0c43aaa477faaf2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-07-09T07:03:43.000Z",
      "arch": "x86_64",
      "commit": "7e67419ddbe2774606255021c128959a916a9441",
      "fileid": "https://r2.ropensci.org/cd89b53c6c65d69b0adf5c60df94c85d7c06c7008aae566fcb022b2b649b64e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bnosac/actions/runs/29000068514"
    }
  ]
}