[med-svn] [r-cran-stringr] branch master updated (e9c3b54 -> 965f3ac)
Andreas Tille
tille at debian.org
Fri Sep 29 21:28:24 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-stringr.
from e9c3b54 Upload to unstable
new 5243e8c New upstream version 1.2.0
new 753b6fa Updated version 1.2.0 from 'upstream/1.2.0'
new 3aab252 debhelper 10
new 50f3dd4 Standards-Version: 4.1.1
new 965f3ac Add README.source to document binary data files; upload to unstable
The 5 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
debian/README.source | 10 +
debian/changelog | 9 +
debian/compat | 2 +-
debian/control | 4 +-
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 +++++++++++++++-------
60 files changed, 2979 insertions(+), 461 deletions(-)
create mode 100644 LICENSE
create mode 100644 R/stringr.R
create mode 100644 debian/README.source
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