Package: rasterpdf
Title: Plot Raster Graphics in PDF Files
Version: 0.1.1
Authors@R: 
    person(given = "Ilari",
           family = "Scheinin",
           role = c("aut", "cre"),
           email = "ilari.scheinin+rasterpdf@gmail.com",
           comment = c(ORCID = "0000-0002-4696-9066"))
Description: The ability to plot raster graphics in PDF files can be useful
    when one needs multi-page documents, but the plots contain so many
    individual elements that (the usual) use of vector graphics results in
    inconveniently large file sizes. Internally, the package plots each
    individual page as a PNG, and then combines them in one PDF file.
License: MIT + file LICENSE
Imports: methods, png
Suggests: covr, lintr, pkgdown, ragg, testthat
URL: https://ilarischeinin.github.io/rasterpdf,
        https://github.com/ilarischeinin/rasterpdf
BugReports: https://github.com/ilarischeinin/rasterpdf/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0
NeedsCompilation: no
Packaged: 2019-11-22 17:06:02 UTC; ischeini
Author: Ilari Scheinin [aut, cre] (<https://orcid.org/0000-0002-4696-9066>)
Maintainer: Ilari Scheinin <ilari.scheinin+rasterpdf@gmail.com>
Repository: CRAN
Date/Publication: 2019-11-22 18:30:03 UTC
Built: R 4.6.0; ; 2025-11-02 02:57:14 UTC; windows
