# -------------------------------------------- # 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: 2.0.0 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 recording real 'HTTP' requests/responses on disk in 'cassettes', and then replaying matching responses on subsequent requests. 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: 42fad406bf43519ffa535ee2316082339fc3bbf8 url: https://github.com/ropensci/vcr/ date-released: '2025-07-28' 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