This is an automated email from the git hooks/post-receive script.

benjamin-guest pushed a change to branch upstream
in repository r-cran-ggplot2.

      from  a99af1a   Imported Upstream version 0.9.3.1
       new  10dffaa   Imported Upstream version 1.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                            |  98 +++--
 MD5                                    | 776 +++++++++++++++++----------------
 NAMESPACE                              |  16 +
 NEWS                                   | 150 +++++--
 R/aaa-.r                               |  14 +-
 R/aes-calculated.r                     |  45 ++
 R/aes-colour-fill-alpha.r              |  18 +-
 R/aes-group-order.r                    |  44 +-
 R/aes-linetype-size-shape.r            |  28 +-
 R/aes-position.r                       |  48 +-
 R/aes.r                                |  98 +++--
 R/annotation-custom.r                  |  31 +-
 R/annotation-map.r                     |  18 +-
 R/annotation-raster.r                  |  26 +-
 R/annotation.r                         |  30 +-
 R/autoplot.r                           |   2 +-
 R/bench.r                              |  10 +-
 R/coord-.r                             |  32 +-
 R/coord-cartesian-.r                   |  36 +-
 R/coord-fixed.r                        |   6 +-
 R/coord-flip.r                         |  18 +-
 R/coord-map.r                          |  58 +--
 R/coord-munch.r                        |  22 +-
 R/coord-polar.r                        |  90 ++--
 R/coord-quickmap.R                     |  65 +++
 R/coord-transform.r                    |  46 +-
 R/facet-.r                             |  16 +-
 R/facet-grid-.r                        | 138 +++---
 R/facet-labels.r                       | 132 +++++-
 R/facet-layout.r                       |  52 ++-
 R/facet-locate.r                       |  36 +-
 R/facet-null.r                         |  28 +-
 R/facet-viewports.r                    |  20 +-
 R/facet-wrap.r                         |  86 ++--
 R/fortify-lm.r                         |  45 +-
 R/fortify-map.r                        |  27 +-
 R/fortify-multcomp.r                   |  18 +-
 R/fortify-spatial.r                    |  18 +-
 R/fortify.r                            |  14 +-
 R/geom-.r                              |  22 +-
 R/geom-abline.r                        |  30 +-
 R/geom-bar-.r                          |  64 +--
 R/geom-bar-histogram.r                 |  37 +-
 R/geom-bin2d.r                         |  10 +-
 R/geom-blank.r                         |   8 +-
 R/geom-boxplot.r                       | 129 ++++--
 R/geom-crossbar.r                      |  14 +-
 R/geom-defaults.r                      |   8 +-
 R/geom-dotplot.r                       |  40 +-
 R/geom-error.r                         |  36 +-
 R/geom-errorh.r                        |  32 +-
 R/geom-freqpoly.r                      |  12 +-
 R/geom-hex.r                           |  24 +-
 R/geom-hline.r                         |  22 +-
 R/geom-linerange.r                     |  21 +-
 R/geom-map.r                           |  62 +--
 R/geom-path-.r                         |  84 ++--
 R/geom-path-contour.r                  |   8 +-
 R/geom-path-density2d.r                |  14 +-
 R/geom-path-line.r                     |  38 +-
 R/geom-path-step.r                     |  20 +-
 R/geom-point-.r                        |  78 ++--
 R/geom-point-jitter.r                  |  24 +-
 R/geom-pointrange.r                    |  10 +-
 R/geom-polygon.r                       |  38 +-
 R/geom-quantile.r                      |   8 +-
 R/geom-raster.r                        |  34 +-
 R/geom-rect.r                          |  30 +-
 R/geom-ribbon-.r                       |  46 +-
 R/geom-ribbon-density.r                |   8 +-
 R/geom-rug.r                           |  12 +-
 R/geom-segment.r                       |  28 +-
 R/geom-smooth.r                        |  32 +-
 R/geom-text.r                          |  40 +-
 R/geom-tile.r                          |  35 +-
 R/geom-violin.r                        |  34 +-
 R/geom-vline.r                         |  26 +-
 R/ggplot2.r                            |  68 +--
 R/grob-absolute.r                      |  26 +-
 R/grob-dotstack.r                      |  11 +-
 R/grob-null.r                          |  24 +-
 R/guide-colorbar.r                     |  70 +--
 R/guide-legend.r                       |  91 ++--
 R/guides-.r                            |  42 +-
 R/guides-axis.r                        |  18 +-
 R/guides-grid.r                        |  10 +-
 R/labels.r                             |  12 +-
 R/layer.r                              | 123 +++---
 R/limits.r                             |  49 ++-
 R/matrix.r                             |  48 --
 R/panel.r                              |  71 ++-
 R/plot-build.r                         |  30 +-
 R/plot-construction.r                  |  10 +-
 R/plot-last.r                          |   6 +-
 R/plot-render.r                        |  52 ++-
 R/plot.r                               |  42 +-
 R/position-.r                          |  12 +-
 R/position-collide.r                   |  39 +-
 R/position-dodge.r                     |  14 +-
 R/position-fill.r                      |  14 +-
 R/position-identity.r                  |   2 +-
 R/position-jitter.r                    |  20 +-
 R/position-jitterdodge.R               |  87 ++++
 R/position-stack.r                     |  22 +-
 R/quick-plot.r                         |   1 +
 R/save.r                               |  52 +--
 R/scale-.r                             | 198 +++++----
 R/scale-alpha.r                        |   6 +-
 R/scale-area.r                         |   4 +-
 R/scale-brewer.r                       |  83 +++-
 R/scale-continuous.r                   |  22 +-
 R/scale-date.r                         |  40 +-
 R/scale-datetime.r                     |  24 +-
 R/scale-discrete-.r                    |  58 +--
 R/scale-gradient.r                     |  18 +-
 R/scale-gradient2.r                    |  27 +-
 R/scale-gradientn.r                    |  22 +-
 R/scale-grey.r                         |  10 +-
 R/scale-hue.r                          |  16 +-
 R/scale-identity.r                     |  22 +-
 R/scale-linetype.r                     |   8 +-
 R/scale-manual.r                       |  10 +-
 R/scale-shape.r                        |  14 +-
 R/scale-size.r                         |  16 +-
 R/scales-.r                            |  57 +--
 R/stat-.r                              |  28 +-
 R/stat-bin.r                           |  58 +--
 R/stat-bin2d.r                         |  48 +-
 R/stat-bindot.r                        |  16 +-
 R/stat-binhex.r                        |  48 +-
 R/stat-boxplot.r                       |  37 +-
 R/stat-contour.r                       |  38 +-
 R/stat-density-2d.r                    |  36 +-
 R/stat-density.r                       |  56 +--
 R/stat-ecdf.r                          |   8 +-
 R/stat-ellipse.R                       | 102 +++++
 R/stat-function.r                      |  24 +-
 R/stat-identity.r                      |  14 +-
 R/stat-qq.r                            |  34 +-
 R/stat-quantile.r                      |  40 +-
 R/stat-smooth-methods.r                |  24 +-
 R/stat-smooth.r                        | 100 ++---
 R/stat-spoke.r                         |  10 +-
 R/stat-sum.r                           |  22 +-
 R/stat-summary-2d.r                    |  22 +-
 R/stat-summary-hex.r                   |  34 +-
 R/stat-summary.r                       | 112 ++---
 R/stat-unique.r                        |  12 +-
 R/stat-vline.r                         |  38 +-
 R/stat-ydensity.r                      |   4 +-
 R/summary.r                            |  16 +-
 R/templates.r                          | 211 ++-------
 R/theme-defaults.r                     | 118 ++++-
 R/theme-elements.r                     |  44 +-
 R/theme.r                              |  60 +--
 R/translate-qplot-base.r               |  56 +--
 R/translate-qplot-ggplot.r             |  30 +-
 R/translate-qplot-gpl.r                |  14 +-
 R/translate-qplot-lattice.r            |  14 +-
 R/utilities-break.r                    |  10 +-
 R/utilities-grid.r                     |   6 +-
 R/utilities-layer.r                    |  12 +-
 R/utilities-matrix.r                   |  48 +-
 R/utilities-resolution.r               |   8 +-
 R/utilities-table.r                    |   6 +-
 R/utilities.r                          |  54 +--
 R/xxx-digest.r                         |  14 +-
 R/zxx.r                                |   4 +
 R/zzz.r                                |   8 +-
 README.md                              |  19 +-
 build/partial.rdb                      | Bin 157469 -> 148046 bytes
 build/vignette.rds                     | Bin 0 -> 245 bytes
 inst/doc/development.R                 |  18 +
 inst/doc/development.Rmd               | 263 +++++++++++
 inst/doc/development.html              | 435 ++++++++++++++++++
 inst/doc/release.R                     |  10 +
 inst/doc/release.Rmd                   | 107 +++++
 inst/doc/release.html                  | 243 +++++++++++
 inst/staticdocs/README.md              |   0
 inst/staticdocs/icons.R                | 422 ++++++++++++++++++
 inst/staticdocs/index.r                | 775 ++++++++++----------------------
 inst/test_ns/R/my-plot.r               |   4 +-
 inst/tests/helper-plot-data.r          |  14 +-
 inst/tests/test-aes-grouping.r         |  10 +-
 inst/tests/test-aes-setting.r          |  10 +-
 inst/tests/test-aes.r                  |  10 +-
 inst/tests/test-build.r                |  16 +-
 inst/tests/test-data.r                 |   2 +-
 inst/tests/test-facet-.r               |  18 +-
 inst/tests/test-facet-layout.r         |  32 +-
 inst/tests/test-facet-locate.r         |  26 +-
 inst/tests/test-fortify.r              |   6 +-
 inst/tests/test-layer.r                |  18 +
 inst/tests/test-qplot.r                |   6 +-
 inst/tests/test-scale-manual.r         |  16 +-
 inst/tests/test-scales-breaks-labels.r |  90 ++--
 inst/tests/test-scales.r               |  56 +--
 inst/tests/test-stats.r                |  54 +--
 man/absoluteGrob.Rd                    |   9 +-
 man/add_theme.Rd                       |  16 +-
 man/aes.Rd                             |  30 +-
 man/aes_all.Rd                         |   8 +-
 man/aes_auto.Rd                        |   9 +-
 man/aes_colour_fill_alpha.Rd           |   5 +-
 man/aes_group_order.Rd                 |   3 +-
 man/aes_linetype_size_shape.Rd         |   5 +-
 man/aes_position.Rd                    |  23 +-
 man/aes_string.Rd                      |  40 +-
 man/annotate.Rd                        |  34 +-
 man/annotation_custom.Rd               |  42 +-
 man/annotation_logticks.Rd             |  65 ++-
 man/annotation_map.Rd                  |  12 +-
 man/annotation_raster.Rd               |  30 +-
 man/autoplot.Rd                        |  19 +-
 man/benchplot.Rd                       |   9 +-
 man/borders.Rd                         |  21 +-
 man/calc_element.Rd                    |  14 +-
 man/continuous_scale.Rd                |  98 ++---
 man/coord.Rd                           |   7 +-
 man/coord_cartesian.Rd                 |  18 +-
 man/coord_expand_defaults.Rd           |   5 +-
 man/coord_fixed.Rd                     |  29 +-
 man/coord_flip.Rd                      |  13 +-
 man/coord_map.Rd                       |  37 +-
 man/coord_polar.Rd                     |  16 +-
 man/coord_quickmap.Rd                  |  51 +++
 man/coord_trans.Rd                     |  26 +-
 man/cut_interval.Rd                    |  16 +-
 man/cut_number.Rd                      |  15 +-
 man/cweave.Rd                          |   9 +-
 man/diamonds.Rd                        |  31 +-
 man/discrete_scale.Rd                  | 105 +++--
 man/economics.Rd                       |  29 +-
 man/element_blank.Rd                   |   7 +-
 man/element_line.Rd                    |  17 +-
 man/element_rect.Rd                    |  17 +-
 man/element_text.Rd                    |  28 +-
 man/expand_limits.Rd                   |  12 +-
 man/facet.Rd                           |  11 +-
 man/facet_grid.Rd                      |  97 ++---
 man/facet_null.Rd                      |  11 +-
 man/facet_wrap.Rd                      |  41 +-
 man/fortify-multcomp.Rd                |  19 +-
 man/fortify.Rd                         |  19 +-
 man/fortify.lm.Rd                      |  28 +-
 man/fortify.map.Rd                     |  15 +-
 man/fortify.sp.Rd                      |  30 +-
 man/geom_abline.Rd                     |  66 ++-
 man/geom_area.Rd                       |  55 ++-
 man/geom_bar.Rd                        | 114 +++--
 man/geom_bin2d.Rd                      |  37 +-
 man/geom_blank.Rd                      |  35 +-
 man/geom_boxplot.Rd                    | 122 +++---
 man/geom_contour.Rd                    |  54 ++-
 man/geom_crossbar.Rd                   |  51 +--
 man/geom_density.Rd                    |  46 +-
 man/geom_density2d.Rd                  |  61 ++-
 man/geom_dotplot.Rd                    | 155 +++----
 man/geom_errorbar.Rd                   |  49 +--
 man/geom_errorbarh.Rd                  |  39 +-
 man/geom_freqpoly.Rd                   |  39 +-
 man/geom_hex.Rd                        |  37 +-
 man/geom_histogram.Rd                  |  50 +--
 man/geom_hline.Rd                      |  62 ++-
 man/geom_jitter.Rd                     |  58 ++-
 man/geom_line.Rd                       |  43 +-
 man/geom_linerange.Rd                  |  52 ++-
 man/geom_map.Rd                        |  51 ++-
 man/geom_path.Rd                       |  61 ++-
 man/geom_point.Rd                      |  96 ++--
 man/geom_pointrange.Rd                 |  49 +--
 man/geom_polygon.Rd                    |  42 +-
 man/geom_quantile.Rd                   |  55 ++-
 man/geom_raster.Rd                     |  64 ++-
 man/geom_rect.Rd                       |  37 +-
 man/geom_ribbon.Rd                     |  49 +--
 man/geom_rug.Rd                        |  44 +-
 man/geom_segment.Rd                    |  59 ++-
 man/geom_smooth.Rd                     |  43 +-
 man/geom_step.Rd                       |  41 +-
 man/geom_text.Rd                       |  41 +-
 man/geom_tile.Rd                       |  41 +-
 man/geom_violin.Rd                     |  50 +--
 man/geom_vline.Rd                      |  62 ++-
 man/gg-add.Rd                          |  61 ++-
 man/gg_dep.Rd                          |  42 +-
 man/ggfluctuation.Rd                   |  41 --
 man/ggmissing.Rd                       |  40 --
 man/ggorder.Rd                         |  14 -
 man/ggpcp.Rd                           |  39 --
 man/ggplot.Rd                          |  71 +--
 man/ggplot.data.frame.Rd               |  21 +-
 man/ggplot2.Rd                         |   3 +-
 man/ggplotGrob.Rd                      |   7 +-
 man/ggplot_build.Rd                    |  21 +-
 man/ggplot_gtable.Rd                   |  28 +-
 man/ggsave.Rd                          |  72 ++-
 man/ggscale.Rd                         |  30 +-
 man/ggstructure.Rd                     |  19 -
 man/ggtheme.Rd                         |  77 ++++
 man/guide_colourbar.Rd                 | 181 ++++----
 man/guide_legend.Rd                    | 142 +++---
 man/guides.Rd                          |  16 +-
 man/hmisc.Rd                           |  23 +-
 man/interleave.Rd                      |   8 +-
 man/is.coord.Rd                        |   5 +-
 man/is.facet.Rd                        |   7 +-
 man/is.ggplot.Rd                       |   7 +-
 man/is.rel.Rd                          |   7 +-
 man/is.theme.Rd                        |   7 +-
 man/label_both.Rd                      |  13 +-
 man/label_bquote.Rd                    |  15 +-
 man/label_parsed.Rd                    |  15 +-
 man/label_value.Rd                     |  15 +-
 man/label_wrap_gen.Rd                  |  17 +
 man/labeller.Rd                        |  74 ++++
 man/labs.Rd                            |  16 +-
 man/last_plot.Rd                       |   7 +-
 man/layer.Rd                           |   5 +-
 man/limits.Rd                          |   9 +-
 man/map_data.Rd                        |  30 +-
 man/mean_se.Rd                         |  11 +-
 man/midwest.Rd                         |  54 ++-
 man/movies.Rd                          |  47 +-
 man/mpg.Rd                             |  32 +-
 man/msleep.Rd                          |  38 +-
 man/opts.Rd                            |   9 +-
 man/plot-templates.Rd                  |  31 ++
 man/plotmatrix.Rd                      |  23 -
 man/position_dodge.Rd                  |  20 +-
 man/position_fill.Rd                   |  26 +-
 man/position_identity.Rd               |  20 +-
 man/position_jitter.Rd                 |  20 +-
 man/position_jitterdodge.Rd            |  36 ++
 man/position_stack.Rd                  |  20 +-
 man/presidential.Rd                    |   9 +-
 man/print.ggplot.Rd                    |  17 +-
 man/qplot.Rd                           |  76 ++--
 man/rel.Rd                             |   7 +-
 man/resolution.Rd                      |  19 +-
 man/rweave.Rd                          |   9 +-
 man/scale_alpha.Rd                     |  22 +-
 man/scale_area.Rd                      |  21 +-
 man/scale_brewer.Rd                    | 115 +++--
 man/scale_continuous.Rd                |  42 +-
 man/scale_date.Rd                      |  58 ++-
 man/scale_datetime.Rd                  |  57 ++-
 man/scale_discrete.Rd                  |  43 +-
 man/scale_gradient.Rd                  |  92 ++--
 man/scale_gradient2.Rd                 |  90 ++--
 man/scale_gradientn.Rd                 |  78 ++--
 man/scale_grey.Rd                      |  56 +--
 man/scale_hue.Rd                       |  74 ++--
 man/scale_identity.Rd                  |  25 +-
 man/scale_linetype.Rd                  |  23 +-
 man/scale_manual.Rd                    |  35 +-
 man/scale_shape.Rd                     |  19 +-
 man/scale_size.Rd                      |  27 +-
 man/scale_size_area.Rd                 |  22 +-
 man/seals.Rd                           |  19 +-
 man/should_stop.Rd                     |   7 +-
 man/stat_abline.Rd                     |  33 +-
 man/stat_bin.Rd                        |  70 ++-
 man/stat_bin2d.Rd                      |  45 +-
 man/stat_bindot.Rd                     | 107 +++--
 man/stat_binhex.Rd                     |  46 +-
 man/stat_boxplot.Rd                    |  65 ++-
 man/stat_contour.Rd                    |  44 +-
 man/stat_density.Rd                    |  66 ++-
 man/stat_density2d.Rd                  |  46 +-
 man/stat_ecdf.Rd                       |  38 +-
 man/stat_ellipse.Rd                    |  74 ++++
 man/stat_function.Rd                   |  55 ++-
 man/stat_hline.Rd                      |  33 +-
 man/stat_identity.Rd                   |  40 +-
 man/stat_qq.Rd                         |  45 +-
 man/stat_quantile.Rd                   |  55 ++-
 man/stat_smooth.Rd                     |  96 ++--
 man/stat_spoke.Rd                      |  41 +-
 man/stat_sum.Rd                        |  46 +-
 man/stat_summary.Rd                    |  89 ++--
 man/stat_summary2d.Rd                  |  58 ++-
 man/stat_summary_hex.Rd                |  59 ++-
 man/stat_unique.Rd                     |  35 +-
 man/stat_vline.Rd                      |  33 +-
 man/stat_ydensity.Rd                   |  82 ++--
 man/summary.ggplot.Rd                  |  10 +-
 man/theme.Rd                           | 271 ++++++------
 man/theme_blank.Rd                     |  19 +-
 man/theme_bw.Rd                        |  15 -
 man/theme_classic.Rd                   |  16 -
 man/theme_grey.Rd                      |  16 -
 man/theme_minimal.Rd                   |  15 -
 man/theme_update.Rd                    |  18 +-
 man/translate_qplot_base.Rd            |  14 +-
 man/translate_qplot_ggplot.Rd          |  14 +-
 man/translate_qplot_gpl.Rd             |   6 +-
 man/translate_qplot_lattice.Rd         |   8 +-
 man/update_defaults.Rd                 |  11 +-
 man/update_element.Rd                  |  17 +-
 man/update_labels.Rd                   |   9 +-
 man/waiver.Rd                          |  13 +-
 man/xylim.Rd                           |  24 +-
 man/zeroGrob.Rd                        |   5 +-
 vignettes/development.Rmd              | 263 +++++++++++
 vignettes/release.Rmd                  | 107 +++++
 406 files changed, 10084 insertions(+), 7975 deletions(-)
 create mode 100644 R/aes-calculated.r
 create mode 100644 R/coord-quickmap.R
 delete mode 100644 R/matrix.r
 create mode 100644 R/position-jitterdodge.R
 create mode 100644 R/stat-ellipse.R
 create mode 100644 build/vignette.rds
 create mode 100644 inst/doc/development.R
 create mode 100644 inst/doc/development.Rmd
 create mode 100644 inst/doc/development.html
 create mode 100644 inst/doc/release.R
 create mode 100644 inst/doc/release.Rmd
 create mode 100644 inst/doc/release.html
 create mode 100644 inst/staticdocs/README.md
 create mode 100644 inst/staticdocs/icons.R
 create mode 100644 inst/tests/test-layer.r
 create mode 100644 man/coord_quickmap.Rd
 delete mode 100644 man/ggfluctuation.Rd
 delete mode 100644 man/ggmissing.Rd
 delete mode 100644 man/ggorder.Rd
 delete mode 100644 man/ggpcp.Rd
 delete mode 100644 man/ggstructure.Rd
 create mode 100644 man/ggtheme.Rd
 create mode 100644 man/label_wrap_gen.Rd
 create mode 100644 man/labeller.Rd
 create mode 100644 man/plot-templates.Rd
 delete mode 100644 man/plotmatrix.Rd
 create mode 100644 man/position_jitterdodge.Rd
 create mode 100644 man/stat_ellipse.Rd
 delete mode 100644 man/theme_bw.Rd
 delete mode 100644 man/theme_classic.Rd
 delete mode 100644 man/theme_grey.Rd
 delete mode 100644 man/theme_minimal.Rd
 create mode 100644 vignettes/development.Rmd
 create mode 100644 vignettes/release.Rmd

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/r-cran-ggplot2.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to