[med-svn] [r-cran-ggplot2] branch master updated (9907963 -> fe6ba1d)
Andreas Tille
tille at debian.org
Wed Apr 27 19:46:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch master
in repository r-cran-ggplot2.
from 9907963 Fix versioned Dependency from r-cran-scales
new 05bdd4d Imported Upstream version 2.1.0
new faf97b4 Merge tag 'upstream/2.1.0'
new 2bcd1c5 New upstream version
new c7022a3 cme fix dpkg-control
new b33f13a Fix autopkgtest
new fe6ba1d Upload to unstable
The 6 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 | 49 +--
MD5 | 344 ++++++++++---------
NAMESPACE | 11 +
NEWS.md | 635 +++++++++++++++++++++++++++++++++++
R/aes.r | 2 +-
R/annotation-custom.r | 17 +-
R/annotation.r | 3 +-
R/bin.R | 171 ++++++++++
R/data.R | 6 +-
R/facet-grid-.r | 140 +++-----
R/facet-wrap.r | 29 +-
R/fortify.r | 9 +-
R/geom-.r | 5 +-
R/geom-abline.r | 9 +-
R/geom-bar.r | 12 +-
R/geom-bin2d.r | 10 +-
R/geom-blank.r | 24 +-
R/geom-boxplot.r | 32 +-
R/geom-contour.r | 15 +-
R/geom-count.r | 10 +-
R/geom-crossbar.r | 10 +-
R/geom-curve.r | 15 +-
R/geom-density.r | 10 +-
R/geom-density2d.r | 15 +-
R/geom-dotplot.r | 24 +-
R/geom-errorbar.r | 9 +-
R/geom-errorbarh.r | 10 +-
R/geom-freqpoly.r | 20 +-
R/geom-hex.r | 10 +-
R/geom-histogram.r | 16 +-
R/geom-hline.r | 3 +-
R/geom-jitter.r | 11 +-
R/geom-label.R | 16 +-
R/geom-linerange.r | 10 +-
R/geom-map.r | 10 +-
R/geom-path.r | 18 +-
R/geom-point.r | 42 +--
R/geom-pointrange.r | 10 +-
R/geom-polygon.r | 12 +-
R/geom-quantile.r | 14 +-
R/geom-raster.r | 13 +-
R/geom-rect.r | 11 +-
R/geom-ribbon.r | 16 +-
R/geom-rug.r | 11 +-
R/geom-segment.r | 13 +-
R/geom-smooth.r | 21 +-
R/geom-spoke.r | 10 +-
R/geom-text.r | 16 +-
R/geom-tile.r | 14 +-
R/geom-violin.r | 15 +-
R/geom-vline.r | 3 +-
R/ggproto.r | 7 +-
R/guide-legend.r | 45 ++-
R/hexbin.R | 38 +++
R/labels.r | 10 +-
R/layer.r | 70 +++-
R/margins.R | 4 +-
R/panel.r | 4 +-
R/plot-build.r | 4 +-
R/plot-construction.r | 2 +-
R/plot.r | 2 +-
R/position-jitterdodge.R | 15 +-
R/position-nudge.R | 4 +-
R/save.r | 2 +-
R/scale-.r | 5 +-
R/scale-discrete-.r | 36 +-
R/scale-shape.r | 2 +
R/scale-size.r | 16 +
R/scale-type.R | 66 ++++
R/scales-.r | 57 +---
R/stat-bin.r | 169 +++++-----
R/stat-bin2d.r | 19 +-
R/stat-bindot.r | 19 +-
R/stat-binhex.r | 59 +---
R/stat-boxplot.r | 10 +-
R/stat-contour.r | 9 +-
R/stat-count.r | 10 +-
R/stat-density-2d.r | 19 +-
R/stat-density.r | 24 +-
R/stat-ecdf.r | 41 ++-
R/stat-ellipse.R | 18 +-
R/stat-function.r | 37 +-
R/stat-identity.r | 28 +-
R/stat-qq.r | 17 +-
R/stat-quantile.r | 18 +-
R/stat-smooth-methods.r | 6 +-
R/stat-smooth.r | 19 +-
R/stat-sum.r | 12 +-
R/stat-summary-2d.r | 29 +-
R/stat-summary-bin.R | 18 +-
R/stat-summary-hex.r | 55 +--
R/stat-summary.r | 57 ++--
R/stat-unique.r | 14 +-
R/stat-ydensity.r | 27 +-
R/theme-defaults.r | 35 +-
R/theme.r | 59 ++--
R/translate-qplot-base.r | 145 --------
R/translate-qplot-lattice.r | 13 +-
R/utilities-grid.r | 8 +-
R/zxx.r | 29 ++
build/partial.rdb | Bin 175862 -> 186675 bytes
build/vignette.rds | Bin 245 -> 250 bytes
debian/changelog | 8 +
debian/control | 8 +-
debian/tests/run-unit-test | 2 +-
inst/CITATION | 4 +-
inst/doc/extending-ggplot2.Rmd | 12 +-
inst/doc/extending-ggplot2.html | 196 ++++++-----
inst/doc/ggplot2-specs.Rmd | 6 +-
inst/doc/ggplot2-specs.html | 97 +++---
inst/staticdocs/index.r | 3 +-
man/aes_.Rd | 2 +-
man/annotate.Rd | 6 +-
man/annotation_custom.Rd | 17 +-
man/discrete_scale.Rd | 5 +-
man/facet_grid.Rd | 146 +++-----
man/geom_abline.Rd | 38 ++-
man/geom_bar.Rd | 40 ++-
man/geom_bin2d.Rd | 44 +--
man/geom_blank.Rd | 53 ++-
man/geom_boxplot.Rd | 56 +--
man/geom_contour.Rd | 45 +--
man/geom_count.Rd | 44 +--
man/geom_density.Rd | 50 +--
man/geom_density_2d.Rd | 45 +--
man/geom_dotplot.Rd | 40 ++-
man/geom_errorbarh.Rd | 40 ++-
man/geom_hex.Rd | 44 +--
man/geom_histogram.Rd | 86 +++--
man/geom_jitter.Rd | 54 +--
man/geom_linerange.Rd | 48 +--
man/geom_map.Rd | 46 +--
man/geom_path.Rd | 46 +--
man/geom_point.Rd | 40 ++-
man/geom_polygon.Rd | 40 ++-
man/geom_quantile.Rd | 47 +--
man/geom_ribbon.Rd | 40 ++-
man/geom_rug.Rd | 40 ++-
man/geom_segment.Rd | 44 +--
man/geom_smooth.Rd | 59 ++--
man/geom_spoke.Rd | 40 ++-
man/geom_text.Rd | 41 ++-
man/geom_tile.Rd | 49 +--
man/geom_violin.Rd | 57 ++--
man/gg-add.Rd | 2 +-
man/ggtheme.Rd | 1 +
man/guide_legend.Rd | 29 +-
man/layer.Rd | 41 ++-
man/margin.Rd | 4 +-
man/presidential.Rd | 6 +-
man/scale_discrete.Rd | 6 +-
man/scale_gradient.Rd | 4 +
man/scale_shape.Rd | 4 -
man/scale_size.Rd | 2 +
man/stat_ecdf.Rd | 42 ++-
man/stat_ellipse.Rd | 39 ++-
man/stat_function.Rd | 43 ++-
man/stat_identity.Rd | 37 +-
man/stat_qq.Rd | 43 ++-
man/stat_summary.Rd | 92 +++--
man/stat_summary_2d.Rd | 51 ++-
man/stat_unique.Rd | 39 ++-
man/theme.Rd | 29 --
man/theme_update.Rd | 25 +-
man/translate_qplot_base.Rd | 150 ---------
man/translate_qplot_lattice.Rd | 13 +-
tests/testthat/Rplots.pdf | Bin 0 -> 3831 bytes
tests/testthat/test-aes-setting.r | 19 ++
tests/testthat/test-boxplot.r | 33 +-
tests/testthat/test-empty-data.r | 8 +
tests/testthat/test-facet-strips.r | 112 ++++++
tests/testthat/test-geom-boxplot.R | 9 +
tests/testthat/test-geom-freqpoly.R | 12 +
tests/testthat/test-geom-ribbon.R | 10 +
tests/testthat/test-geom-tile.R | 13 +
tests/testthat/test-grid-utils.R | 8 +
tests/testthat/test-layer.r | 13 +
tests/testthat/test-scale-discrete.R | 18 +
tests/testthat/test-stat-bin.R | 84 +++++
tests/testthat/test-stat-bin2d.R | 4 +-
tests/testthat/test-stats-function.r | 11 +
vignettes/extending-ggplot2.Rmd | 12 +-
vignettes/ggplot2-specs.Rmd | 6 +-
183 files changed, 3829 insertions(+), 2446 deletions(-)
create mode 100644 NEWS.md
create mode 100644 R/bin.R
create mode 100644 R/hexbin.R
create mode 100644 R/scale-type.R
delete mode 100644 R/translate-qplot-base.r
delete mode 100644 man/translate_qplot_base.Rd
create mode 100644 tests/testthat/Rplots.pdf
create mode 100644 tests/testthat/test-facet-strips.r
create mode 100644 tests/testthat/test-geom-boxplot.R
create mode 100644 tests/testthat/test-geom-freqpoly.R
create mode 100644 tests/testthat/test-geom-ribbon.R
create mode 100644 tests/testthat/test-geom-tile.R
create mode 100644 tests/testthat/test-grid-utils.R
create mode 100644 tests/testthat/test-scale-discrete.R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-ggplot2.git
More information about the debian-med-commit
mailing list