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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 29 Jun 2023 17:42:10 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-vcr_1.2.2+dfsg-1.dsc 2.2 KiB eec28f3cb8306b6b5aa9461d0a22b7e14153170a5b213ed2cd08922c3c0d6636
r-cran-vcr_1.2.2+dfsg.orig.tar.xz 189.2 KiB ab21dbfedab1f7ac836ec432ddf0478018560d98c67d8e1ddad8c7c0ece719d5
r-cran-vcr_1.2.2+dfsg-1.debian.tar.xz 3.2 KiB 55507c9e35914a246c4aef7ce78b871861c0dc30e204971038555bdff022db8a

Available diffs

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.