This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
forked from jeroen/curl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.49 KB
/
DESCRIPTION
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
40
41
Package: curl
Type: Package
Title: A Modern and Flexible Web Client for R
Version: 5.2.0
Authors@R: c(
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Hadley", "Wickham", , "[email protected]", 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://jeroen.r-universe.dev/curl
https://curl.se/libcurl/
BugReports: https://github.com/jeroen/curl/issues
Suggests:
spelling,
testthat (>= 1.0.0),
knitr,
jsonlite,
later,
rmarkdown,
magrittr,
httpuv (>= 1.4.4),
webutils
VignetteBuilder: knitr
Depends:
R (>= 3.0.0)
RoxygenNote: 7.2.3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)