Package: Rgguf Title: Read 'GGUF' Model Files into 'Rfmalloc'-Backed Arrays Version: 0.1.0 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person(given = "Salvatore", family = "Sanfilippo", role = "cph", comment = "gguf-tools/gguflib"), person(given = "Georgi", family = "Gerganov", role = "cph", comment = "GGUF format enums/structures adapted from ggml") ) Description: Reads 'GGUF' model files, the file format used by the 'llama.cpp' project () to store large language model tensors and metadata, and exposes their tensors directly as 'Rfmalloc'-backed, file-backed ALTREP matrices and arrays. Quantized tensor types supported by the vendored 'gguflib' parser () are dequantized on demand. 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 LinkingTo: Rfmalloc Suggests: tinytest Remotes: sounkou-bioinfo/Rfmalloc/packages/Rfmalloc Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: GNU make OS_type: unix URL: https://github.com/sounkou-bioinfo/Rfmalloc Depends: R (>= 4.4.0) BugReports: https://github.com/sounkou-bioinfo/Rfmalloc/issues Config/pak/sysreqs: make Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2026-07-07 20:27:02 UTC RemoteUrl: https://github.com/sounkou-bioinfo/Rfmalloc RemoteRef: HEAD RemoteSha: 6c3512e0026a41f9a5f338430f34863dc978b875 RemoteSubdir: packages/Rgguf NeedsCompilation: yes Packaged: 2026-07-07 21:23:01 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Salvatore Sanfilippo [cph] (gguf-tools/gguflib), Georgi Gerganov [cph] (GGUF format enums/structures adapted from ggml) Maintainer: Sounkou Mahamane Toure