]> git.donarmstrong.com Git - r/CairoHacks.git/blob - DESCRIPTION
use grid:: and Cairo::
[r/CairoHacks.git] / DESCRIPTION
1 Package: CairoHacks
2 Type: Package
3 Title: Various hacks for Cairo devices including PDF bookmarks and raster plots in PDFs
4 Version: 1.0
5 Date: 2016-06-20
6 Authors@R: person("Don","Armstrong",email="don@donarmstrong.com",role=c("aut","cre"))
7 Maintainer: Don Armstrong <don@donarmstrong.com>
8 Depends: Cairo, grid
9 Recommends: pdftk
10 Description: Collection of hacks for Cairo components (bookmarks, raster plots)
11  Add table of contents to PDFs and methods to plot raster plots in the
12  middle of PDF plots.
13  .
14  Bookmarks enable the easy browsing of PDFs by table of contents/index
15  using pdftk.
16  .
17  Raster plots enable the inclusion of plots with millions of points or
18  lines in a vector format (such as a PDF) without making the PDF file
19  megabytes in size, while still allowing other plot components to be
20  presented in their original vector format.
21 License: GPL (>=3)