Package: localLLM Type: Package Title: Running Local LLMs with 'llama.cpp' Backend Version: 1.3.1 Date: 2026-05-14 Authors@R: c( person("Eddie", "Yang", role = "aut", comment = c(ORCID = "0000-0002-3696-3226")), person("Yaosheng", "Xu", role = c("aut", "cre"), email = "xu2009@purdue.edu", comment = c(ORCID = "0009-0006-8138-369X")) ) Author: Eddie Yang [aut] (), Yaosheng Xu [aut, cre] () Maintainer: Yaosheng Xu Description: Provides R bindings to the 'llama.cpp' library for running large language models. The package uses a lightweight architecture where the C++ backend library is downloaded at runtime rather than bundled with the package. Package features include text generation, reproducible generation, and parallel inference. License: MIT + file LICENSE Depends: R (>= 3.6.0) LinkingTo: Rcpp Imports: Rcpp (>= 1.0.14), tools, utils, jsonlite, digest, curl, R.utils Suggests: testthat (>= 3.0.0), covr, irr, knitr, rmarkdown VignetteBuilder: knitr URL: https://github.com/EddieYang211/localLLM BugReports: https://github.com/EddieYang211/localLLM/issues SystemRequirements: C++17, libcurl (optional, for model downloading) Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Config/pak/sysreqs: libssl-dev Repository: https://eddieyang211.r-universe.dev Date/Publication: 2026-05-15 03:20:30 UTC RemoteUrl: https://github.com/eddieyang211/localllm RemoteRef: HEAD RemoteSha: a017b26b669809018e329e0494c3a7d21ad8dc1d RemoteSubdir: localLLM NeedsCompilation: yes Packaged: 2026-06-14 09:56:01 UTC; root