dev-R/curl: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:41:10 +02:00
parent e9edf02b33
commit 7f143df096
3 changed files with 34 additions and 0 deletions

17
dev-R/curl/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
A Modern and Flexible Web Client for R // 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.
</longdescription>
</pkgmetadata>