]> git.donarmstrong.com Git - r/CairoHacks.git/blob - DESCRIPTION
add start of CairoHacks package
[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 Description: Routines which enable the addition of PDF bookmarks
10  (table of contents) to PDFs and methods to plot raster plots in the
11  middle of PDF plots.
12  .
13  Bookmarks enable the easy browsing of PDFs by table of contents/index
14  using pdftk.
15  .
16  Raster plots enable the inclusion of plots with millions of points or
17  lines in a vector format (such as a PDF) without making the PDF file
18  megabytes in size, while still allowing other plot components to be
19  presented in their original vector format.
20 License: GPL (>=3)