/usr/lib/R/site-library/curl/DESCRIPTION is in r-cran-curl 3.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | Package: curl
Type: Package
Title: A Modern and Flexible Web Client for R
Version: 3.1
Authors@R: c(
person("Jeroen", "Ooms", , "jeroen@berkeley.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/jeroen/curl#readme (devel)
https://curl.haxx.se/libcurl/ (upstream)
BugReports: https://github.com/jeroen/curl/issues
Suggests: testthat (>= 1.0.0), knitr, jsonlite, rmarkdown, magrittr,
httpuv, webutils
VignetteBuilder: knitr
Depends: R (>= 3.0.0)
LazyData: true
RoxygenNote: 6.0.1.9000
NeedsCompilation: yes
Packaged: 2017-12-12 13:28:58 UTC; jeroen
Author: Jeroen Ooms [cre, aut],
Hadley Wickham [ctb],
RStudio [cph]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2017-12-12 22:20:59 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; 'Sun, 04 Mar 2018 07:50:42 +0100'; unix
|