Last data update: 2014.03.03

httr

Package: httr
Version: 1.2.0
Title: Tools for Working with URLs and HTTP
Description: Useful tools for working with HTTP organised by HTTP verbs
(GET(), POST(), etc). Configuration functions make it easy to control
additional request components (authenticate(), add_headers() and so on).
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("RStudio", role = "cph")
)
Depends: R (>= 3.0.0)
Imports: jsonlite, mime, curl (>= 0.9.1), openssl (>= 0.8), R6
Suggests: httpuv, jpeg, knitr, png, testthat (>= 0.8.0), readr, xml2,
rmarkdown
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/hadley/httr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-14 22:20:32 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-06-15 01:06:31


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'httr' ...
** package 'httr' successfully unpacked and MD5 sums checked
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'httr'
    finding HTML links ... done
    BROWSE                                  html  
    DELETE                                  html  
    GET                                     html  
    HEAD                                    html  
    PATCH                                   html  
    POST                                    html  
    PUT                                     html  
    RETRY                                   html  
    Token-class                             html  
    VERB                                    html  
    add_headers                             html  
    authenticate                            html  
    cache_info                              html  
    config                                  html  
    content                                 html  
Rd warning: /tmp/RtmplyOMus/R.INSTALL7c9770018099/httr/man/content.Rd:50: missing file link 'read_html'
Rd warning: /tmp/RtmplyOMus/R.INSTALL7c9770018099/httr/man/content.Rd:52: missing file link 'read_csv'
Rd warning: /tmp/RtmplyOMus/R.INSTALL7c9770018099/httr/man/content.Rd:53: missing file link 'read_tsv'
    content_type                            html  
    cookies                                 html  
    guess_media                             html  
    handle                                  html  
    handle_pool                             html  
    has_content                             html  
    headers                                 html  
    hmac_sha1                               html  
    http_condition                          html  
    http_error                              html  
    http_status                             html  
    http_type                               html  
    httr                                    html  
    httr_dr                                 html  
    httr_options                            html  
    init_oauth1.0                           html  
    init_oauth2.0                           html  
    insensitive                             html  
    jwt_signature                           html  
    modify_url                              html  
    oauth1.0_token                          html  
    oauth2.0_token                          html  
    oauth_app                               html  
    oauth_callback                          html  
    oauth_endpoint                          html  
    oauth_endpoints                         html  
    oauth_exchanger                         html  
    oauth_listener                          html  
    oauth_service_token                     html  
    oauth_signature                         html  
    parse_http_date                         html  
    parse_media                             html  
    parse_url                               html  
    progress                                html  
    response                                html  
    revoke_all                              html  
    safe_callback                           html  
    set_config                              html  
    set_cookies                             html  
    sha1_hash                               html  
    sign_oauth                              html  
    status_code                             html  
    stop_for_status                         html  
    timeout                                 html  
    upload_file                             html  
    use_proxy                               html  
    user_agent                              html  
    verbose                                 html  
    with_config                             html  
    write_disk                              html  
    write_function                          html  
    write_stream                            html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (httr)
Making 'packages.html' ... done