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

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

      from  7881420   Imported Upstream version 0.2.3
       new  e581e46   Imported Upstream version 0.2.4

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                                      |  33 ++--
 LICENSE                                          |   2 +
 MD5                                              | 183 ++++++++++++-----------
 NAMESPACE                                        |   7 +-
 NEWS                                             |  11 +-
 R/breaks.r                                       |  31 ++--
 R/colour-manip.r                                 |   2 +-
 R/documentation.r                                |   2 +-
 R/formatter.r                                    |  25 ++--
 R/full-seq.r                                     |  16 +-
 R/pal-brewer.r                                   |  29 ++--
 R/pal-dichromat.r                                |  12 +-
 R/pal-hue.r                                      |  11 +-
 R/range.r                                        |  10 +-
 R/scales.r                                       |   4 +-
 R/trans-numeric.r                                |  34 ++---
 R/trans.r                                        |  15 +-
 README.md                                        |   2 +
 build/partial.rdb                                | Bin 6356 -> 6283 bytes
 man/Range-class.Rd                               |  13 ++
 man/Range.Rd                                     |  11 --
 man/abs_area.Rd                                  |   8 +-
 man/alpha.Rd                                     |  13 +-
 man/area_pal.Rd                                  |   9 +-
 man/as.trans.Rd                                  |   7 +-
 man/asn_trans.Rd                                 |   5 +-
 man/atanh_trans.Rd                               |   5 +-
 man/boxcox_trans.Rd                              |  10 +-
 man/brewer_pal.Rd                                |  15 +-
 man/cbreaks.Rd                                   |  29 ++--
 man/censor.Rd                                    |  14 +-
 man/col2hcl.Rd                                   |  17 ++-
 man/comma_format.Rd                              |  17 +--
 man/cscale.Rd                                    |  22 +--
 man/date_breaks.Rd                               |  11 +-
 man/date_format.Rd                               |  10 +-
 man/date_trans.Rd                                |   5 +-
 man/dichromat_pal.Rd                             |   9 +-
 man/discard.Rd                                   |  10 +-
 man/div_gradient_pal.Rd                          |  18 +--
 man/dollar_format.Rd                             |  25 ++--
 man/dscale.Rd                                    |  11 +-
 man/exp_trans.Rd                                 |   8 +-
 man/expand_range.Rd                              |  15 +-
 man/extended_breaks.Rd                           |  19 +--
 man/format_format.Rd                             |  12 +-
 man/fullseq.Rd                                   |  13 +-
 man/gradient_n_pal.Rd                            |  20 +--
 man/grey_pal.Rd                                  |  11 +-
 man/hue_pal.Rd                                   |  20 +--
 man/identity_pal.Rd                              |   6 +-
 man/identity_trans.Rd                            |   5 +-
 man/linetype_pal.Rd                              |   6 +-
 man/log1p_trans.Rd                               |   5 +-
 man/log_breaks.Rd                                |   9 +-
 man/log_trans.Rd                                 |   7 +-
 man/manual_pal.Rd                                |   7 +-
 man/math_format.Rd                               |  21 +--
 man/muted.Rd                                     |  11 +-
 man/package-scales.Rd                            |   3 +-
 man/parse_format.Rd                              |  11 +-
 man/percent_format.Rd                            |  14 +-
 man/pretty_breaks.Rd                             |  12 +-
 man/probability_trans.Rd                         |  15 +-
 man/reciprocal_trans.Rd                          |   5 +-
 man/rescale.Rd                                   |  14 +-
 man/rescale_max.Rd                               |  14 +-
 man/rescale_mid.Rd                               |  17 +--
 man/rescale_none.Rd                              |   9 +-
 man/rescale_pal.Rd                               |  11 +-
 man/reverse_trans.Rd                             |   5 +-
 man/scientific_format.Rd                         |  18 +--
 man/seq_gradient_pal.Rd                          |  15 +-
 man/shape_pal.Rd                                 |   7 +-
 man/show_col.Rd                                  |   7 +-
 man/sqrt_trans.Rd                                |   5 +-
 man/squish.Rd                                    |  16 +-
 man/squish_infinite.Rd                           |  10 +-
 man/time_trans.Rd                                |  10 +-
 man/trans_breaks.Rd                              |  15 +-
 man/trans_format.Rd                              |  14 +-
 man/trans_new.Rd                                 |  44 +++---
 man/trans_range.Rd                               |  12 +-
 man/zero_range.Rd                                |  24 +--
 tests/{test-all.R => testthat.R}                 |   2 +-
 {inst/tests => tests/testthat}/test-alpha.r      |   0
 {inst/tests => tests/testthat}/test-bounds.r     |   0
 {inst/tests => tests/testthat}/test-breaks-log.r |   0
 {inst/tests => tests/testthat}/test-formatter.r  |   0
 {inst/tests => tests/testthat}/test-range.r      |   0
 {inst/tests => tests/testthat}/test-scale.r      |   0
 {inst/tests => tests/testthat}/test-trans-date.r |   0
 {inst/tests => tests/testthat}/test-trans.r      |   0
 {inst/tests => tests/testthat}/test-zero-range.r |   0
 94 files changed, 640 insertions(+), 607 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 man/Range-class.Rd
 delete mode 100644 man/Range.Rd
 rename tests/{test-all.R => testthat.R} (61%)
 rename {inst/tests => tests/testthat}/test-alpha.r (100%)
 rename {inst/tests => tests/testthat}/test-bounds.r (100%)
 rename {inst/tests => tests/testthat}/test-breaks-log.r (100%)
 rename {inst/tests => tests/testthat}/test-formatter.r (100%)
 rename {inst/tests => tests/testthat}/test-range.r (100%)
 rename {inst/tests => tests/testthat}/test-scale.r (100%)
 rename {inst/tests => tests/testthat}/test-trans-date.r (100%)
 rename {inst/tests => tests/testthat}/test-trans.r (100%)
 rename {inst/tests => tests/testthat}/test-zero-range.r (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/r-cran-scales.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