[r-cran-tm] branch master updated (753a533 -> 85f9a1c)
Sébastien Villemot
sebastien at debian.org
Mon Nov 20 10:53:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a change to branch master
in repository r-cran-tm.
from 753a533 Upload to unstable
new 5da491a Add missing r-cran-{xml,snowballc} test dependencies.
adds c69e394 New upstream version 0.7-2
new d9f7680 Merge tag 'upstream/0.7-2'
new 3f4aa79 Refresh patch.
new 7c73f17 Add new r-cran-xml2 build-dependency.
new 6b4a4e8 Remove XML test dependency (xml2 is now a Depends).
new f70fcef Add new "run-unit-test" test.
new 85f9a1c Changelog entry for 0.7-2-1.
The 7 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 | 23 ++--
MD5 | 110 ++++++++++---------
NAMESPACE | 13 ++-
R/RcppExports.R | 6 +-
R/corpus.R | 58 ++++++++--
R/doc.R | 4 +-
R/matrix.R | 17 +--
R/meta.R | 2 +-
R/reader.R | 143 ++++++++++++++-----------
R/source.R | 26 +++--
R/tokenizer.R | 9 +-
R/transform.R | 48 ++++++---
R/utils.R | 18 +---
build/vignette.rds | Bin 228 -> 229 bytes
data/acq.rda | Bin 18757 -> 18765 bytes
data/crude.rda | Bin 11786 -> 11786 bytes
debian/changelog | 10 ++
debian/control | 1 +
debian/patches/use_debian_packages_boost.patch | 10 +-
debian/r-cran-tm.docs | 2 +
debian/tests/control | 5 +-
debian/tests/run-unit-test | 17 +++
inst/NEWS.Rd | 33 ++++++
inst/doc/extensions.R | 52 +++------
inst/doc/extensions.Rnw | 107 +++++++-----------
inst/doc/extensions.pdf | Bin 154496 -> 152700 bytes
inst/doc/tm.R | 4 +-
inst/doc/tm.Rnw | 4 +-
inst/doc/tm.pdf | Bin 193699 -> 177636 bytes
man/DataframeSource.Rd | 22 +++-
man/PCorpus.Rd | 4 +-
man/Reader.Rd | 2 +-
man/SimpleCorpus.Rd | 6 +-
man/Source.Rd | 9 +-
man/VCorpus.Rd | 7 +-
man/XMLSource.Rd | 28 +----
man/XMLTextDocument.Rd | 10 +-
man/ZipSource.Rd | 6 +-
man/foreign.Rd | 2 +-
man/getTokenizers.Rd | 3 +-
man/matrix.Rd | 24 ++---
man/readDOC.Rd | 20 ++--
man/readDataframe.Rd | 34 ++++++
man/readPDF.Rd | 20 ++--
man/readRCV1.Rd | 5 +-
man/readTabular.Rd | 59 ----------
man/readTagged.Rd | 10 +-
man/readXML.Rd | 31 ++----
man/removeNumbers.Rd | 19 +++-
man/removePunctuation.Rd | 33 ++++--
man/stemCompletion.Rd | 4 +-
man/stopwords.Rd | 4 +-
man/termFreq.Rd | 73 ++++++-------
man/tokenizer.Rd | 12 ++-
src/RcppExports.cpp | 13 ++-
src/copy.c | 2 +-
src/init.c | 14 ++-
src/remove.c | 44 ++++++++
src/scan.c | 91 ++++++++++++++++
src/tdm.cpp | 5 +
src/tokenizer.cpp | 23 ++++
tests/testthat.R | 4 +
tests/testthat/test-Source.R | 17 +++
tests/testthat/test-TermDocumentMatrix.R | 35 ++++++
vignettes/extensions.Rnw | 107 +++++++-----------
vignettes/tm.Rnw | 4 +-
66 files changed, 932 insertions(+), 596 deletions(-)
create mode 100644 debian/r-cran-tm.docs
create mode 100644 debian/tests/run-unit-test
create mode 100644 man/readDataframe.Rd
delete mode 100644 man/readTabular.Rd
create mode 100644 src/remove.c
create mode 100644 src/scan.c
create mode 100644 src/tokenizer.cpp
create mode 100644 tests/testthat.R
create mode 100644 tests/testthat/test-Source.R
create mode 100644 tests/testthat/test-TermDocumentMatrix.R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-tm.git
More information about the debian-science-commits
mailing list