[med-svn] [r-cran-httr] 02/06: Updated version 1.3.1 from 'upstream/1.3.1'

Andreas Tille tille at debian.org
Fri Sep 29 19:47:51 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 428d5bc62e556b49735405cbe0e77e907455f1dc
Merge: 0d44c4b b3a8db7
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 29 21:43:09 2017 +0200

    Updated version 1.3.1 from 'upstream/1.3.1'
    
    with Debian dir 8da2367bab12c3ac58b7f98e06562dba85c2964a

 DESCRIPTION                             |  13 +-
 MD5                                     | 225 +++++----
 NAMESPACE                               |   9 +-
 NEWS.md                                 |  91 ++++
 R/body.R                                |  18 +-
 R/callback.R                            | 102 ++++
 R/http-browse.r                         |   8 +-
 R/httr.r                                |   5 +-
 R/oauth-app.r                           |  19 +-
 R/oauth-cache.R                         |  19 +-
 R/oauth-endpoint.r                      |   3 +-
 R/oauth-exchanger.r                     |  18 +-
 R/oauth-init.R                          | 181 +++++--
 R/oauth-listener.r                      |   6 +-
 R/oauth-server-side.R                   |  72 +--
 R/oauth-signature.r                     |  61 ++-
 R/oauth-token.r                         |  73 ++-
 R/progress.R                            |  22 +-
 R/request.R                             |  13 +-
 R/retry.R                               |  70 ++-
 R/safe-callback.R                       |  10 -
 R/url.r                                 |  16 +-
 R/utils.r                               |  10 +-
 R/verbose.r                             |  14 +-
 R/write-function.R                      |   3 +-
 README.md                               |   8 +-
 build/vignette.rds                      | Bin 261 -> 289 bytes
 demo/00Index                            |   1 +
 demo/oauth2-facebook.r                  |   3 +-
 demo/oauth2-github.r                    |   4 +-
 demo/oauth2-linkedin.r                  |   2 +-
 demo/oauth2-reddit.R                    |   9 +
 demo/oauth2-yelp.R                      |  43 ++
 inst/doc/api-packages.R                 |   4 -
 inst/doc/api-packages.Rmd               |  90 +---
 inst/doc/api-packages.html              | 195 +++-----
 inst/doc/quickstart.Rmd                 |  22 +-
 inst/doc/quickstart.html                | 860 +++++++++++++-------------------
 inst/doc/secrets.R                      |  90 ++++
 inst/doc/secrets.Rmd                    | 279 +++++++++++
 inst/doc/secrets.html                   | 259 ++++++++++
 man/BROWSE.Rd                           |   1 -
 man/DELETE.Rd                           |   2 +-
 man/GET.Rd                              |   2 +-
 man/HEAD.Rd                             |   2 +-
 man/PATCH.Rd                            |   1 -
 man/POST.Rd                             |   1 -
 man/PUT.Rd                              |   1 -
 man/RETRY.Rd                            |  27 +-
 man/Token-class.Rd                      |   4 +-
 man/VERB.Rd                             |   1 -
 man/add_headers.Rd                      |   1 -
 man/authenticate.Rd                     |   1 -
 man/cache_info.Rd                       |   1 -
 man/config.Rd                           |   1 -
 man/content.Rd                          |   4 +-
 man/content_type.Rd                     |   7 +-
 man/cookies.Rd                          |   1 -
 man/get_callback.Rd                     |  86 ++++
 man/guess_media.Rd                      |   1 -
 man/handle.Rd                           |   1 -
 man/handle_pool.Rd                      |   3 +-
 man/has_content.Rd                      |   1 -
 man/headers.Rd                          |   1 -
 man/hmac_sha1.Rd                        |   1 -
 man/http_condition.Rd                   |   1 -
 man/http_error.Rd                       |   3 +-
 man/http_status.Rd                      |   1 -
 man/http_type.Rd                        |   1 -
 man/{httr.Rd => httr-package.Rd}        |  19 +-
 man/httr_dr.Rd                          |   1 -
 man/httr_options.Rd                     |   3 +-
 man/init_oauth1.0.Rd                    |   3 +-
 man/init_oauth2.0.Rd                    |  22 +-
 man/insensitive.Rd                      |   1 -
 man/jwt_signature.Rd                    |  24 +-
 man/modify_url.Rd                       |   1 -
 man/oauth1.0_token.Rd                   |   1 -
 man/oauth2.0_token.Rd                   |  14 +-
 man/oauth_app.Rd                        |   7 +-
 man/oauth_callback.Rd                   |   1 -
 man/oauth_endpoint.Rd                   |   4 +-
 man/oauth_endpoints.Rd                  |   1 -
 man/oauth_exchanger.Rd                  |  10 +-
 man/oauth_listener.Rd                   |   3 +-
 man/oauth_service_token.Rd              |   6 +-
 man/oauth_signature.Rd                  |   3 +-
 man/parse_http_date.Rd                  |   3 +-
 man/parse_media.Rd                      |   1 -
 man/parse_url.Rd                        |  13 +-
 man/progress.Rd                         |   7 +-
 man/response.Rd                         |   1 -
 man/revoke_all.Rd                       |   1 -
 man/safe_callback.Rd                    |  16 -
 man/set_config.Rd                       |   3 +-
 man/set_cookies.Rd                      |   1 -
 man/sha1_hash.Rd                        |   1 -
 man/sign_oauth.Rd                       |   1 -
 man/status_code.Rd                      |   1 -
 man/stop_for_status.Rd                  |   3 +-
 man/timeout.Rd                          |   1 -
 man/upload_file.Rd                      |   1 -
 man/use_proxy.Rd                        |   1 -
 man/user_agent.Rd                       |   1 -
 man/verbose.Rd                          |   2 +-
 man/with_config.Rd                      |   1 -
 man/write_disk.Rd                       |   1 -
 man/write_function.Rd                   |   1 -
 man/write_stream.Rd                     |   3 +-
 tests/testthat/test-callback.R          |  14 +
 tests/testthat/test-config.r            |   2 +-
 tests/testthat/test-oauth-cache.R       |  42 +-
 tests/testthat/test-oauth-server-side.R |  12 +-
 tests/testthat/test-oauth.R             |  30 ++
 tests/testthat/test-oauth_signature.R   |  13 +
 tests/testthat/test-url.r               |   7 +-
 vignettes/api-packages.Rmd              |  90 +---
 vignettes/quickstart.Rmd                |  22 +-
 vignettes/secrets.Rmd                   | 279 +++++++++++
 119 files changed, 2535 insertions(+), 1272 deletions(-)

-- 
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