This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-crul.
commit 482a228cb87e5c471c42b1aa7bbae5501699cd0a Merge: 3e3c89f 4cafab2 Author: Andreas Tille <[email protected]> Date: Sun Oct 1 22:58:45 2017 +0200 Updated version 0.2.0 from 'upstream/0.2.0' with Debian dir edaea172ea4e388dcd74ab97d5f8d651739a9de0 DESCRIPTION | 27 +++ LICENSE | 2 + MD5 | 48 +++++ NAMESPACE | 7 + NEWS.md | 55 +++++ R/body.R | 85 ++++++++ R/client.R | 291 +++++++++++++++++++++++++ R/crul-package.r | 21 ++ R/curl-options.R | 21 ++ R/curl_options.R | 13 ++ R/fetch.R | 12 ++ R/handle.R | 15 ++ R/headers.R | 11 + R/http-headers.R | 35 +++ R/make_url.R | 39 ++++ R/post-requests.R | 46 ++++ R/query.R | 28 +++ R/response.R | 155 ++++++++++++++ R/use_agent.R | 8 + R/writing-options.R | 18 ++ R/zzz.R | 3 + README.md | 248 +++++++++++++++++++++ build/vignette.rds | Bin 0 -> 209 bytes inst/doc/crul_vignette.Rmd | 281 ++++++++++++++++++++++++ inst/doc/crul_vignette.html | 450 +++++++++++++++++++++++++++++++++++++++ inst/vign/crul_vignette.Rmd | 156 ++++++++++++++ inst/vign/crul_vignette.md | 281 ++++++++++++++++++++++++ man/HttpClient.Rd | 95 +++++++++ man/HttpResponse.Rd | 64 ++++++ man/crul-package.Rd | 29 +++ man/curl-options.Rd | 27 +++ man/handle.Rd | 25 +++ man/http-headers.Rd | 41 ++++ man/post-requests.Rd | 52 +++++ man/writing-options.Rd | 24 +++ tests/test-all.R | 2 + tests/testthat/test-client.R | 23 ++ tests/testthat/test-delete.R | 38 ++++ tests/testthat/test-get.R | 43 ++++ tests/testthat/test-head.R | 20 ++ tests/testthat/test-headers.R | 25 +++ tests/testthat/test-patch.R | 38 ++++ tests/testthat/test-paths.R | 47 ++++ tests/testthat/test-post.R | 38 ++++ tests/testthat/test-put.R | 38 ++++ tests/testthat/test-query.R | 35 +++ tests/testthat/test-status.R | 39 ++++ tests/testthat/test-user-agent.R | 12 ++ vignettes/crul_vignette.Rmd | 281 ++++++++++++++++++++++++ 49 files changed, 3392 insertions(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-crul.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
