Package: minipdf Type: Package Title: PDF Document Creator Version: 0.2.7 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com") ) Maintainer: Mike Cheng Description: PDF is a standard file format for laying out text and images in documents. At its core, these documents are sequences of objects defined in plain text. This package allows for the creation of PDF documents at a very low level without any library or graphics device dependencies. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 URL: https://github.com/coolbutuseless/minipdf Depends: R (>= 4.1.0) Imports: glue Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2025-08-31 09:42:48 UTC RemoteUrl: https://github.com/coolbutuseless/minipdf RemoteRef: HEAD RemoteSha: c6b57b2b168e0fa7393f3f91ddcd57b028197948 NeedsCompilation: no Packaged: 2026-06-07 06:12:32 UTC; root Author: Mike Cheng [aut, cre, cph]