Package: relm Title: Local Large Language Models as Base-R Objects Version: 0.1.0 Authors@R: person("Alessandro", "Vadala", , "vadale93@gmail.com", role = c("aut", "cre", "cph")) Description: Load and run local large language models (through a vendored, patched 'llama.cpp') from R and work with them as plain data frames and matrices in base-R idiom. Provides model loading and tokenization ('llm', 'llm_tokens'), text generation ('llm_generate'), next-token distributions ('llm_logits'), text embeddings ('llm_embed'), and mechanistic interpretability tools -- activation tracing ('llm_trace'), activation steering ('llm_steer'), and neuron ablation ('llm_ablate'). A checksum-verified downloader ('llm_download') fetches pinned models. License: MIT + file LICENSE | Apache License (== 2.0) URL: https://github.com/Vadale/R-ebirth BugReports: https://github.com/Vadale/R-ebirth/issues Depends: R (>= 4.5.0) Imports: nanoarrow Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Suggests: testthat (>= 3.0.0), glmnet, uwot, dbscan, quarto VignetteBuilder: quarto Config/testthat/edition: 3 Config/rextendr/version: 0.5.0 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.71.0, cmake (>= 3.28), xz Config/pak/sysreqs: cmake libzstd-dev xz-utils libclang-dev Repository: https://vadale.r-universe.dev Date/Publication: 2026-07-09 10:58:52 UTC RemoteUrl: https://github.com/Vadale/R-ebirth RemoteRef: HEAD RemoteSha: a50502b3966f9429c662395c68268650a5ced104 RemoteSubdir: rebirth NeedsCompilation: yes Packaged: 2026-07-09 14:23:29 UTC; root Author: Alessandro Vadala [aut, cre, cph] Maintainer: Alessandro Vadala