[med-svn] [r-cran-stringr] 02/09: Merge tag 'upstream/1.1.0'
Andreas Tille
tille at debian.org
Sat Nov 12 07:47:20 UTC 2016
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 337ecaa4a7a4c06783b5a6ba9100e87b48e1c158
Merge: a7da2b2 5921daf
Author: Andreas Tille <tille at debian.org>
Date: Sat Nov 12 00:26:21 2016 +0100
Merge tag 'upstream/1.1.0'
Upstream version 1.1.0
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
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 +-
76 files changed, 1416 insertions(+), 409 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