[med-svn] [r-cran-fastmatch] branch upstream updated (771b4c7 -> 268d61b)

Andreas Tille tille at debian.org
Mon Oct 23 17:38:10 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-fastmatch.

      from  771b4c7   Imported Upstream version 1.0-4
       new  268d61b   New upstream version 1.1-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     |  15 +-
 MD5             |  20 +-
 NAMESPACE       |   4 +-
 NEWS            |  34 +++-
 R/coalesce.R    |   1 +
 R/ctapply.R     |   1 +
 R/fastmatch.R   |   8 +-
 R/hash.R        |   7 +
 man/coalesce.Rd |  67 +++++++
 man/ctapply.Rd  |  57 ++++++
 man/fmatch.Rd   |  42 +++-
 src/common.h    |  29 +++
 src/ctapply.c   |  93 +++++++++
 src/fasthash.c  | 481 +++++++++++++++++++++++++++++++++++++++++++++
 src/fastmatch.c | 594 ++++++++++++++++++++++++++++++++++----------------------
 15 files changed, 1192 insertions(+), 261 deletions(-)
 create mode 100644 R/coalesce.R
 create mode 100644 R/ctapply.R
 create mode 100644 R/hash.R
 create mode 100644 man/coalesce.Rd
 create mode 100644 man/ctapply.Rd
 create mode 100644 src/common.h
 create mode 100644 src/ctapply.c
 create mode 100644 src/fasthash.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-fastmatch.git



More information about the debian-med-commit mailing list