Package: ggplot2
Type: Package
Title: An implementation of the Grammar of Graphics
Version: 1.0.0
Author: Hadley Wickham <h.wickham@gmail.com>, Winston Chang <winston@stdout.org>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: An implementation of the grammar of graphics
    in R. It combines the advantages of both base and
    lattice graphics: conditioning and shared axes are
    handled automatically, and you can still build up a
    plot step by step from multiple data sources. It also
    implements a sophisticated multidimensional
    conditioning system and a consistent interface to map
    data to aesthetic attributes. See the ggplot2 website
    for more information, documentation and examples.
Depends: R (>= 2.14), stats, methods
Imports: plyr (>= 1.7.1), digest, grid, gtable (>= 0.1.1), reshape2,
        scales (>= 0.2.3), proto, MASS
Suggests: quantreg, Hmisc, mapproj, maps, hexbin, maptools, multcomp,
        nlme, testthat, knitr, mgcv
VignetteBuilder: knitr
Enhances: sp
License: GPL-2
URL: http://ggplot2.org, https://github.com/hadley/ggplot2
BugReports: https://github.com/hadley/ggplot2/issues
LazyData: true
Collate: 'aaa-.r' 'aaa-constants.r' 'aes-calculated.r'
        'aes-colour-fill-alpha.r' 'aes-group-order.r'
        'aes-linetype-size-shape.r' 'aes-position.r' 'aes.r' 'geom-.r'
        'annotation-custom.r' 'annotation-logticks.r' 'geom-polygon.r'
        'geom-map.r' 'annotation-map.r' 'geom-raster.r'
        'annotation-raster.r' 'annotation.r' 'autoplot.r' 'bench.r'
        'coord-.r' 'coord-cartesian-.r' 'coord-fixed.r' 'coord-flip.r'
        'coord-map.r' 'coord-munch.r' 'coord-polar.r'
        'coord-quickmap.R' 'coord-transform.r' 'facet-.r'
        'facet-grid-.r' 'facet-labels.r' 'facet-layout.r'
        'facet-locate.r' 'facet-null.r' 'facet-viewports.r'
        'facet-wrap.r' 'fortify-lm.r' 'fortify-map.r'
        'fortify-multcomp.r' 'fortify-spatial.r' 'fortify.r'
        'geom-abline.r' 'geom-bar-.r' 'geom-bar-histogram.r'
        'geom-bin2d.r' 'geom-blank.r' 'geom-boxplot.r'
        'geom-crossbar.r' 'geom-defaults.r' 'geom-dotplot.r'
        'geom-error.r' 'geom-errorh.r' 'geom-freqpoly.r' 'geom-hex.r'
        'geom-hline.r' 'geom-linerange.r' 'geom-path-.r'
        'geom-path-contour.r' 'geom-path-density2d.r'
        'geom-path-line.r' 'geom-path-step.r' 'geom-point-.r'
        'geom-point-jitter.r' 'geom-pointrange.r' 'geom-quantile.r'
        'geom-rect.r' 'geom-ribbon-.r' 'geom-ribbon-density.r'
        'geom-rug.r' 'geom-segment.r' 'geom-smooth.r' 'geom-text.r'
        'geom-tile.r' 'geom-violin.r' 'geom-vline.r' 'ggplot2.r'
        'grob-absolute.r' 'grob-dotstack.r' 'grob-null.r'
        'guide-colorbar.r' 'guide-legend.r' 'guides-.r' 'guides-axis.r'
        'guides-grid.r' 'labels.r' 'layer.r' 'limits.r' 'panel.r'
        'plot-build.r' 'plot-construction.r' 'plot-last.r'
        'plot-render.r' 'plot.r' 'position-.r' 'position-collide.r'
        'position-dodge.r' 'position-fill.r' 'position-identity.r'
        'position-jitter.r' 'position-jitterdodge.R' 'position-stack.r'
        'quick-plot.r' 'save.r' 'scale-.r' 'scale-alpha.r'
        'scale-area.r' 'scale-brewer.r' 'scale-continuous.r'
        'scale-date.r' 'scale-datetime.r' 'scale-discrete-.r'
        'scale-gradient.r' 'scale-gradient2.r' 'scale-gradientn.r'
        'scale-grey.r' 'scale-hue.r' 'scale-identity.r'
        'scale-linetype.r' 'scale-manual.r' 'scale-shape.r'
        'scale-size.r' 'scales-.r' 'stat-.r' 'stat-bin.r'
        'stat-bin2d.r' 'stat-bindot.r' 'stat-binhex.r' 'stat-boxplot.r'
        'stat-contour.r' 'stat-density-2d.r' 'stat-density.r'
        'stat-ecdf.r' 'stat-ellipse.R' 'stat-function.r'
        'stat-identity.r' 'stat-qq.r' 'stat-quantile.r'
        'stat-smooth-methods.r' 'stat-smooth.r' 'stat-spoke.r'
        'stat-sum.r' 'stat-summary-2d.r' 'stat-summary-hex.r'
        'stat-summary.r' 'stat-unique.r' 'stat-vline.r'
        'stat-ydensity.r' 'summary.r' 'templates.r' 'theme-defaults.r'
        'theme-elements.r' 'theme.r' 'translate-qplot-base.r'
        'translate-qplot-ggplot.r' 'translate-qplot-gpl.r'
        'translate-qplot-lattice.r' 'utilities-break.r'
        'utilities-grid.r' 'utilities-help.r' 'utilities-layer.r'
        'utilities-matrix.r' 'utilities-resolution.r'
        'utilities-table.r' 'utilities.r' 'xxx-digest.r' 'zxx.r'
        'zzz.r'
Packaged: 2014-05-20 22:12:23 UTC; hadley
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-05-21 15:36:28
