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 <mikefc@coolbutuseless.com>
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
NeedsCompilation: no
Packaged: 2025-08-31 09:38:56 UTC; mike
Author: Mike Cheng [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-09-05 11:40:02 UTC
Built: R 4.6.0; ; 2025-10-14 01:22:46 UTC; windows
