-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: rasterpdf
Title: Plot Raster Graphics in PDF Files
Version: 0.1.1.9000
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1