[med-svn] [r-cran-urltools] 04/09: Update upstream source from tag 'upstream/1.6.0'
Andreas Tille
tille at debian.org
Thu Nov 30 15:01:57 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-urltools.
commit 2dce9484450ea141ff18da873f4ec1a954577919
Merge: 4a970d5 7512ab1
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 30 15:48:00 2017 +0100
Update upstream source from tag 'upstream/1.6.0'
Update to upstream version '1.6.0'
with Debian dir 3ddd586bb100644b111941857b8528ddeb7951e5
DESCRIPTION | 30 +++
LICENSE | 2 +
MD5 | 65 +++++++
NAMESPACE | 34 ++++
NEWS | 175 ++++++++++++++++++
R/RcppExports.R | 262 ++++++++++++++++++++++++++
R/accessors.R | 202 ++++++++++++++++++++
R/suffix.R | 265 +++++++++++++++++++++++++++
R/urltools.R | 21 +++
R/zzz.R | 22 +++
README.md | 39 ++++
build/vignette.rds | Bin 0 -> 195 bytes
data/suffix_dataset.rda | Bin 0 -> 36976 bytes
data/tld_dataset.rda | Bin 0 -> 6099 bytes
inst/doc/urltools.R | 86 +++++++++
inst/doc/urltools.Rmd | 182 +++++++++++++++++++
inst/doc/urltools.html | 384 +++++++++++++++++++++++++++++++++++++++
man/domain.Rd | 34 ++++
man/encoder.Rd | 66 +++++++
man/fragment.Rd | 34 ++++
man/host_extract.Rd | 32 ++++
man/param_get.Rd | 38 ++++
man/param_remove.Rd | 34 ++++
man/param_set.Rd | 42 +++++
man/parameters.Rd | 35 ++++
man/path.Rd | 34 ++++
man/port.Rd | 34 ++++
man/puny.Rd | 37 ++++
man/scheme.Rd | 37 ++++
man/suffix_dataset.Rd | 28 +++
man/suffix_extract.Rd | 53 ++++++
man/suffix_refresh.Rd | 34 ++++
man/tld_dataset.Rd | 23 +++
man/tld_extract.Rd | 40 ++++
man/tld_refresh.Rd | 34 ++++
man/url_compose.Rd | 30 +++
man/url_parse.Rd | 37 ++++
man/urltools.Rd | 17 ++
src/Makevars | 1 +
src/RcppExports.cpp | 182 +++++++++++++++++++
src/accessors.cpp | 37 ++++
src/compose.cpp | 68 +++++++
src/compose.h | 58 ++++++
src/encoding.cpp | 92 ++++++++++
src/encoding.h | 67 +++++++
src/param.cpp | 112 ++++++++++++
src/parameter.cpp | 175 ++++++++++++++++++
src/parameter.h | 93 ++++++++++
src/parsing.cpp | 238 ++++++++++++++++++++++++
src/parsing.h | 141 ++++++++++++++
src/puny.cpp | 226 +++++++++++++++++++++++
src/punycode.c | 289 +++++++++++++++++++++++++++++
src/punycode.h | 108 +++++++++++
src/suffix.cpp | 145 +++++++++++++++
src/urltools.cpp | 184 +++++++++++++++++++
src/utf8.c | 172 ++++++++++++++++++
src/utf8.h | 17 ++
tests/testthat.R | 4 +
tests/testthat/test_encoding.R | 26 +++
tests/testthat/test_get_set.R | 59 ++++++
tests/testthat/test_memory.R | 30 +++
tests/testthat/test_parameters.R | 61 +++++++
tests/testthat/test_parsing.R | 68 +++++++
tests/testthat/test_puny.R | 47 +++++
tests/testthat/test_suffixes.R | 108 +++++++++++
vignettes/urltools.Rmd | 182 +++++++++++++++++++
66 files changed, 5512 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-urltools.git
More information about the debian-med-commit
mailing list