[med-svn] [r-cran-triebeard] 03/05: Updated version 0.3.0 from 'upstream/0.3.0'
Andreas Tille
tille at debian.org
Thu Nov 30 12:50:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-triebeard.
commit 7209d0a0a63a301daa27ebef0f9c326703919e28
Merge: e92ae0e 3c09ebe
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 30 13:46:41 2017 +0100
Updated version 0.3.0 from 'upstream/0.3.0'
with Debian dir 6c250a77d1baac62c0ff12911d3a7a27eac9fc3d
DESCRIPTION | 23 ++
LICENSE | 2 +
MD5 | 53 ++++
NAMESPACE | 49 ++++
NEWS | 31 ++
R/RcppExports.R | 163 +++++++++++
R/alter.R | 93 ++++++
R/as.R | 18 ++
R/create.R | 52 ++++
R/get.R | 65 +++++
R/match.R | 141 ++++++++++
R/metadata.R | 46 +++
R/triebeard.R | 10 +
README.md | 36 +++
build/vignette.rds | Bin 0 -> 224 bytes
inst/doc/r_radix.R | 72 +++++
inst/doc/r_radix.Rmd | 122 ++++++++
inst/doc/r_radix.html | 173 ++++++++++++
inst/doc/rcpp_radix.R | 40 +++
inst/doc/rcpp_radix.Rmd | 82 ++++++
inst/doc/rcpp_radix.html | 142 ++++++++++
inst/include/radix.h | 1 +
inst/include/radix/radix_tree.hpp | 498 +++++++++++++++++++++++++++++++++
inst/include/radix/radix_tree_it.hpp | 107 +++++++
inst/include/radix/radix_tree_node.hpp | 53 ++++
man/alter.Rd | 43 +++
man/getters.Rd | 23 ++
man/greedy_match.Rd | 35 +++
man/longest_match.Rd | 31 ++
man/prefix_match.Rd | 35 +++
man/trie.Rd | 36 +++
man/triebeard.Rd | 12 +
src/Makevars | 1 +
src/RcppExports.cpp | 463 ++++++++++++++++++++++++++++++
src/alter.cpp | 93 ++++++
src/create.cpp | 28 ++
src/get.cpp | 58 ++++
src/greedy_match.cpp | 56 ++++
src/length.cpp | 30 ++
src/longest_match.cpp | 50 ++++
src/prefix_match.cpp | 56 ++++
src/r_trie.h | 83 ++++++
src/str.cpp | 138 +++++++++
src/typedef.h | 16 ++
tests/testthat.R | 4 +
tests/testthat/test_alter.R | 57 ++++
tests/testthat/test_convert.R | 21 ++
tests/testthat/test_create.R | 30 ++
tests/testthat/test_get.R | 29 ++
tests/testthat/test_greedy.R | 41 +++
tests/testthat/test_longest.R | 29 ++
tests/testthat/test_prefix.R | 50 ++++
vignettes/r_radix.Rmd | 122 ++++++++
vignettes/rcpp_radix.Rmd | 82 ++++++
54 files changed, 3824 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-triebeard.git
More information about the debian-med-commit
mailing list