{
  "_id": "6a532e699b92047c28d56417",
  "Package": "rmistral",
  "Type": "Package",
  "Title": "Experimental R interface to Mistral AI API",
  "Version": "0.1.0",
  "Author": "Sebastian Kranz",
  "Maintainer": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
  "Description": "Currently implement only OCR capabilties for PDF\nconversion.",
  "License": "GPL >= 2.0",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://repboxr.r-universe.dev",
  "Date/Publication": "2026-03-27 06:16:39 UTC",
  "RemoteUrl": "https://github.com/skranz/rmistral",
  "RemoteRef": "main",
  "RemoteSha": "fc800312b80367d3460cb623bc658e9987cd919f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-12 06:01:48 UTC",
    "User": "root"
  },
  "_user": "repboxr",
  "_type": "src",
  "_file": "rmistral_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/ceec8fae3c5830cd5f2d37e89bf5a7421f20aee0f48a13e07f732ce1c5d67950",
  "_filesize": 428529,
  "_sha256": "ceec8fae3c5830cd5f2d37e89bf5a7421f20aee0f48a13e07f732ce1c5d67950",
  "_expires": "2026-10-20T06:04:23.000Z",
  "_created": "2026-07-12T06:01:48.000Z",
  "_published": "2026-07-12T06:04:25.118Z",
  "_jobs": [
    {
      "job": 86621415378,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8256743836"
    },
    {
      "job": 86621415370,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8256743720"
    },
    {
      "job": 86621415367,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8256738341"
    },
    {
      "job": 86621415373,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8256739853"
    },
    {
      "job": 86621213717,
      "time": 158,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256726434"
    },
    {
      "job": 86621415354,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8256742777"
    },
    {
      "job": 86621415391,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8256739640"
    },
    {
      "job": 86621415392,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8256737527"
    },
    {
      "job": 86621415369,
      "time": 61,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8256735868"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225",
  "_status": "success",
  "_upstream": "https://github.com/skranz/rmistral",
  "_commit": {
    "id": "fc800312b80367d3460cb623bc658e9987cd919f",
    "author": "skranz-auto <xsx50@uni-ulm.de>",
    "committer": "skranz-auto <xsx50@uni-ulm.de>",
    "message": "Update from server\n",
    "time": 1774592199
  },
  "_maintainer": {
    "name": "Sebastian Kranz",
    "email": "sebastian.kranz@uni-ulm.de",
    "login": "skranz",
    "bluesky": "@sebkranz.bsky.social",
    "description": "",
    "uuid": 1413022
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "httr",
      "role": "Depends"
    },
    {
      "package": "stringi",
      "role": "Depends"
    },
    {
      "package": "restorepoint",
      "role": "Depends"
    },
    {
      "package": "base64enc",
      "role": "Depends"
    }
  ],
  "_owner": "skranz",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-13",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "skranz",
      "count": 7,
      "uuid": 1413022
    },
    {
      "user": "skranz-auto",
      "count": 2,
      "uuid": 124874982
    }
  ],
  "_userbio": {
    "uuid": 153829126,
    "type": "organization",
    "name": "repboxr",
    "followers": 9
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rmistral"
  },
  "_devurl": "https://github.com/skranz/rmistral",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rmistral.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "mistral_api_key",
    "mistral_get_file_url",
    "mistral_is_ok",
    "mistral_list_models",
    "mistral_ocr",
    "mistral_ocr_save_images",
    "mistral_ocr_save_md",
    "mistral_upload_file",
    "save_base64_image",
    "set_mistral_api_key"
  ],
  "_help": [
    {
      "page": "mistral_api_key",
      "title": "Retrieve the Mistral API key",
      "topics": [
        "mistral_api_key"
      ]
    },
    {
      "page": "mistral_get_file_url",
      "title": "Get a signed URL for file access",
      "topics": [
        "mistral_get_file_url"
      ]
    },
    {
      "page": "mistral_ocr",
      "title": "Perform OCR using the Mistral API",
      "topics": [
        "mistral_ocr"
      ]
    },
    {
      "page": "mistral_ocr_save_images",
      "title": "Save extracted images from OCR results",
      "topics": [
        "mistral_ocr_save_images"
      ]
    },
    {
      "page": "mistral_ocr_save_md",
      "title": "Save OCR results as a Markdown file",
      "topics": [
        "mistral_ocr_save_md"
      ]
    },
    {
      "page": "mistral_upload_file",
      "title": "Upload a file for OCR processing",
      "topics": [
        "mistral_upload_file"
      ]
    },
    {
      "page": "set_mistral_api_key",
      "title": "Set the Mistral API key",
      "topics": [
        "set_mistral_api_key"
      ]
    }
  ],
  "_readme": "https://github.com/skranz/rmistral/raw/main/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "curl",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "restorepoint",
    "stringi",
    "sys"
  ],
  "_score": 1.6989700043360187,
  "_indexed": false,
  "_nocasepkg": "rmistral",
  "_universes": [
    "repboxr"
  ],
  "_indexurl": "https://skranz.r-universe.dev/rmistral",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-12T06:03:52.000Z",
      "distro": "resolute",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/6bda767898416a4bf4538726a454f95f309ab010ed56bc59dc407ddd0a16e9e4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-12T06:03:51.000Z",
      "distro": "resolute",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/4ab4374456af9bd87c35ad77d477c1e07bb0f0595bb0305e2b693a0159f0d97d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-12T06:03:15.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/ff41ca7ec5446434f456695a6a90904363a45c31e1de5419133fe493e3459b70",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-12T06:03:24.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/07081eecb305e524803fcff2a069248d216fcfe981b8ab76405f148fc5dfa80a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-12T06:03:52.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/2692f3d215ae11e20e0c9477e54abbfb1cb965dd128d19597e22edc18f8f0c92",
      "status": "success",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-12T06:03:16.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/f3af8c12f685f4abdb2bf64e9b3c05a37aa1cb94bcb71ae69ec568221d8ff197",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-12T06:03:04.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/cb3e93de715c1f3bb9666f05d1a115f779a0b983a09efa01277d8f0a03ad8838",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-12T06:02:52.000Z",
      "commit": "fc800312b80367d3460cb623bc658e9987cd919f",
      "fileid": "https://r2.ropensci.org/295a7b85b0e7ef42121811deffceff440bd343579efd58d0f5632eaad6c5328a",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/repboxr/actions/runs/29181963225"
    }
  ]
}