[r-cran-tm] branch master updated (a613140 -> 753a533)

Andreas Tille tille at debian.org
Wed Oct 25 07:44:02 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-tm.

      from  a613140   Merge tag 'upstream/0.6-2'
       new  391b186   Secure URI in watch file
      adds  8920aee   New upstream version 0.7-1
       new  0d17a1d   Updated version 0.7-1 from 'upstream/0.7-1'
       new  d9458cf   New upstream version
       new  d766edd   Standards-Version: 4.1.1
       new  56b001a   Convert packaging from cdbs to dh-r
       new  ea5a749   debhelper 10
       new  e36f9b6   Add autopkgtest based on vignette
       new  e426699   Canonical homepage for CRAN packages
       new  0fef778   New Build-Depends: r-cran-rcpp, libboost-dev; Patch to use Debian packaged libboost rather than CRAN BH
       new  b361161   DEP5
       new  054a82e   Add debian/README.source to document binary data files
       new  753a533   Upload to unstable

The 12 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 +-
 MD5                                            | 100 +++++----
 NAMESPACE                                      |  50 ++++-
 R/RcppExports.R                                |   7 +
 R/complete.R                                   |   5 +-
 R/corpus.R                                     |  82 ++++++-
 R/doc.R                                        |  15 +-
 R/filter.R                                     |  10 +-
 R/foreign.R                                    |   4 +-
 R/hpc.R                                        |  21 ++
 R/matrix.R                                     | 293 ++++++++++++++++++-------
 R/meta.R                                       |  32 +++
 R/pdftools.R                                   |  20 +-
 R/plot.R                                       |  16 +-
 R/reader.R                                     |   2 +-
 R/score.R                                      |   4 +-
 R/source.R                                     |  21 +-
 R/stopwords.R                                  |   2 +-
 R/tokenizer.R                                  |   4 +-
 R/transform.R                                  |  37 +++-
 R/utils.R                                      |  16 +-
 R/weight.R                                     |  38 ++--
 build/vignette.rds                             | Bin 228 -> 228 bytes
 data/acq.rda                                   | Bin 18758 -> 18757 bytes
 data/crude.rda                                 | Bin 11785 -> 11786 bytes
 debian/README.source                           |  12 +
 debian/changelog                               |  16 ++
 debian/compat                                  |   2 +-
 debian/control                                 |  17 +-
 debian/copyright                               |  15 +-
 debian/patches/series                          |   1 +
 debian/patches/use_debian_packages_boost.patch |  15 ++
 debian/rules                                   |   3 +-
 debian/tests/control                           |   5 +
 debian/tests/vignette                          |   7 +
 debian/watch                                   |   4 +-
 inst/NEWS.Rd                                   |  39 +++-
 inst/doc/extensions.pdf                        | Bin 154259 -> 154496 bytes
 inst/doc/tm.R                                  |  12 +-
 inst/doc/tm.Rnw                                |  31 ++-
 inst/doc/tm.pdf                                | Bin 186985 -> 193699 bytes
 man/Corpus.Rd                                  |   7 +-
 man/SimpleCorpus.Rd                            |  56 +++++
 man/VCorpus.Rd                                 |   2 -
 man/acq.Rd                                     |   8 +-
 man/crude.Rd                                   |   8 +-
 man/findMostFreqTerms.Rd                       |  49 +++++
 man/hpc.Rd                                     |  74 +++++++
 man/inspect.Rd                                 |   9 +-
 man/matrix.Rd                                  |  21 +-
 man/meta.Rd                                    |   4 +
 man/readReut21578XML.Rd                        |   8 +-
 man/stemDocument.Rd                            |  10 +-
 man/termFreq.Rd                                |  11 +-
 man/tm_filter.Rd                               |   9 +-
 man/tm_map.Rd                                  |  11 +-
 man/tm_term_score.Rd                           |   4 +-
 man/weightBin.Rd                               |   2 +-
 man/weightSMART.Rd                             |  10 +-
 man/weightTf.Rd                                |   2 +-
 man/weightTfIdf.Rd                             |   2 +-
 src/RcppExports.cpp                            |  25 +++
 src/copy.c                                     |   2 +-
 src/init.c                                     |  18 ++
 src/tdm.cpp                                    |  66 ++++++
 vignettes/tm.Rnw                               |  31 ++-
 66 files changed, 1140 insertions(+), 281 deletions(-)
 create mode 100644 R/RcppExports.R
 create mode 100644 R/hpc.R
 create mode 100644 debian/README.source
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/use_debian_packages_boost.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/vignette
 create mode 100644 man/SimpleCorpus.Rd
 create mode 100644 man/findMostFreqTerms.Rd
 create mode 100644 man/hpc.Rd
 create mode 100644 src/RcppExports.cpp
 create mode 100644 src/init.c
 create mode 100644 src/tdm.cpp

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