[med-svn] [r-cran-stringr] 02/04: Merge tag 'upstream/1.0.0'

Andreas Tille tille at debian.org
Sun Jun 28 06:07:53 UTC 2015


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

tille pushed a commit to branch master
in repository r-cran-stringr.

commit 46d1cffbc4f4238970e9c2445f548e27081c82b3
Merge: 7656add 2742b4e
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jun 28 08:02:38 2015 +0200

    Merge tag 'upstream/1.0.0'
    
    Upstream version 1.0.0

 DESCRIPTION                                   |  39 ++--
 MD5                                           | 128 ++++++------
 NAMESPACE                                     |  16 ++
 NEWS                                          |  81 --------
 R/c.r                                         |  45 +++--
 R/case.R                                      |  31 +++
 R/checks.r                                    |  22 ---
 R/conv.R                                      |  17 ++
 R/count.r                                     |  42 ++--
 R/detect.r                                    |  50 +++--
 R/dup.r                                       |  22 +--
 R/extract.r                                   |  73 +++----
 R/length.r                                    |  35 +++-
 R/locate.r                                    | 116 ++++-------
 R/match.r                                     |  88 ++++-----
 R/modifiers.r                                 | 178 ++++++++++++-----
 R/pad-trim.r                                  |  69 +++----
 R/replace.r                                   | 103 ++++++----
 R/sort.R                                      |  30 +++
 R/split.r                                     | 128 +++++-------
 R/stringr.R                                   |   5 +
 R/sub.r                                       |  95 ++++-----
 R/subset.R                                    |  31 +++
 R/utils.R                                     |   9 +
 R/utils.r                                     |   1 -
 R/vectorise.r                                 |  38 ----
 R/word.r                                      |   6 +-
 R/wrap.r                                      |  18 +-
 README.md                                     |  49 +++--
 build/vignette.rds                            | Bin 0 -> 211 bytes
 inst/doc/stringr.R                            |  65 +++++++
 inst/doc/stringr.Rmd                          | 201 +++++++++++++++++++
 inst/doc/stringr.html                         | 267 ++++++++++++++++++++++++++
 inst/tests/test-check.r                       |  22 ---
 man/case.Rd                                   |  34 ++++
 man/fixed.Rd                                  |  27 ---
 man/ignore.case.Rd                            |  24 ---
 man/invert_match.Rd                           |  13 +-
 man/modifier-deprecated.Rd                    |  17 ++
 man/modifiers.Rd                              |  87 +++++++++
 man/perl.Rd                                   |  26 ---
 man/pipe.Rd                                   |  13 ++
 man/str_c.Rd                                  |  48 +++--
 man/str_conv.Rd                               |  25 +++
 man/str_count.Rd                              |  43 +++--
 man/str_detect.Rd                             |  35 ++--
 man/str_dup.Rd                                |  13 +-
 man/str_extract.Rd                            |  59 ++++--
 man/str_extract_all.Rd                        |  35 ----
 man/str_length.Rd                             |  38 +++-
 man/str_locate.Rd                             |  63 +++---
 man/str_locate_all.Rd                         |  46 -----
 man/str_match.Rd                              |  39 ++--
 man/str_match_all.Rd                          |  33 ----
 man/str_order.Rd                              |  40 ++++
 man/str_pad.Rd                                |  27 +--
 man/str_replace.Rd                            |  59 +++---
 man/str_replace_all.Rd                        |  46 -----
 man/str_replace_na.Rd                         |  28 +++
 man/str_split.Rd                              |  52 +++--
 man/str_split_fixed.Rd                        |  40 ----
 man/str_sub.Rd                                |  62 +++---
 man/str_sub_replace.Rd                        |  40 ----
 man/str_subset.Rd                             |  50 +++++
 man/str_trim.Rd                               |  17 +-
 man/str_wrap.Rd                               |  27 +--
 man/stringr.Rd                                |   9 +
 man/word.Rd                                   |  25 +--
 tests/{test-all.R => testthat.R}              |   2 +-
 {inst/tests => tests/testthat}/test-count.r   |   0
 {inst/tests => tests/testthat}/test-detect.r  |   9 +-
 {inst/tests => tests/testthat}/test-dup.r     |   0
 {inst/tests => tests/testthat}/test-extract.r |   4 +
 {inst/tests => tests/testthat}/test-join.r    |  10 +-
 {inst/tests => tests/testthat}/test-length.r  |   0
 {inst/tests => tests/testthat}/test-locate.r  |   0
 {inst/tests => tests/testthat}/test-match.r   |  14 +-
 {inst/tests => tests/testthat}/test-pad.r     |   0
 {inst/tests => tests/testthat}/test-split.r   |   0
 {inst/tests => tests/testthat}/test-sub.r     |   0
 {inst/tests => tests/testthat}/test-trim.r    |   0
 vignettes/stringr.Rmd                         | 201 +++++++++++++++++++
 82 files changed, 2244 insertions(+), 1356 deletions(-)

-- 
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