{
  "_id": "6a5deb2f9baadeef8ab56359",
  "Package": "llamacppR",
  "Type": "Package",
  "Title": "Ellmer-Native llama.cpp Chats for R",
  "Version": "0.1.2",
  "Authors@R": "person(\"Alex\", \"Kraieski\", email = \"arkraieski@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides an ellmer-style chat interface backed by native\nllama.cpp inference. The package vendors llama.cpp, exposes a\nchat_llamacpp() constructor for local GGUF models, supports\ntoken streaming, basic tool-calling loops, and helpers for\ndownloading a curated default model.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "SystemRequirements": "CMake, C++17",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake libssl-dev",
  "Repository": "https://arkraieski.r-universe.dev",
  "Date/Publication": "2026-04-11 05:43:13 UTC",
  "RemoteUrl": "https://github.com/arkraieski/llamacppR",
  "RemoteRef": "HEAD",
  "RemoteSha": "6b7c11a864985875e97c0421d46f2ecda033551f",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-20 09:24:44 UTC",
    "User": "root"
  },
  "Author": "Alex Kraieski [aut, cre]",
  "Maintainer": "Alex Kraieski <arkraieski@gmail.com>",
  "_user": "arkraieski",
  "_type": "src",
  "_file": "llamacppR_0.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/89dff54ca76be3c18b9b686f48d6a92c7f168da2dd2924226e0c616a1904093c",
  "_filesize": 2012397,
  "_sha256": "89dff54ca76be3c18b9b686f48d6a92c7f168da2dd2924226e0c616a1904093c",
  "_expires": "2026-10-28T09:32:29.000Z",
  "_created": "2026-07-20T09:24:44.000Z",
  "_published": "2026-07-20T09:32:30.989Z",
  "_jobs": [
    {
      "job": 88316725151,
      "time": 234,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8456543064"
    },
    {
      "job": 88316725073,
      "time": 206,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8456530015"
    },
    {
      "job": 88316725102,
      "time": 232,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456542579"
    },
    {
      "job": 88316725106,
      "time": 227,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456539152"
    },
    {
      "job": 88316725124,
      "time": 188,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8456522773"
    },
    {
      "job": 88316725138,
      "time": 304,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8456569876"
    },
    {
      "job": 88316725199,
      "time": 227,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456538570"
    },
    {
      "job": 88316725192,
      "time": 279,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456559944"
    },
    {
      "job": 88315792764,
      "time": 273,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456441892"
    },
    {
      "job": 88316725020,
      "time": 228,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8456539051"
    },
    {
      "job": 88316725094,
      "time": 319,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8456576722"
    },
    {
      "job": 88316725098,
      "time": 287,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8456563215"
    },
    {
      "job": 88316725110,
      "time": 310,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456572345"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940",
  "_status": "success",
  "_upstream": "https://github.com/arkraieski/llamacppR",
  "_commit": {
    "id": "6b7c11a864985875e97c0421d46f2ecda033551f",
    "author": "Alexander Kraieski <arkraieski@gmail.com>",
    "committer": "Alexander Kraieski <arkraieski@gmail.com>",
    "message": "fix: crash slighly more gracefully when token context runs out mid-window\n",
    "time": 1775886193
  },
  "_maintainer": {
    "name": "Alex Kraieski",
    "email": "arkraieski@gmail.com",
    "login": "arkraieski",
    "description": "I like developing R packages and web services",
    "uuid": 46736643
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "coro",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "ellmer",
      "version": ">= 0.4.0",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "arkraieski",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 15
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "arkraieski",
      "count": 15,
      "uuid": 46736643
    }
  ],
  "_userbio": {
    "uuid": 46736643,
    "type": "user",
    "name": "Alex Kraieski",
    "followers": 4,
    "description": "I like developing R packages and web services"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/llamacppR"
  },
  "_devurl": "https://github.com/arkraieski/llamacppr",
  "_searchresults": 1,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/llamacppR.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "chat_llamacpp",
    "llamacpp_default_model_path",
    "llamacpp_download_default_model",
    "llamacpp_download_model",
    "llamacpp_is_gguf",
    "llamacpp_list_models",
    "llamacpp_model_info",
    "llamacpp_model_path",
    "llamacpp_model_presets",
    "llamacpp_unload"
  ],
  "_help": [
    {
      "page": "chat_llamacpp",
      "title": "Create an ellmer-style llama.cpp chat",
      "topics": [
        "chat_llamacpp"
      ]
    },
    {
      "page": "llamacpp_default_model_path",
      "title": "Get the cache path for a curated default model",
      "topics": [
        "llamacpp_default_model_path"
      ]
    },
    {
      "page": "llamacpp_download_default_model",
      "title": "Download a curated default GGUF model",
      "topics": [
        "llamacpp_download_default_model"
      ]
    },
    {
      "page": "llamacpp_download_model",
      "title": "Download a curated model preset",
      "topics": [
        "llamacpp_download_model"
      ]
    },
    {
      "page": "llamacpp_is_gguf",
      "title": "Check whether a file is GGUF",
      "topics": [
        "llamacpp_is_gguf"
      ]
    },
    {
      "page": "llamacpp_list_models",
      "title": "List local GGUF models in the llamacppR cache",
      "topics": [
        "llamacpp_list_models"
      ]
    },
    {
      "page": "llamacpp_model_info",
      "title": "Inspect a GGUF model through llama.cpp",
      "topics": [
        "llamacpp_model_info"
      ]
    },
    {
      "page": "llamacpp_model_path",
      "title": "Get the cache path for a curated model preset",
      "topics": [
        "llamacpp_model_path"
      ]
    },
    {
      "page": "llamacpp_model_presets",
      "title": "List curated llama.cpp model presets",
      "topics": [
        "llamacpp_model_presets"
      ]
    },
    {
      "page": "llamacpp_unload",
      "title": "Unload a llama.cpp session",
      "topics": [
        "llamacpp_unload"
      ]
    }
  ],
  "_rundeps": [
    "askpass",
    "cli",
    "coro",
    "curl",
    "ellmer",
    "fastmap",
    "glue",
    "httr2",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "R6",
    "Rcpp",
    "rlang",
    "S7",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_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": 1,
  "_indexed": true,
  "_nocasepkg": "llamacppr",
  "_universes": [
    "arkraieski"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:32.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/a07206b338a8d6dd7570d2f821a3fc581e6beeee3f13d1fe4fc9900642730d49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:01.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/e87a2b7ff53723a490423bd2553ecf5b4e24cb4085ef2b68cccf64384954ccdd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:29.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/fa1389f45a1522357248d6cdfdb5f0f2f2564198899f50b1bc5c0f6baa6c7a1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:20.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/2493fd4d0dc5c6d2956e411624794ea32e0336a0ae82263e02e6ed54879caa71",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-20T09:29:38.000Z",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/f19c36a50b3d7a5a17e078c30c7541ff3d4d2be350f2fdc322258b739362fbf0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-20T09:31:21.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/88c3c97a8323bcc02cd6747ba3ec5564ef28e2994c078b0a60b38c2bcedbfcff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:16.000Z",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/a542669b98a409ebc8dd0be9ce894eff04b3ffe89e7cbb2abaeb61245a808275",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:57.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/e0e0eca2063beca12f010d86d5a5770548dc21280b556806e6adf45524b1cf40",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:26.000Z",
      "arch": "emscripten",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/816d5a427d056da1129ac3fbbc64b38622b1080c2ba830ad6508cb6173fb0445",
      "status": "success",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-20T09:31:08.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/835ab434df48e50815fe9228684032b312d75d5c8d75d9834f813927c5f0e8b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-20T09:30:40.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/0213712dfbb8186a937977cc227af238dc385fdeea5934465345b4ec5fc305d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-20T09:31:03.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "https://r2.ropensci.org/c68bcee295aa449cd841fc576424fe365530762ad69c2be699732c84c43cc49b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/29731159940"
    }
  ]
}