r-cran-vcr 1.2.0+dfsg-1 source package in Ubuntu

Changelog

r-cran-vcr (1.2.0+dfsg-1) unstable; urgency=medium

  * Disable reprotest
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)
  * Architecture: all

 -- Andreas Tille <email address hidden>  Mon, 28 Nov 2022 16:06:42 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-vcr_1.2.0+dfsg-1.dsc 2.2 KiB 2b585fb5bacd81b55c2354684c48318108eb826f30e384bed621ac49201af2f7
r-cran-vcr_1.2.0+dfsg.orig.tar.xz 188.9 KiB 8f4317a85b998933313333f80c7099d1278bd40d5ad20748f12f6446406d9d24
r-cran-vcr_1.2.0+dfsg-1.debian.tar.xz 3.2 KiB a116cebc20e054934c42c86fb2a610519d81aecc6b287a853ab35682d22b92f9

No changes file available.

Binary packages built by this source

r-cran-vcr: GNU R record HTTP calls to disk

 Record test suite 'HTTP' requests and replays them during future runs. A
 port of the Ruby gem of the same name. Works by hooking into the
 'webmockr' R package for matching 'HTTP' requests by various rules
 ('HTTP' method, 'URL', query parameters, headers, body, etc.), and then
 caching real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP'
 requests matching any previous requests in the same 'cassette' use a
 cached 'HTTP' response.