vcr: 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 (<https://github.com/vcr/vcr/>). 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.

Version: 0.5.4
Imports: crul (≥ 0.8.4), httr, webmockr (≥ 0.6.2), urltools, yaml, R6, lazyeval, base64enc
Suggests: roxygen2 (≥ 7.0.2), jsonlite, testthat, knitr, rmarkdown, desc, crayon, cli, curl
Published: 2020-03-31
Author: Scott Chamberlain ORCID iD [aut, cre], Aaron Wolen ORCID iD [ctb]
Maintainer: Scott Chamberlain <sckott at protonmail.com>
BugReports: https://github.com/ropensci/vcr/issues
License: MIT + file LICENSE
URL: https://github.com/ropensci/vcr/ (devel) https://books.ropensci.org/http-testing/ (user manual)
NeedsCompilation: no
Language: en-US
Materials: README NEWS
In views: WebTechnologies
CRAN checks: vcr results

Downloads:

Reference manual: vcr.pdf
Vignettes: 2. vcr configuration
3. request matching
1. vcr introduction
Package source: vcr_0.5.4.tar.gz
Windows binaries: r-devel: vcr_0.5.4.zip, r-release: vcr_0.5.4.zip, r-oldrel: vcr_0.5.4.zip
macOS binaries: r-release: vcr_0.5.4.tgz, r-oldrel: vcr_0.5.4.tgz
Old sources: vcr archive

Reverse dependencies:

Reverse suggests: bold, chirps, citecorp, crminer, finbif, fulltext, gfonts, jaod, microdemic, mindicador, natserv, originr, pangaear, qualtRics, rbhl, rbison, rbraries, rcoreoa, rcrossref, rdatacite, rdryad, rerddap, rgbif, ritis, rnoaa, ropenaq, rorcid, rphylopic, rplos, rredlist, rromeo, rvertnet, spocc, taxize, tradestatistics, webmockr, wikitaxa, worrms, zbank

Linking:

Please use the canonical form https://CRAN.R-project.org/package=vcr to link to this page.