File: control

package info (click to toggle)
r-cran-curl 5.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 796 kB
  • sloc: ansic: 2,780; sh: 65; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download | duplicates (2)
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
Source: r-cran-curl
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-curl
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-curl.git
Homepage: https://cran.r-project.org/package=curl
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               libcurl4-openssl-dev
Testsuite: autopkgtest-pkg-r

Package: r-cran-curl
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R 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.