# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "vcr" in publications use:' type: software license: MIT title: 'vcr: Record ''HTTP'' Calls to Disk' version: 1.7.1.93 doi: 10.32614/CRAN.package.vcr identifiers: - type: url value: https://books.ropensci.org/http-testing/ - type: url value: https://docs.ropensci.org/vcr/ abstract: 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. authors: - family-names: Chamberlain given-names: Scott email: myrmecocystus@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 - family-names: Wolen given-names: Aaron orcid: https://orcid.org/0000-0003-2542-2202 - family-names: Salmon given-names: Maƫlle orcid: https://orcid.org/0000-0002-2815-0399 - family-names: Possenriede given-names: Daniel orcid: https://orcid.org/0000-0002-6738-9845 - family-names: Wickham given-names: Hadley email: hadley@posit.co repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/vcr commit: a6583060d7dbf7dd8bdd2ea3f44cf46690f5a75d url: https://github.com/ropensci/vcr/ contact: - family-names: Chamberlain given-names: Scott email: myrmecocystus@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 keywords: - http - https - API - web-services - curl - mock - mocking - http-mocking - testing - testing-tools - tdd