Skip to content

Commit

Permalink
Upgrade roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 13, 2014
1 parent 2a051cf commit 43b75e1
Show file tree
Hide file tree
Showing 66 changed files with 141 additions and 65 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.0): do not edit by hand

S3method("$",insensitive)
S3method("[",insensitive)
Expand Down
3 changes: 2 additions & 1 deletion man/BROWSE.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-browse.r
\name{BROWSE}
\alias{BROWSE}
\title{Open specified url in browser.}
Expand Down
3 changes: 2 additions & 1 deletion man/DELETE.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-delete.r
\name{DELETE}
\alias{DELETE}
\title{Send a DELETE request.}
Expand Down
3 changes: 2 additions & 1 deletion man/GET.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-get.r
\name{GET}
\alias{GET}
\title{GET a url.}
Expand Down
3 changes: 2 additions & 1 deletion man/HEAD.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-head.r
\name{HEAD}
\alias{HEAD}
\title{Get url HEADers.}
Expand Down
3 changes: 2 additions & 1 deletion man/PATCH.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-patch.r
\name{PATCH}
\alias{PATCH}
\title{Send PATCH request to a server.}
Expand Down
3 changes: 2 additions & 1 deletion man/POST.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-post.r
\name{POST}
\alias{POST}
\title{POST file to a server.}
Expand Down
3 changes: 2 additions & 1 deletion man/PUT.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-put.r
\name{PUT}
\alias{PUT}
\title{Send PUT request to server.}
Expand Down
3 changes: 2 additions & 1 deletion man/Token-class.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-token.r
\docType{class}
\name{Token-class}
\alias{Token}
Expand Down
3 changes: 2 additions & 1 deletion man/VERB.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/http-verb.R
\name{VERB}
\alias{VERB}
\title{VERB a url.}
Expand Down
3 changes: 2 additions & 1 deletion man/add_headers.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/headers.r
\name{add_headers}
\alias{add_headers}
\title{Add additional headers to a request.}
Expand Down
3 changes: 2 additions & 1 deletion man/authenticate.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/authenticate.r
\name{authenticate}
\alias{authenticate}
\title{Use http authentication.}
Expand Down
12 changes: 12 additions & 0 deletions man/brew_dr.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/doctor.R
\name{brew_dr}
\alias{brew_dr}
\title{Diagnose common configuration problems}
\usage{
brew_dr()
}
\description{
Currently one check: that curl uses nss.
}

