Package: Rpixpack Title: R Bindings for PixPack - Encode Files into PNG Images Version: 0.1.1 Authors@R: c( person("SauersML", role = "aut", comment = "Original PixPack author"), person("Sounkou Mahamane", "Toure", role = c("aut", "cre"), email = "sounkoutoure@gmail.com", comment = "Package maintainer and R bindings") ) Description: R bindings for PixPack, a utility that encodes arbitrary files and strings into PNG images with strong integrity checks using BLAKE3 hashing. Files can be encoded into visually distinctive PNG images and decoded back to recover the exact original data byte-for-byte. The underlying PixPack implementation uses a macro-cell grid format with error detection capabilities. License: MIT Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: Cargo (Rust's package manager), rustc Imports: png Suggests: tinytest, rmarkdown, knitr VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev libclang-dev Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2025-08-18 07:52:55 UTC RemoteUrl: https://github.com/sounkou-bioinfo/pixpack RemoteRef: HEAD RemoteSha: d066d472be8b2c3608c27deec83aa61cd1df5853 NeedsCompilation: yes Packaged: 2026-07-18 06:19:54 UTC; root Author: SauersML [aut] (Original PixPack author), Sounkou Mahamane Toure [aut, cre] (Package maintainer and R bindings) Maintainer: Sounkou Mahamane Toure