[med-svn] [r-cran-stringr] 01/02: Merge branch 'master' into debian/jessie-backports

Andreas Tille tille at debian.org
Fri Jun 9 12:54:01 UTC 2017


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

tille pushed a commit to branch debian/jessie-backports
in repository r-cran-stringr.

commit e06d8b184de4bbe3e9ab8e3b7eb11d9778c6b801
Merge: 496edf2 e9c3b54
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jun 9 14:45:23 2017 +0200

    Merge branch 'master' into debian/jessie-backports

 DESCRIPTION                       |  12 +-
 MD5                               | 129 ++++++++++++----------
 NAMESPACE                         |   6 +-
 NEWS.md                           | 154 ++++++++++++++++++++++++++
 R/c.r                             |  12 +-
 R/count.r                         |  15 +--
 R/data.R                          |  29 +++++
 R/detect.r                        |  11 +-
 R/extract.r                       |  33 +++---
 R/interp.R                        | 224 ++++++++++++++++++++++++++++++++++++++
 R/locate.r                        |  32 ++----
 R/match.r                         |  21 ++--
 R/modifiers.r                     |  44 ++++++--
 R/pad-trim.r                      |  39 ++++++-
 R/replace.r                       |  64 ++++++++---
 R/split.r                         |  32 ++----
 R/stringr.R                       |   5 -
 R/subset.R                        |  10 +-
 R/view.R                          |  89 +++++++++++++++
 R/word.r                          |   4 +
 README.md                         |   5 +-
 build/vignette.rds                | Bin 211 -> 210 bytes
 data/fruit.rda                    | Bin 0 -> 540 bytes
 data/sentences.rda                | Bin 0 -> 11375 bytes
 data/words.rda                    | Bin 0 -> 3402 bytes
 debian/README.test                |   8 ++
 debian/changelog                  |  13 +++
 debian/control                    |  17 ++-
 debian/copyright                  |   9 +-
 debian/docs                       |   3 +
 debian/rules                      |   7 +-
 debian/tests/control              |   3 +
 debian/tests/run-unit-test        |  11 ++
 debian/watch                      |   2 +-
 inst/doc/stringr.Rmd              |   4 +-
 inst/doc/stringr.html             |  98 ++++++++++-------
 inst/htmlwidgets/lib/str_view.css |  11 ++
 inst/htmlwidgets/str_view.js      |  17 +++
 inst/htmlwidgets/str_view.yaml    |   5 +
 man/case.Rd                       |   2 +-
 man/invert_match.Rd               |   2 +-
 man/modifier-deprecated.Rd        |   4 +-
 man/modifiers.Rd                  |   9 +-
 man/pipe.Rd                       |   2 +-
 man/str_c.Rd                      |  14 ++-
 man/str_conv.Rd                   |   2 +-
 man/str_count.Rd                  |   2 +-
 man/str_detect.Rd                 |   2 +-
 man/str_dup.Rd                    |   2 +-
 man/str_extract.Rd                |  10 +-
 man/str_interp.Rd                 |  62 +++++++++++
 man/str_length.Rd                 |   2 +-
 man/str_locate.Rd                 |   2 +-
 man/str_match.Rd                  |   9 +-
 man/str_order.Rd                  |   2 +-
 man/str_pad.Rd                    |   5 +-
 man/str_replace.Rd                |   4 +-
 man/str_replace_na.Rd             |   4 +-
 man/str_split.Rd                  |   8 +-
 man/str_sub.Rd                    |   4 +-
 man/str_subset.Rd                 |   2 +-
 man/str_trim.Rd                   |   2 +-
 man/str_trunc.Rd                  |  33 ++++++
 man/str_view.Rd                   |  52 +++++++++
 man/str_wrap.Rd                   |   2 +-
 man/stringr-data.Rd               |  36 ++++++
 man/stringr.Rd                    |   9 --
 man/word.Rd                       |   2 +-
 tests/testthat/test-detect.r      |  20 ++--
 tests/testthat/test-dup.r         |  12 +-
 tests/testthat/test-extract.r     |  10 +-
 tests/testthat/test-interp.r      |  66 +++++++++++
 tests/testthat/test-join.r        |   6 +-
 tests/testthat/test-length.r      |  18 +--
 tests/testthat/test-locate.r      |  30 +++--
 tests/testthat/test-match.r       |  26 ++---
 tests/testthat/test-pad.r         |  10 +-
 tests/testthat/test-replace.r     |  57 ++++++++++
 tests/testthat/test-split.r       |  75 +++++++------
 tests/testthat/test-sub.r         |  48 ++++----
 tests/testthat/test-subset.r      |  10 ++
 tests/testthat/test-trim.r        |  18 ++-
 tests/testthat/test-word.r        |  12 ++
 tests/testthat/test-wrap.r        |   7 ++
 vignettes/stringr.Rmd             |   4 +-
 85 files changed, 1470 insertions(+), 428 deletions(-)

diff --cc debian/changelog
index 53e0011,58ae675..bdd4c42
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,16 +1,22 @@@
+ r-cran-stringr (1.1.0-1) unstable; urgency=medium
+ 
+   * New upstream version
+   * Convert to dh-r
+   * cme fix dpkg-control
+   * Canonical homepage for CRAN
+   * DEP5
+   * Removed Carlos Borroto from Uploaders
+   * d/watch: version=4
+   * Add autopkgtest
+ 
+  -- Andreas Tille <tille at debian.org>  Sat, 12 Nov 2016 08:39:42 +0100
+ 
 +r-cran-stringr (1.0.0-1~bpo8+1) jessie-backports; urgency=medium
 +
 +  * Rebuild for jessie-backports.
 +
 + -- Andreas Tille <tille at debian.org>  Thu, 19 May 2016 19:12:07 +0200
 +
  r-cran-stringr (1.0.0-1) unstable; urgency=medium
  
    * New upstream version

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



More information about the debian-med-commit mailing list