Package: llamaR Type: Package Title: Interface for Large Language Models via 'llama.cpp' Version: 0.2.5 Authors@R: c( person("Yuri", "Baramykov", email = "lbsbmsu@mail.ru", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-7627-4217")), person("Georgi", "Gerganov", role = "cph", comment = "Author of the 'llama.cpp' library included in src/")) Description: Provides R bindings to 'llama.cpp' for running large language models locally, with optional GPU acceleration via 'ggmlR'. Supports text generation, embeddings, chat-based workflows, tool calling, and multimodal (vision) inference. Includes 'OpenAI'- and 'Anthropic'-compatible HTTP servers for serving local models, along with device selection and multi-GPU support. License: MIT + file LICENSE URL: https://github.com/Zabis13/llamaR BugReports: https://github.com/Zabis13/llamaR/issues Encoding: UTF-8 Depends: R (>= 4.1.0), ggmlR LinkingTo: ggmlR SystemRequirements: C++17, GNU make Imports: jsonlite, stats, tools, utils Suggests: testthat (>= 3.0.0), withr, drogonR, later, ellmer, callr, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/pak/sysreqs: make Repository: https://zabis13.r-universe.dev Date/Publication: 2026-07-12 13:15:10 UTC RemoteUrl: https://github.com/zabis13/llamar RemoteRef: HEAD RemoteSha: 7af1093184692e5bd8c76de492b7086bcab64502 NeedsCompilation: yes Packaged: 2026-07-19 18:20:22 UTC; root Author: Yuri Baramykov [aut, cre] (ORCID: ), Georgi Gerganov [cph] (Author of the 'llama.cpp' library included in src/) Maintainer: Yuri Baramykov