Source: r-cran-vcr Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-vcr Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-vcr.git Homepage: https://cran.r-project.org/package=vcr Standards-Version: 4.6.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-crul (>= 0.8.4), r-cran-httr, r-cran-webmockr (>= 0.8.0), r-cran-urltools, r-cran-yaml, r-cran-r6, r-cran-base64enc, r-cran-rprojroot Testsuite: autopkgtest-pkg-r Package: r-cran-vcr Architecture: all Depends: ${R:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: 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.