{
  "_id": "6a1042ecacfb0bcc41c9dd5a",
  "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-05-11 07:13:39 UTC",
    "User": "root"
  },
  "Author": "Alex Kraieski [aut, cre]",
  "Maintainer": "Alex Kraieski <arkraieski@gmail.com>",
  "MD5sum": "d14e9316846d4cb7594fa72c879845bb",
  "_user": "arkraieski",
  "_type": "src",
  "_file": "llamacppR_0.1.2.tar.gz",
  "_fileid": "5a836f732197f2633c494e17b5a2f75b8c08555a988ca136c89cccbe8248e2e3",
  "_filesize": 2013262,
  "_sha256": "5a836f732197f2633c494e17b5a2f75b8c08555a988ca136c89cccbe8248e2e3",
  "_created": "2026-05-11T07:13:39.000Z",
  "_published": "2026-05-22T11:50:04.268Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77373332726,
      "time": 204,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912433900"
    },
    {
      "job": 77373332626,
      "time": 219,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912438433"
    },
    {
      "job": 77373332630,
      "time": 233,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912442079"
    },
    {
      "job": 77373332588,
      "time": 221,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912438732"
    },
    {
      "job": 77373332527,
      "time": 234,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912436990"
    },
    {
      "job": 77373332756,
      "time": 610,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912536907"
    },
    {
      "job": 77373332379,
      "time": 241,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912436109"
    },
    {
      "job": 77373332618,
      "time": 485,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912506780"
    },
    {
      "job": 77373332252,
      "time": 267,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912374440"
    },
    {
      "job": 77373331900,
      "time": 236,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159776304"
    },
    {
      "job": 77373332620,
      "time": 424,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912497493"
    },
    {
      "job": 77373332453,
      "time": 281,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912455414"
    },
    {
      "job": 77373332454,
      "time": 325,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912468327"
    }
  ],
  "_buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 46736643
  },
  "_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",
    "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.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/llamacppR.html",
    "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",
    "rappdirs",
    "Rcpp",
    "rlang",
    "S7",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_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": 1,
  "_indexed": true,
  "_nocasepkg": "llamacppr",
  "_universes": [
    "arkraieski"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-11T07:18:44.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "cca8d5336ff93aace352f13dbe9d34da52a4ec1a049ae954435fc32d8d7644cf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-11T07:18:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "36dd2c8da608407f2b5f0185371c582c43fad55cf2b4731763b3eb73feeee555",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-11T07:19:12.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "94d1b3d1e6974a4157759ba7810b6de8808ccfd99377dfae2cc49a26f89ce73f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-11T07:18:58.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "056c7cd45eb69cfbadd851e0d6672dcd4eaa9f0a317dae2262846e0a68b8ee2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-11T07:18:53.000Z",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "bc4e85f2920c790821740921f90a73981f7cd2540c5343f27c32e5557c093b3b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-11T07:24:12.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "a5d75144184d21f6f129dbfd08c79a0467a8fcb39110cd8d6b91c142a918974c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-11T07:18:47.000Z",
      "arch": "aarch64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "06506e54401a82603b7386f25fd52060db530a16be05887240349def2f55e429",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-11T07:22:37.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "1a0200c5f712a8fe903a792685fe9e12ec250a7a0f3b2630bbb40e1104e1fabe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-11T07:21:40.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "dcf9f9e533954278a2b3b3bdd131c514e44abb5f2643e66a7073377225814628",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-11T07:19:19.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "30da2d63faa996e3636f00885ecbb59b0252689ad7a52e33dced4a4af21fb1f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-11T07:20:00.000Z",
      "arch": "x86_64",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "a0481e81bd15ff7008046808bd65dd6c63a23df53277a7fc0876d0c915ccd759",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-22T11:49:34.000Z",
      "arch": "emscripten",
      "commit": "6b7c11a864985875e97c0421d46f2ecda033551f",
      "fileid": "62975585051fb1f69a408b223511c893f10892b817c2abcf85bd6162a96f0668",
      "status": "success",
      "buildurl": "https://github.com/r-universe/arkraieski/actions/runs/25655683730"
    }
  ]
}