3 changes: 2 additions & 1 deletion man/cache_info.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/cache.R
\name{cache_info}
\alias{cache_info}
\alias{rerequest}
Expand Down
3 changes: 2 additions & 1 deletion man/config.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/config.r
\name{config}
\alias{config}
\title{Set curl options.}
Expand Down
3 changes: 2 additions & 1 deletion man/content.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/content.r
\name{content}
\alias{content}
\alias{parsed_content}
Expand Down
3 changes: 2 additions & 1 deletion man/content_type.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/headers.r
\name{content_type}
\alias{accept}
\alias{accept_json}
Expand Down
3 changes: 2 additions & 1 deletion man/cookies.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/cookies.r
\name{cookies}
\alias{cookies}
\title{Access cookies in a response.}
Expand Down
3 changes: 2 additions & 1 deletion man/guess_media.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/media-guess.r
\name{guess_media}
\alias{guess_media}
\title{Guess the media type of a path from its extension.}
Expand Down
3 changes: 2 additions & 1 deletion man/handle.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/handle.r
\name{handle}
\alias{handle}
\title{Create a handle tied to a particular host.}
Expand Down
3 changes: 2 additions & 1 deletion man/handle_pool.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/handle-pool.r
\docType{data}
\name{handle_pool}
\alias{handle_find}
Expand Down
3 changes: 2 additions & 1 deletion man/has_content.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/content.r
\name{has_content}
\alias{has_content}
\title{Does the request have content associated with it?}
Expand Down
3 changes: 2 additions & 1 deletion man/headers.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/headers.r
\name{headers}
\alias{headers}
\title{Extract the headers from a response}
Expand Down
3 changes: 2 additions & 1 deletion man/hmac_sha1.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/hmac.r
\name{hmac_sha1}
\alias{hmac_sha1}
\title{HMAC SHA1}
Expand Down
3 changes: 2 additions & 1 deletion man/http_condition.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/response-status.r
\name{http_condition}
\alias{http_condition}
\title{Generate a classed http condition.}
Expand Down
3 changes: 2 additions & 1 deletion man/http_error.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/response-status.r
\name{http_error}
\alias{http_error}
\alias{stop_for_status}
Expand Down
3 changes: 2 additions & 1 deletion man/http_status.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/response-status.r
\name{http_status}
\alias{http_status}
\title{Give information on the status of a request.}
Expand Down
3 changes: 2 additions & 1 deletion man/httr.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/httr.r
\docType{package}
\name{httr}
\alias{httr}
Expand Down
3 changes: 2 additions & 1 deletion man/httr_options.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/config.r
\name{httr_options}
\alias{curl_docs}
\alias{httr_options}
Expand Down
3 changes: 2 additions & 1 deletion man/init_oauth1.0.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-init.R
\name{init_oauth1.0}
\alias{init_oauth1.0}
\title{Retrieve OAuth 1.0 access token.}
Expand Down
3 changes: 2 additions & 1 deletion man/init_oauth2.0.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-init.R
\name{init_oauth2.0}
\alias{init_oauth2.0}
\title{Retrieve OAuth 2.0 access token.}
Expand Down
3 changes: 2 additions & 1 deletion man/insensitive.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/insensitive.r
\name{insensitive}
\alias{insensitive}
\title{Create a vector with case insensitive name matching.}
Expand Down
3 changes: 2 additions & 1 deletion man/jwt_signature.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-server-side.R
\name{jwt_signature}
\alias{jwt_signature}
\title{Generate a JWT signature given credentials.}
Expand Down
3 changes: 2 additions & 1 deletion man/modify_url.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/url.r
\name{modify_url}
\alias{modify_url}
\title{Modify a url.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth1.0_token.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-token.r
\name{oauth1.0_token}
\alias{oauth1.0_token}
\title{Generate an oauth1.0 token.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth2.0_token.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-token.r
\name{oauth2.0_token}
\alias{oauth2.0_token}
\title{Generate an oauth2.0 token.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_app.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-app.r
\name{oauth_app}
\alias{oauth_app}
\title{Create an OAuth application.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_callback.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-listener.r
\name{oauth_callback}
\alias{oauth_callback}
\title{The oauth callback url.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_endpoint.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-endpoint.r
\name{oauth_endpoint}
\alias{oauth_endpoint}
\title{Describe an OAuth endpoint.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_endpoints.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-endpoint.r
\name{oauth_endpoints}
\alias{oauth_endpoints}
\title{Popular oauth endpoints.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_exchanger.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-exchanger.r
\name{oauth_exchanger}
\alias{oauth_exchanger}
\title{Walk the user through the OAuth2 dance without a local webserver.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_listener.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-listener.r
\name{oauth_listener}
\alias{oauth_listener}
\title{Create a webserver to listen for OAuth callback.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_service_token.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-token.r
\name{oauth_service_token}
\alias{oauth_service_token}
\title{Generate OAuth token for service accounts.}
Expand Down
3 changes: 2 additions & 1 deletion man/oauth_signature.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-signature.r
\name{oauth_signature}
\alias{oauth_header}
\alias{oauth_signature}
Expand Down
3 changes: 2 additions & 1 deletion man/parse_http_date.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/date.R
\name{parse_http_date}
\alias{http_date}
\alias{parse_http_date}
Expand Down
3 changes: 2 additions & 1 deletion man/parse_media.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/media-parse.r
\name{parse_media}
\alias{parse_media}
\title{Parse a media type.}
Expand Down
3 changes: 2 additions & 1 deletion man/parse_url.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/url.r
\name{parse_url}
\alias{build_url}
\alias{parse_url}
Expand Down
3 changes: 2 additions & 1 deletion man/progress.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/progress.R
\name{progress}
\alias{progress}
\title{Add a progress bar.}
Expand Down
3 changes: 2 additions & 1 deletion man/response.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/response.r
\name{response}
\alias{response}
\title{The response object.}
Expand Down
3 changes: 2 additions & 1 deletion man/revoke_all.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-token-utils.R
\name{revoke_all}
\alias{revoke_all}
\title{Revoke all OAuth tokens in the cache.}
Expand Down
3 changes: 2 additions & 1 deletion man/safe_callback.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/safe-callback.R
\name{safe_callback}
\alias{safe_callback}
\title{Generate a safe R callback.}
Expand Down
3 changes: 2 additions & 1 deletion man/set_config.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/config.r
\name{set_config}
\alias{reset_config}
\alias{set_config}
Expand Down
3 changes: 2 additions & 1 deletion man/set_cookies.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/cookies.r
\name{set_cookies}
\alias{set_cookies}
\title{Set cookies.}
Expand Down
3 changes: 2 additions & 1 deletion man/sign_oauth.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/oauth-signature.r
\name{sign_oauth}
\alias{sign_oauth}
\alias{sign_oauth1.0}
Expand Down
3 changes: 2 additions & 1 deletion man/status_code.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/response-status.r
\name{status_code}
\alias{status_code}
\title{Extract status code from response.}
Expand Down
3 changes: 2 additions & 1 deletion man/timeout.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/timeout.r
\name{timeout}
\alias{timeout}
\title{Set maximum request time.}
Expand Down
Loading

0 comments on commit 43b75e1

Please sign in to comment.