[med-svn] [r-cran-stringr] branch upstream updated (5921daf -> 5243e8c)
Andreas Tille
tille at debian.org
Fri Sep 29 21:28:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository r-cran-stringr.
from 5921daf New upstream version 1.1.0
new 5243e8c New upstream version 1.2.0
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 | 14 +-
LICENSE | 339 ++++++++++++++++++++++++++++
MD5 | 101 +++++----
NAMESPACE | 1 +
NEWS.md | 33 +++
R/case.R | 11 +-
R/detect.r | 4 +-
R/match.r | 6 +-
R/modifiers.r | 4 +-
R/replace.r | 81 ++++++-
R/sort.R | 23 +-
R/stringr.R | 2 +
R/subset.R | 19 +-
README.md | 162 +++++++++++---
build/vignette.rds | Bin 210 -> 241 bytes
inst/doc/regular-expressions.R | 152 +++++++++++++
inst/doc/regular-expressions.Rmd | 415 +++++++++++++++++++++++++++++++++++
inst/doc/regular-expressions.html | 398 +++++++++++++++++++++++++++++++++
inst/doc/stringr.R | 121 ++++++++--
inst/doc/stringr.Rmd | 263 +++++++++++++++-------
inst/doc/stringr.html | 251 +++++++++++++--------
man/case.Rd | 14 +-
man/invert_match.Rd | 1 -
man/modifier-deprecated.Rd | 3 +-
man/modifiers.Rd | 13 +-
man/pipe.Rd | 1 -
man/str_c.Rd | 1 -
man/str_conv.Rd | 1 -
man/str_count.Rd | 1 -
man/str_detect.Rd | 5 +-
man/str_dup.Rd | 1 -
man/str_extract.Rd | 1 -
man/str_interp.Rd | 1 -
man/str_length.Rd | 1 -
man/str_locate.Rd | 1 -
man/str_match.Rd | 1 -
man/str_order.Rd | 21 +-
man/str_pad.Rd | 1 -
man/str_replace.Rd | 62 ++++--
man/str_replace_na.Rd | 10 +-
man/str_split.Rd | 1 -
man/str_sub.Rd | 1 -
man/str_subset.Rd | 18 +-
man/str_trim.Rd | 1 -
man/str_trunc.Rd | 1 -
man/str_view.Rd | 1 -
man/str_wrap.Rd | 1 -
man/stringr-data.Rd | 5 +-
man/stringr-package.Rd | 33 +++
man/word.Rd | 1 -
tests/testthat/test-match.r | 4 +
tests/testthat/test-replace.r | 21 ++
vignettes/regular-expressions.Rmd | 415 +++++++++++++++++++++++++++++++++++
vignettes/releases/stringr-1.0.0.Rmd | 76 +++++++
vignettes/releases/stringr-1.1.0.Rmd | 33 +++
vignettes/stringr.Rmd | 263 +++++++++++++++-------
56 files changed, 2957 insertions(+), 458 deletions(-)
create mode 100644 LICENSE
create mode 100644 R/stringr.R
create mode 100644 inst/doc/regular-expressions.R
create mode 100644 inst/doc/regular-expressions.Rmd
create mode 100644 inst/doc/regular-expressions.html
create mode 100644 man/stringr-package.Rd
create mode 100644 vignettes/regular-expressions.Rmd
create mode 100644 vignettes/releases/stringr-1.0.0.Rmd
create mode 100644 vignettes/releases/stringr-1.1.0.Rmd
--
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