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 llama.cpp inference. The package vendors llama.cpp, exposes a chat_llamacpp() constructor for local GGUF models, supports token streaming, basic tool-calling loops, and helpers for downloading a curated default model. License: MIT + file LICENSE Encoding: UTF-8 SystemRequirements: CMake, C++17 Imports: cli, coro, curl, ellmer (>= 0.4.0), jsonlite, Rcpp, R6 LinkingTo: Rcpp Suggests: testthat (>= 3.0.0) 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: 2026-07-20 09:24:44 UTC; root Author: Alex Kraieski [aut, cre] Maintainer: Alex Kraieski