Last data update: 2014.03.03

curl

Package: curl
Type: Package
Title: A Modern and Flexible Web Client for R
Version: 0.9.7
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 encryption (https, ftps), gzip compression,
authentication, and other libcurl goodies. The core of the package implements a
framework for performing fully customized 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-8/
BugReports: https://github.com/jeroenooms/curl/issues
Suggests: testthat, knitr, jsonlite, rmarkdown, magrittr
VignetteBuilder: knitr
Depends: R (>= 3.0.0)
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-04-10 08:36:55 UTC; jeroen
Author: Jeroen Ooms [cre, aut],
Hadley Wickham [ctb],
RStudio [cph]
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Repository: CRAN
Date/Publication: 2016-04-10 16:09:01

● Cran Task View: WebTechnologies
● 0 images, 11 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'curl' ...
** package 'curl' successfully unpacked and MD5 sums checked
Found pkg-config cflags and libs!
Using PKG_CFLAGS=
Using PKG_LIBS=-lcurl
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c callbacks.c -o callbacks.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c curl.c -o curl.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c download.c -o download.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c escape.c -o escape.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c fetch.c -o fetch.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c form.c -o form.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c getdate.c -o getdate.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c handle.c -o handle.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ieproxy.c -o ieproxy.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c interrupt.c -o interrupt.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c nslookup.c -o nslookup.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utils.c -o utils.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c version.c -o version.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o curl.so callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o interrupt.o nslookup.o utils.o version.o -lcurl -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/curl/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'curl'
    finding HTML links ... done
    curl                                    html  
    curl_download                           html  
    curl_escape                             html  
    curl_fetch                              html  
    curl_options                            html  
    form_file                               html  
    handle                                  html  
    handle_cookies                          html  
    ie_proxy                                html  
    nslookup                                html  
    parse_date                              html  
    parse_headers                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (curl)
Making 'packages.html' ... done