# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "Rgguf" in publications use:' type: software license: GPL-2.0-or-later title: 'Rgguf: Official GGUF Parsing and Typed Storage Views' version: 0.1.0 abstract: Reads 'GGUF' model files, the file format used by the 'llama.cpp' project () to store large language model tensors and metadata. Tensors can be decoded into file-backed 'Rfmalloc' arrays, copied at their native codec density, or borrowed as zero-copy read-only spans over the original model mapping. Parsing, writing, and quantized decoding use the official 'GGML' GGUF implementation exposed by the sibling 'Rggml' package. Metadata key-value pairs and the tensor directory are exposed as ordinary R lists and data frames. A minimal writer is included to create 'GGUF' files containing 32-bit floating point tensors, primarily to support round-trip testing. authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://rgenomicsetl.r-universe.dev repository-code: https://github.com/sounkou-bioinfo/Rfmalloc commit: 6e05ad03613e89cab2f8bf8eb3a49d553d5a3bed url: https://sounkou-bioinfo.github.io/Rfmalloc/Rgguf/ date-released: '2026-07-18' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com