Source: r-cran-vcr
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
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,
               r-cran-cpp11
Testsuite: autopkgtest-pkg-r

Package: r-cran-vcr
Architecture: any
Depends: ${R:Depends},
         ${shlibs: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.
