Package: Rgguf Title: Official GGUF Parsing and Typed Storage Views Version: 0.1.0 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")) ) Description: 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. License: GPL (>= 2) Encoding: UTF-8 Imports: Rfmalloc, Rggml LinkingTo: Rfmalloc, Rggml Suggests: tinytest Remotes: Rfmalloc=sounkou-bioinfo/Rfmalloc/packages/Rfmalloc, Rggml=sounkou-bioinfo/Rfmalloc/packages/Rggml Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: GNU make URL: https://github.com/sounkou-bioinfo/Rfmalloc, https://sounkou-bioinfo.github.io/Rfmalloc/Rgguf/ Depends: R (>= 4.4.0) BugReports: https://github.com/sounkou-bioinfo/Rfmalloc/issues Config/pak/sysreqs: make Repository: https://rgenomicsetl.r-universe.dev Date/Publication: 2026-07-18 21:34:09 UTC RemoteUrl: https://github.com/RGenomicsETL/Rfmalloc RemoteRef: HEAD RemoteSha: 6e05ad03613e89cab2f8bf8eb3a49d553d5a3bed RemoteSubdir: packages/Rgguf NeedsCompilation: yes Packaged: 2026-07-21 19:32:21 UTC; root Author: Sounkou Mahamane Toure [aut, cre] Maintainer: Sounkou Mahamane Toure