[med-svn] [r-cran-httr] 08/09: Updated version 1.2.1 from 'upstream/1.2.1'

Andreas Tille tille at debian.org
Fri Sep 29 19:39:13 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-httr.

commit 5e16e64bf2397288a2e94fe98ab14b035141978b
Merge: fc0e7a0 d8a1fb6
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 29 21:37:26 2017 +0200

    Updated version 1.2.1 from 'upstream/1.2.1'
    
    with Debian dir 838623d9ffda491d90cea1812b21e8968739f5b8

 DESCRIPTION                             |  25 ++
 LICENSE                                 |   2 +
 MD5                                     | 168 +++++++++
 NAMESPACE                               | 113 ++++++
 NEWS.md                                 | 531 +++++++++++++++++++++++++++++
 R/authenticate.r                        |  31 ++
 R/body.R                                |  77 +++++
 R/cache.R                               | 144 ++++++++
 R/config.r                              | 202 +++++++++++
 R/content-parse.r                       | 125 +++++++
 R/content.r                             | 109 ++++++
 R/cookies.r                             |  41 +++
 R/date.R                                |  57 ++++
 R/doctor.R                              |  30 ++
 R/envvar.R                              |  98 ++++++
 R/handle-pool.r                         |  37 ++
 R/handle-url.r                          |  17 +
 R/handle.r                              |  58 ++++
 R/headers.r                             | 149 ++++++++
 R/http-browse.r                         |  19 ++
 R/http-delete.r                         |  37 ++
 R/http-get.r                            |  68 ++++
 R/http-head.r                           |  29 ++
 R/http-patch.r                          |  15 +
 R/http-post.r                           |  51 +++
 R/http-put.r                            |  21 ++
 R/http-verb.R                           |  24 ++
 R/httr.r                                |  28 ++
 R/insensitive.r                         |  34 ++
 R/media-guess.r                         |  11 +
 R/media-parse.r                         |  56 +++
 R/oauth-app.r                           |  56 +++
 R/oauth-cache.R                         |  98 ++++++
 R/oauth-endpoint.r                      | 123 +++++++
 R/oauth-error.r                         |  25 ++
 R/oauth-exchanger.r                     |  23 ++
 R/oauth-init.R                          | 123 +++++++
 R/oauth-listener.r                      |  90 +++++
 R/oauth-refresh.R                       |  38 +++
 R/oauth-server-side.R                   |  95 ++++++
 R/oauth-signature.r                     | 107 ++++++
 R/oauth-token-utils.R                   |  70 ++++
 R/oauth-token.r                         | 314 +++++++++++++++++
 R/progress.R                            |  78 +++++
 R/proxy.r                               |  30 ++
 R/request.R                             | 165 +++++++++
 R/response-status.r                     | 323 ++++++++++++++++++
 R/response-type.R                       |  23 ++
 R/response.r                            |  85 +++++
 R/retry.R                               |  57 ++++
 R/safe-callback.R                       |  10 +
 R/sha1.r                                |  40 +++
 R/str.R                                 |  58 ++++
 R/timeout.r                             |  18 +
 R/upload-file.r                         |  21 ++
 R/url-query.r                           |  29 ++
 R/url.r                                 | 165 +++++++++
 R/user-agent.r                          |  15 +
 R/utils.r                               |  86 +++++
 R/verbose.r                             |  75 ++++
 R/write-function.R                      |  90 +++++
 R/zzz.R                                 |  17 +
 README.md                               |  51 +++
 build/vignette.rds                      | Bin 0 -> 261 bytes
 demo/00Index                            |  12 +
 demo/connection-sharing.r               |  17 +
 demo/oauth1-twitter.r                   |  23 ++
 demo/oauth1-vimeo.r                     |  21 ++
 demo/oauth1-withings.r                  |  30 ++
 demo/oauth1-yahoo.r                     |  15 +
 demo/oauth2-azure.r                     |  52 +++
 demo/oauth2-facebook.r                  |  22 ++
 demo/oauth2-github.r                    |  28 ++
 demo/oauth2-google.r                    |  21 ++
 demo/oauth2-linkedin.r                  |  44 +++
 demo/oauth2-reddit.R                    |  17 +
 demo/service-account.R                  |  22 ++
 inst/doc/api-packages.R                 | 199 +++++++++++
 inst/doc/api-packages.Rmd               | 487 ++++++++++++++++++++++++++
 inst/doc/api-packages.html              | 547 ++++++++++++++++++++++++++++++
 inst/doc/quickstart.R                   | 106 ++++++
 inst/doc/quickstart.Rmd                 | 251 ++++++++++++++
 inst/doc/quickstart.html                | 584 ++++++++++++++++++++++++++++++++
 man/BROWSE.Rd                           |  43 +++
 man/DELETE.Rd                           |  92 +++++
 man/GET.Rd                              |  82 +++++
 man/HEAD.Rd                             |  59 ++++
 man/PATCH.Rd                            |  67 ++++
 man/POST.Rd                             |  79 +++++
 man/PUT.Rd                              |  77 +++++
 man/RETRY.Rd                            |  89 +++++
 man/Token-class.Rd                      |  59 ++++
 man/VERB.Rd                             |  78 +++++
 man/add_headers.Rd                      |  41 +++
 man/authenticate.Rd                     |  33 ++
 man/cache_info.Rd                       |  51 +++
 man/config.Rd                           |  64 ++++
 man/content.Rd                          |  87 +++++
 man/content_type.Rd                     |  47 +++
 man/cookies.Rd                          |  22 ++
 man/guess_media.Rd                      |  16 +
 man/handle.Rd                           |  48 +++
 man/handle_pool.Rd                      |  24 ++
 man/has_content.Rd                      |  17 +
 man/headers.Rd                          |  23 ++
 man/hmac_sha1.Rd                        |  18 +
 man/http_condition.Rd                   |  54 +++
 man/http_error.Rd                       |  43 +++
 man/http_status.Rd                      |  50 +++
 man/http_type.Rd                        |  28 ++
 man/httr.Rd                             |  33 ++
 man/httr_dr.Rd                          |  12 +
 man/httr_options.Rd                     |  45 +++
 man/init_oauth1.0.Rd                    |  27 ++
 man/init_oauth2.0.Rd                    |  41 +++
 man/insensitive.Rd                      |  23 ++
 man/jwt_signature.Rd                    |  28 ++
 man/modify_url.Rd                       |  20 ++
 man/oauth1.0_token.Rd                   |  45 +++
 man/oauth2.0_token.Rd                   |  63 ++++
 man/oauth_app.Rd                        |  47 +++
 man/oauth_callback.Rd                   |  14 +
 man/oauth_endpoint.Rd                   |  42 +++
 man/oauth_endpoints.Rd                  |  19 ++
 man/oauth_exchanger.Rd                  |  24 ++
 man/oauth_listener.Rd                   |  29 ++
 man/oauth_service_token.Rd              |  36 ++
 man/oauth_signature.Rd                  |  31 ++
 man/parse_http_date.Rd                  |  40 +++
 man/parse_media.Rd                      |  34 ++
 man/parse_url.Rd                        |  40 +++
 man/progress.Rd                         |  27 ++
 man/response.Rd                         |  29 ++
 man/revoke_all.Rd                       |  18 +
 man/safe_callback.Rd                    |  16 +
 man/set_config.Rd                       |  36 ++
 man/set_cookies.Rd                      |  32 ++
 man/sha1_hash.Rd                        |  20 ++
 man/sign_oauth.Rd                       |  19 ++
 man/status_code.Rd                      |  15 +
 man/stop_for_status.Rd                  |  63 ++++
 man/timeout.Rd                          |  28 ++
 man/upload_file.Rd                      |  23 ++
 man/use_proxy.Rd                        |  32 ++
 man/user_agent.Rd                       |  25 ++
 man/verbose.Rd                          |  72 ++++
 man/with_config.Rd                      |  39 +++
 man/write_disk.Rd                       |  37 ++
 man/write_function.Rd                   |  18 +
 man/write_stream.Rd                     |  27 ++
 tests/testthat.R                        |   2 +
 tests/testthat/data.txt                 |   3 +
 tests/testthat/test-body.r              |  95 ++++++
 tests/testthat/test-config.r            |  37 ++
 tests/testthat/test-content.R           |  24 ++
 tests/testthat/test-encoding.R          |  15 +
 tests/testthat/test-header.r            |  57 ++++
 tests/testthat/test-http-condition.R    |  15 +
 tests/testthat/test-http-error.R        |  19 ++
 tests/testthat/test-oauth-cache.R       |  41 +++
 tests/testthat/test-oauth-server-side.R |  23 ++
 tests/testthat/test-oauth.R             |  46 +++
 tests/testthat/test-parse_media.R       |  17 +
 tests/testthat/test-request.r           |  11 +
 tests/testthat/test-response.r          |  57 ++++
 tests/testthat/test-ssl.R               |   6 +
 tests/testthat/test-url.r               |  93 +++++
 vignettes/api-packages.Rmd              | 487 ++++++++++++++++++++++++++
 vignettes/quickstart.Rmd                | 251 ++++++++++++++
 169 files changed, 11462 insertions(+)

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



More information about the debian-med-commit mailing list