Package: curl
Type: Package
Title: A Modern and Flexible Web Client for R
Version: 0.6
Authors@R: c(
    person("Jeroen", "Ooms", , "jeroen.ooms@stat.ucla.edu", role = c("cre", "aut")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "ctb"),
    person("RStudio", role = "cph")
    )
Description: The curl() and curl_download() functions provide highly configurable
    drop-in replacements for base url() and download.file() with better performance,
    support for HTTP 2.0, SSL (https://, ftps://), gzip, and other 'libcurl' goodies.
    The core of the package implements a framework for performing fully customizable
    requests where data can be processed either in memory, on disk, or streaming via
    the callback or connection interfaces. Some knowledge of 'libcurl' is recommended;
    for a more-user-friendly web client see the 'httr' package which builds on this
    package with HTTP specific tools and logic.
License: MIT + file LICENSE
SystemRequirements: libcurl: libcurl-devel (rpm) or
        libcurl4-openssl-dev (deb).
URL: https://github.com/jeroenooms/curl,
        https://www.opencpu.org/posts/curl-release-0-2/
BugReports: https://github.com/jeroenooms/curl/issues
Suggests: testthat, knitr, jsonlite, rmarkdown, magrittr
VignetteBuilder: knitr
Depends: R (>= 2.10.0)
LazyData: true
NeedsCompilation: yes
Packaged: 2015-05-18 08:16:25 UTC; jeroen
Author: Jeroen Ooms [cre, aut],
  Hadley Wickham [ctb],
  RStudio [cph]
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Repository: CRAN
Date/Publication: 2015-05-19 06:13:02
Built: R 3.1.3; x86_64-apple-darwin10.8.0; 2015-05-19 06:28:58 UTC; unix
Archs: curl.so.dSYM
