r-cran-curl 4.3.2+dfsg-1 source package in Ubuntu

Changelog

r-cran-curl (4.3.2+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * dh-update-R to update Build-Depends (3) (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Repository.

 -- Andreas Tille <email address hidden>  Thu, 09 Sep 2021 20:46:30 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-curl_4.3.2+dfsg-1.dsc 2.1 KiB 0b33806357573d6b395d5c22d719e0a2f741567ded05532ab4476558c74ad5de
r-cran-curl_4.3.2+dfsg.orig.tar.xz 79.0 KiB 1c32abe95eea34e3184921d01e7df8d849a3a6007efd7afdead6ac2a3793612e
r-cran-curl_4.3.2+dfsg-1.debian.tar.xz 4.6 KiB 7411c9b4e689b2dcfd80f4706e5783303707544de700d4cdada4341d4ff3e15f

No changes file available.

Binary packages built by this source

r-cran-curl: 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.

r-cran-curl-dbgsym: debug symbols for r-cran-curl