# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "relm" in publications use:' type: software license: - Apache-2.0 - MIT title: 'relm: Local Large Language Models as Base-R Objects' version: 0.1.0 doi: 10.32614/CRAN.package.relm abstract: 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. authors: - family-names: Vadala given-names: Alessandro email: vadale93@gmail.com repository: https://vadale.r-universe.dev repository-code: https://github.com/Vadale/R-ebirth commit: a50502b3966f9429c662395c68268650a5ced104 url: https://github.com/Vadale/R-ebirth date-released: '2026-07-09' contact: - family-names: Vadala given-names: Alessandro email: vadale93@gmail.com