{
  "_id": "6a227e7ccd65a98ecbd50626",
  "Package": "TheOpenAIR",
  "Type": "Package",
  "Title": "Integrate 'OpenAI' Large Language Models into Your 'R' Workflows",
  "Version": "0.1.0",
  "Authors@R": "c(person(\"Ulrich\", \"Matter\", email = \"umatter@protonmail.com\", role = c(\"aut\", \"cre\", \"cph\")), person(\"Jonathan\", \"Chassot\", email = \"jonathan.chassot@unisg.ch\", role = \"aut\"))",
  "Maintainer": "Ulrich Matter <umatter@protonmail.com>",
  "Description": "Utilizing the 'OpenAI' API as the back end\n(<https://platform.openai.com/docs/api-reference>),\n'TheOpenAIR' offers 'R' wrapper functions for the 'ChatGPT'\nendpoint and several high-level functions that enable the\nintegration of 'ChatGPT' capabilities in diverse data-related\ntasks, such as data cleansing and automated analytics script\ngeneration.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "Config/reticulate": "list( packages = list( list(package = \"tiktoken\") )\n)",
  "URL": "http://openair-lib.org/",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 07:38:16 UTC",
    "User": "root"
  },
  "Author": "Ulrich Matter [aut, cre, cph], Jonathan Chassot [aut]",
  "Config/pak/sysreqs": "libicu-dev libpng-dev libxml2-dev libssl-dev\npython3",
  "Repository": "https://umatter.r-universe.dev",
  "Date/Publication": "2023-04-27 11:32:30 UTC",
  "RemoteUrl": "https://github.com/cran/TheOpenAIR",
  "RemoteRef": "HEAD",
  "RemoteSha": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
  "MD5sum": "302a582aa1b9ca77980da0813eff1630",
  "_user": "umatter",
  "_type": "src",
  "_file": "TheOpenAIR_0.1.0.tar.gz",
  "_fileid": "862fb9e1a23a8fb1bb86eec698b45465ecabff7d4ebd3a951a847aefadbb70b7",
  "_filesize": 369567,
  "_sha256": "862fb9e1a23a8fb1bb86eec698b45465ecabff7d4ebd3a951a847aefadbb70b7",
  "_created": "2026-06-05T07:38:16.000Z",
  "_published": "2026-06-05T07:45:00.356Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79684847492,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431338167"
    },
    {
      "job": 79684847485,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431340883"
    },
    {
      "job": 79684847553,
      "time": 157,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7431397698"
    },
    {
      "job": 79684847541,
      "time": 231,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431363972"
    },
    {
      "job": 79684449726,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431295458"
    },
    {
      "job": 79684847476,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431329341"
    },
    {
      "job": 79684847578,
      "time": 109,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431327508"
    },
    {
      "job": 79684847768,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7431325667"
    },
    {
      "job": 79684847595,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431323093"
    }
  ],
  "_buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/TheOpenAIR",
  "_commit": {
    "id": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
    "author": "Ulrich Matter <umatter@protonmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1682595150
  },
  "_maintainer": {
    "name": "Ulrich Matter",
    "email": "umatter@protonmail.com",
    "login": "umatter",
    "description": "",
    "uuid": 2046720
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "R.utils",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "umatter",
      "count": 1,
      "uuid": 2046720
    }
  ],
  "_userbio": {
    "uuid": 2046720,
    "type": "user",
    "name": "Ulrich Matter"
  },
  "_downloads": {
    "count": 274,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TheOpenAIR"
  },
  "_pkgdown": "http://openair-lib.org/",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/TheOpenAIR.html",
    "manual.pdf"
  ],
  "_realowner": "umatter",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-04-27"
    }
  ],
  "_exports": [
    "%>%",
    "%c%",
    "add_roxygen",
    "add_to_chatlog",
    "chat",
    "chat_completion",
    "clean_output",
    "clear_chatlog",
    "contains_r_func",
    "contains_roxygen",
    "count_tokens",
    "created",
    "df_to_csv",
    "edit_code",
    "extract_blocks",
    "extract_blocks_content",
    "extract_entities",
    "extract_r_code",
    "extract_roxygen2",
    "get_chatlog",
    "id",
    "initialize_messages",
    "is_chatlog",
    "is_json",
    "is_python",
    "is_r",
    "is_xml",
    "java_to_r",
    "messages",
    "messages_content",
    "model",
    "nested_to_pipe",
    "object",
    "openai_api_key",
    "parse_response",
    "python_to_r",
    "r_to_python",
    "read_text",
    "read_text_batches",
    "refactor",
    "references_to_bibtex",
    "regenerate",
    "replace_file_extension",
    "set_chatlog",
    "split_text",
    "start_chat",
    "usage",
    "write_code",
    "write_test"
  ],
  "_datasets": [
    {
      "name": "add_roxygen_prompt",
      "title": "Input: message content template for add_roxygen()",
      "object": "add_roxygen_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 2,
      "table": true,
      "tojson": true
    },
    {
      "name": "extract_entities_prompt",
      "title": "Input: message content template for extract_entities()",
      "object": "extract_entities_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 2,
      "table": true,
      "tojson": true
    },
    {
      "name": "java_to_r_prompt",
      "title": "Input: message content template for java_to_r()",
      "object": "java_to_r_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 2,
      "table": true,
      "tojson": true
    },
    {
      "name": "nested_to_pipe_prompt",
      "title": "Input: message content template for nested_to_pipe()",
      "object": "nested_to_pipe_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 4,
      "table": true,
      "tojson": true
    },
    {
      "name": "python_to_r_prompt",
      "title": "Input: message content template for python_to_r()",
      "object": "python_to_r_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 2,
      "table": true,
      "tojson": true
    },
    {
      "name": "r_to_python_prompt",
      "title": "Input: message content template for r_to_python()",
      "object": "r_to_python_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 2,
      "table": true,
      "tojson": true
    },
    {
      "name": "refactor_prompt",
      "title": "Input: message content template for refactor()",
      "object": "refactor_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 2,
      "table": true,
      "tojson": true
    },
    {
      "name": "references_to_bibtex_prompt",
      "title": "Input: message content template for references_to_bibtex()",
      "object": "references_to_bibtex_prompt",
      "class": [
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 4,
      "table": true,
      "tojson": true
    },
    {
      "name": "trump",
      "title": "Essay on How Donald Trump Became President of the United States",
      "object": "trump",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "write_test_prompt",
      "title": "Input: message content template for write_test()",
      "object": "write_test_prompt",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "role",
        "content"
      ],
      "rows": 2,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "grapes-c-grapes",
      "title": "Send a message to ChatGPT and assign the response to a variable",
      "topics": [
        "%c%"
      ]
    },
    {
      "page": "add_roxygen",
      "title": "Add Roxygen2 documentation to an R function",
      "topics": [
        "add_roxygen"
      ]
    },
    {
      "page": "add_roxygen_prompt",
      "title": "Input: message content template for add_roxygen()",
      "topics": [
        "add_roxygen_prompt"
      ]
    },
    {
      "page": "add_to_chatlog",
      "title": "Add data to a chat log",
      "topics": [
        "add_to_chatlog"
      ]
    },
    {
      "page": "chat",
      "title": "Start or continue a chat conversation",
      "topics": [
        "chat"
      ]
    },
    {
      "page": "chat_completion",
      "title": "Generate Text Using the OpenAI API's Chat Endpoint",
      "topics": [
        "chat_completion"
      ]
    },
    {
      "page": "chatlog-class",
      "title": "chatlog class",
      "topics": [
        "chatlog-class"
      ]
    },
    {
      "page": "clean_output",
      "title": "Clean Output From Code Responses",
      "topics": [
        "clean_output"
      ]
    },
    {
      "page": "clear_chatlog",
      "title": "Clear a chat log",
      "topics": [
        "clear_chatlog"
      ]
    },
    {
      "page": "contains_r_func",
      "title": "Check if a text file or character string contains an R function definition",
      "topics": [
        "contains_r_func"
      ]
    },
    {
      "page": "contains_roxygen",
      "title": "Check if a text file or character string contains Roxygen2 documentation",
      "topics": [
        "contains_roxygen"
      ]
    },
    {
      "page": "count_tokens",
      "title": "Count the number of tokens in a text string",
      "topics": [
        "count_tokens"
      ]
    },
    {
      "page": "created",
      "title": "Extract Created DateTime from OpenAI API response",
      "topics": [
        "created"
      ]
    },
    {
      "page": "df_to_csv",
      "title": "Convert a data.frame to a CSV-formatted character string",
      "topics": [
        "df_to_csv"
      ]
    },
    {
      "page": "edit_code",
      "title": "Edit code based on user's input",
      "topics": [
        "edit_code"
      ]
    },
    {
      "page": "extract_blocks",
      "title": "Extract blocks of a specified type from a list of blocks",
      "topics": [
        "extract_blocks"
      ]
    },
    {
      "page": "extract_blocks_content",
      "title": "Extract the content parts of blocks",
      "topics": [
        "extract_blocks_content"
      ]
    },
    {
      "page": "extract_entities",
      "title": "Extract Entities from a Text",
      "topics": [
        "extract_entities"
      ]
    },
    {
      "page": "extract_entities_prompt",
      "title": "Input: message content template for extract_entities()",
      "topics": [
        "extract_entities_prompt"
      ]
    },
    {
      "page": "extract_r_code",
      "title": "Extract R code and comments from a given input string.",
      "topics": [
        "extract_r_code"
      ]
    },
    {
      "page": "extract_roxygen2",
      "title": "Extract roxygen2 documentation lines from a function definition",
      "topics": [
        "extract_roxygen2"
      ]
    },
    {
      "page": "get_chatlog",
      "title": "Get the current chatlog",
      "topics": [
        "get_chatlog"
      ]
    },
    {
      "page": "id",
      "title": "Extract ID from OpenAI API response",
      "topics": [
        "id"
      ]
    },
    {
      "page": "initialize_messages",
      "title": "Initialize a new messages object for OpenAI API chat completions",
      "topics": [
        "initialize_messages"
      ]
    },
    {
      "page": "install_tiktoken",
      "title": "Install the tiktoken Python package",
      "topics": [
        "install_tiktoken"
      ]
    },
    {
      "page": "is_chatlog",
      "title": "Determine if an object is a chatlog",
      "topics": [
        "is_chatlog"
      ]
    },
    {
      "page": "is_json",
      "title": "Check if the provided string is in valid JSON format.",
      "topics": [
        "is_json"
      ]
    },
    {
      "page": "is_python",
      "title": "Check if a Character String Contains Valid Python Code",
      "topics": [
        "is_python"
      ]
    },
    {
      "page": "is_r",
      "title": "Check if a character string contains valid R code",
      "topics": [
        "is_r"
      ]
    },
    {
      "page": "is_xml",
      "title": "Check if the provided string is in valid XML format.",
      "topics": [
        "is_xml"
      ]
    },
    {
      "page": "java_to_r",
      "title": "Convert Java code to R code",
      "topics": [
        "java_to_r"
      ]
    },
    {
      "page": "java_to_r_prompt",
      "title": "Input: message content template for java_to_r()",
      "topics": [
        "java_to_r_prompt"
      ]
    },
    {
      "page": "messages",
      "title": "Extract messages from a response object or a chatlog object",
      "topics": [
        "messages"
      ]
    },
    {
      "page": "messages_content",
      "title": "Extract Messages Content from OpenAI API Response",
      "topics": [
        "messages_content"
      ]
    },
    {
      "page": "model",
      "title": "Extract Model from OpenAI API response",
      "topics": [
        "model"
      ]
    },
    {
      "page": "nested_to_pipe",
      "title": "Convert nested R code to pipe syntax",
      "topics": [
        "nested_to_pipe"
      ]
    },
    {
      "page": "nested_to_pipe_prompt",
      "title": "Input: message content template for nested_to_pipe()",
      "topics": [
        "nested_to_pipe_prompt"
      ]
    },
    {
      "page": "num_tokens",
      "title": "Get number of tokens in a string using OpenAI's tiktoken library",
      "topics": [
        "num_tokens"
      ]
    },
    {
      "page": "num_tokens_file",
      "title": "Compute total number of tokens in a text file",
      "topics": [
        "num_tokens_file"
      ]
    },
    {
      "page": "object",
      "title": "Extract object information from OpenAI API response",
      "topics": [
        "object"
      ]
    },
    {
      "page": "openai_api_key",
      "title": "Set OpenAI API Key as an Environment Variable",
      "topics": [
        "openai_api_key"
      ]
    },
    {
      "page": "parse_response",
      "title": "Parse a Response From the API",
      "topics": [
        "parse_response"
      ]
    },
    {
      "page": "python_to_r",
      "title": "Convert Python code to R code",
      "topics": [
        "python_to_r"
      ]
    },
    {
      "page": "python_to_r_prompt",
      "title": "Input: message content template for python_to_r()",
      "topics": [
        "python_to_r_prompt"
      ]
    },
    {
      "page": "r_to_python",
      "title": "Convert R Code to Python Code",
      "topics": [
        "r_to_python"
      ]
    },
    {
      "page": "r_to_python_prompt",
      "title": "Input: message content template for r_to_python()",
      "topics": [
        "r_to_python_prompt"
      ]
    },
    {
      "page": "read_text",
      "title": "Convert Text to Tidy-Text Format",
      "topics": [
        "read_text"
      ]
    },
    {
      "page": "read_text_batches",
      "title": "Load data from text files in batches",
      "topics": [
        "read_text_batches"
      ]
    },
    {
      "page": "refactor",
      "title": "Refactor R Code with AI Assistance",
      "topics": [
        "refactor"
      ]
    },
    {
      "page": "refactor_prompt",
      "title": "Input: message content template for refactor()",
      "topics": [
        "refactor_prompt"
      ]
    },
    {
      "page": "references_to_bibtex",
      "title": "Convert references in plain text to BibTeX format",
      "topics": [
        "references_to_bibtex"
      ]
    },
    {
      "page": "references_to_bibtex_prompt",
      "title": "Input: message content template for references_to_bibtex()",
      "topics": [
        "references_to_bibtex_prompt"
      ]
    },
    {
      "page": "regenerate",
      "title": "Regenerate the last response in an ongoing chat",
      "topics": [
        "regenerate"
      ]
    },
    {
      "page": "replace_file_extension",
      "title": "Replace File Extension",
      "topics": [
        "replace_file_extension"
      ]
    },
    {
      "page": "set_chatlog",
      "title": "Set up a new chatlog",
      "topics": [
        "set_chatlog"
      ]
    },
    {
      "page": "split_text",
      "title": "Split Text into Chunks",
      "topics": [
        "split_text"
      ]
    },
    {
      "page": "start_chat",
      "title": "Start a new chat session",
      "topics": [
        "start_chat"
      ]
    },
    {
      "page": "trump",
      "title": "Essay on How Donald Trump Became President of the United States",
      "topics": [
        "trump"
      ]
    },
    {
      "page": "usage",
      "title": "Extract usage data from OpenAI API response",
      "topics": [
        "usage"
      ]
    },
    {
      "page": "write_code",
      "title": "Write code based on user's input",
      "topics": [
        "write_code"
      ]
    },
    {
      "page": "write_test",
      "title": "Write test for an R function",
      "topics": [
        "write_test"
      ]
    },
    {
      "page": "write_test_prompt",
      "title": "Input: message content template for write_test()",
      "topics": [
        "write_test_prompt"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/TheOpenAIR/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cran/TheOpenAIR/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "data.table",
    "glue",
    "here",
    "httr",
    "jsonlite",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "png",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "rstudioapi",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "withr",
    "xml2"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "theopenair",
  "_universes": [
    "umatter"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-05T07:40:25.000Z",
      "distro": "noble",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "2897b23e6923c948bdf8682e4e9fa69d0841432ef55d44a20adddf82c708fae6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-05T07:40:33.000Z",
      "distro": "noble",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "87fdbfebf8e7e7927dabd31f9811b6e18dcb2b8ca87994a2bb613f1ab1ba7f14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-05T07:43:57.000Z",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "f558a85e3b513a811b623487fa3ff1dc260b92d34684e8df312cc45df14d45bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-05T07:41:38.000Z",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "673338180425cdb9463212a47c0c3abe5b3834db7faa823b3c6d3a04ed9acfb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-05T07:40:30.000Z",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "87becae3c64e9623caebcb9712414c2fea743da295eb6ec44bc3e149f599fc92",
      "status": "success",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-05T07:39:38.000Z",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "8b88940e1a68260fcb3496df5dd6c7adbd0e59c50e9c49002a971d872e850489",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-05T07:39:34.000Z",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "7acbac05b58564027b910b59bbff776a91e21f5d0085825c82f37d0243455e75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-05T07:39:28.000Z",
      "commit": "ba62dce0abfd12a7c428bda6675d39bdd50467ea",
      "fileid": "78ae0aa7e49346f24da88730849f5ecfe973a586233c9b455036a160d7679f5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/umatter/actions/runs/27001999267"
    }
  ]
}