[med-svn] [r-cran-httr] branch upstream updated (d8a1fb6 -> b3a8db7)
Andreas Tille
tille at debian.org
Fri Sep 29 19:47:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository r-cran-httr.
from d8a1fb6 New upstream version 1.2.1
new b3a8db7 New upstream version 1.3.1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)
create mode 100644 R/callback.R
delete mode 100644 R/safe-callback.R
create mode 100644 demo/oauth2-yelp.R
create mode 100644 inst/doc/secrets.R
create mode 100644 inst/doc/secrets.Rmd
create mode 100644 inst/doc/secrets.html
create mode 100644 man/get_callback.Rd
rename man/{httr.Rd => httr-package.Rd} (80%)
delete mode 100644 man/safe_callback.Rd
create mode 100644 tests/testthat/test-callback.R
create mode 100644 tests/testthat/test-oauth_signature.R
create mode 100644 vignettes/secrets.Rmd
--
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