Package: vcr Title: Record 'HTTP' Calls to Disk Version: 2.1.1.91 Authors@R: c( person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1444-9135")), person("Aaron", "Wolen", role = "aut", comment = c(ORCID = "0000-0003-2542-2202")), person("Maëlle", "Salmon", role = "aut", comment = c(ORCID = "0000-0002-2815-0399")), person("Daniel", "Possenriede", role = "aut", comment = c(ORCID = "0000-0002-6738-9845")), person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"), person("rOpenSci", role = "fnd", comment = c(ROR = "019jywm96")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/ropensci/vcr/, https://books.ropensci.org/http-testing/, https://docs.ropensci.org/vcr/ BugReports: https://github.com/ropensci/vcr/issues Depends: R (>= 4.1) Imports: cli, curl (>= 6.3.0), jsonlite, lifecycle, R6, rlang (>= 1.1.0), rprojroot, waldo, yaml Suggests: crul (>= 1.6.0), desc, httr, httr2 (>= 1.1.2), knitr, qs2, rmarkdown, roxygen2 (>= 7.2.1), testthat (>= 3.0.0), webfakes, withr VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: ause_cassette_re_record Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 X-schema.org-applicationCategory: Web X-schema.org-isPartOf: https://ropensci.org X-schema.org-keywords: http, https, API, web-services, curl, mock, mocking, http-mocking, testing, testing-tools, tdd Config/pak/sysreqs: libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-01-20 21:12:19 UTC RemoteUrl: https://github.com/ropensci/vcr RemoteRef: main RemoteSha: ce8d1ce5a7f9afca39933a000da4605c714febc0 NeedsCompilation: no Packaged: 2026-06-20 07:54:00 UTC; root Author: Scott Chamberlain [aut, cre] (ORCID: ), Aaron Wolen [aut] (ORCID: ), Maëlle Salmon [aut] (ORCID: ), Daniel Possenriede [aut] (ORCID: ), Hadley Wickham [aut], rOpenSci [fnd] (ROR: ) Maintainer: Scott Chamberlain