tests/testthat/setup-archiveRetriever.R

library("vcr") # *Required* as vcr is set up on loading
invisible(vcr::vcr_configure(
  dir = vcr::vcr_test_path("fixtures"),
  preserve_exact_body_bytes = TRUE
))
vcr::check_cassette_names()
liserman/archiveRetriever documentation built on June 12, 2024, 1:59 p.m.