[med-svn] [r-cran-scales] branch master updated (1681cbe -> 8e115fc)

Andreas Tille tille at debian.org
Wed Oct 25 06:25:00 UTC 2017


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

tille pushed a change to branch master
in repository r-cran-scales.

      from  1681cbe   Upload to unstable
       new  e4f0714   Secure URI in watch file
       new  5584821   debhelper 10
       new  c05a056   New upstream version 0.5.0
       new  5598d6f   Updated version 0.5.0 from 'upstream/0.5.0'
       new  3237292   New upstream version
       new  9ea2b31   Standards-Version: 4.1.1
       new  8e115fc   New Build-Depends: r-cran-r6, r-cran-viridislite; upload to unstable

The 7 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                        |  12 +--
 MD5                                | 174 +++++++++++++++++++------------------
 NAMESPACE                          |  16 +++-
 NEWS.md                            |  13 +++
 R/RcppExports.R                    |   6 +-
 R/bounds.r                         |  94 ++++++++++++++++++--
 R/breaks.r                         |  39 +++++++++
 R/pal-viridis.r                    |  15 ++++
 R/range.r                          |  27 +++---
 R/scales.r                         |   1 -
 R/trans-numeric.r                  |   6 +-
 R/trans.r                          |  19 +++-
 build/partial.rdb                  | Bin 7869 -> 8041 bytes
 debian/changelog                   |  11 +++
 debian/compat                      |   2 +-
 debian/control                     |   8 +-
 debian/watch                       |   2 +-
 man/{Range-class.Rd => Range.Rd}   |  15 ++--
 man/abs_area.Rd                    |   1 -
 man/alpha.Rd                       |   1 -
 man/area_pal.Rd                    |   1 -
 man/as.trans.Rd                    |   1 -
 man/asn_trans.Rd                   |   1 -
 man/atanh_trans.Rd                 |   1 -
 man/boxcox_trans.Rd                |   1 -
 man/brewer_pal.Rd                  |   1 -
 man/cbreaks.Rd                     |   1 -
 man/censor.Rd                      |   1 -
 man/col2hcl.Rd                     |   1 -
 man/col_numeric.Rd                 |   4 +-
 man/colour_ramp.Rd                 |   1 -
 man/comma_format.Rd                |   3 +-
 man/cscale.Rd                      |   1 -
 man/date_breaks.Rd                 |   1 -
 man/date_format.Rd                 |   1 -
 man/date_trans.Rd                  |   1 -
 man/dichromat_pal.Rd               |   1 -
 man/discard.Rd                     |   1 -
 man/div_gradient_pal.Rd            |   1 -
 man/dollar_format.Rd               |   3 +-
 man/dscale.Rd                      |   1 -
 man/exp_trans.Rd                   |   1 -
 man/expand_range.Rd                |   1 -
 man/extended_breaks.Rd             |   1 -
 man/format_format.Rd               |   1 -
 man/fullseq.Rd                     |   1 -
 man/gradient_n_pal.Rd              |   1 -
 man/grey_pal.Rd                    |   1 -
 man/hms_trans.Rd                   |   1 -
 man/hue_pal.Rd                     |   1 -
 man/identity_pal.Rd                |   1 -
 man/identity_trans.Rd              |   1 -
 man/linetype_pal.Rd                |   1 -
 man/log1p_trans.Rd                 |   1 -
 man/log_breaks.Rd                  |   1 -
 man/log_trans.Rd                   |   3 +-
 man/manual_pal.Rd                  |   1 -
 man/math_format.Rd                 |   1 -
 man/muted.Rd                       |   1 -
 man/ordinal_format.Rd              |   3 +-
 man/package-scales.Rd              |   3 +-
 man/parse_format.Rd                |   1 -
 man/percent_format.Rd              |   3 +-
 man/pretty_breaks.Rd               |   1 -
 man/probability_trans.Rd           |   3 +-
 man/reciprocal_trans.Rd            |   1 -
 man/regular_minor_breaks.Rd        |  23 +++++
 man/rescale.Rd                     |  33 +++++--
 man/rescale_max.Rd                 |   1 -
 man/rescale_mid.Rd                 |  33 +++++--
 man/rescale_none.Rd                |   1 -
 man/rescale_pal.Rd                 |   1 -
 man/reverse_trans.Rd               |   1 -
 man/scientific_format.Rd           |   3 +-
 man/seq_gradient_pal.Rd            |   1 -
 man/shape_pal.Rd                   |   1 -
 man/show_col.Rd                    |   1 -
 man/sqrt_trans.Rd                  |   1 -
 man/squish.Rd                      |   1 -
 man/squish_infinite.Rd             |   1 -
 man/time_trans.Rd                  |   1 -
 man/train_continuous.Rd            |   1 -
 man/train_discrete.Rd              |   1 -
 man/trans_breaks.Rd                |   1 -
 man/trans_format.Rd                |   1 -
 man/trans_new.Rd                   |  10 ++-
 man/trans_range.Rd                 |   1 -
 man/unit_format.Rd                 |   1 -
 man/viridis_pal.Rd                 |  36 ++++++++
 man/wrap_format.Rd                 |   1 -
 man/zero_range.Rd                  |   1 -
 src/RcppExports.cpp                |  18 +++-
 tests/testthat/test-bounds.r       |  48 ++++++++--
 tests/testthat/test-breaks-minor.r |  17 ++++
 94 files changed, 528 insertions(+), 237 deletions(-)
 create mode 100644 R/pal-viridis.r
 rename man/{Range-class.Rd => Range.Rd} (71%)
 create mode 100644 man/regular_minor_breaks.Rd
 create mode 100644 man/viridis_pal.Rd
 create mode 100644 tests/testthat/test-breaks-minor.r

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



More information about the debian-med-commit mailing list