r-cran-curl 3.0-2 source package in Ubuntu

Changelog

r-cran-curl (3.0-2) unstable; urgency=medium

  * Skip new tests failing on autopkgtest infrastructure,
    thanks Gianfranco Costamagna
  * debian/clean: clean tools/option_table.txt after build

 -- Graham Inggs <email address hidden>  Mon, 16 Oct 2017 11:47:13 +0000

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-curl_3.0-2.dsc 2.0 KiB fea3c3766feea7f817d05e5b09e75518a3ecc7d6b2f414f49a6a582b96d4babc
r-cran-curl_3.0.orig.tar.gz 402.6 KiB 7bf8e3ae7cc77802ae300277e85d925d4c0611a9b7dad5c5601e0d2cbe14a506
r-cran-curl_3.0-2.debian.tar.xz 3.7 KiB 922b046f64236a9187bd555813278865220b29062902764a969308bfceeec42f

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