]> git.donarmstrong.com Git - r/CairoHacks.git/blobdiff - DESCRIPTION
fix capitalization of DESCRIPTION
[r/CairoHacks.git] / DESCRIPTION
index 2c7ce5d225ac4a504a050b5ba34c5df1e93d8119..19a9de3d386f1c0582a87c45fbcb8a6879942e48 100644 (file)
@@ -1,13 +1,15 @@
 Package: CairoHacks
 Type: Package
-Title: Various hacks for Cairo devices including PDF bookmarks and raster plots in PDFs
+Title: Various Hacks for Cairo Devices Including PDF Bookmarks and Raster Plots in PDFs
 Version: 1.0
 Date: 2016-06-20
 Authors@R: person("Don","Armstrong",email="don@donarmstrong.com",role=c("aut","cre"))
 Maintainer: Don Armstrong <don@donarmstrong.com>
-Depends: Cairo, grid
-Description: Collection of hacks for Cairo components (bookmarks, raster plots)
- Add table of contents to PDFs and methods to plot raster plots in the
+Imports: Cairo, grid,
+    grDevices
+SystemRequirements: pdftk
+Description: Routines which enable the addition of PDF bookmarks
+ (table of contents) to PDFs and methods to plot raster plots in the
  middle of PDF plots.
  .
  Bookmarks enable the easy browsing of PDFs by table of contents/index
@@ -18,3 +20,6 @@ Description: Collection of hacks for Cairo components (bookmarks, raster plots)
  megabytes in size, while still allowing other plot components to be
  presented in their original vector format.
 License: GPL (>=3)
+Suggests: knitr
+VignetteBuilder: knitr
+Git: http://git.donarmstrong.com/r/CairoHacks.git