use_vcr()
is deprecated because it is no longer needed. In lifecycle v2,
local_cassette()
and friends automatically use tests/testthat/_vcr
without any need for additional configuration.
use_vcr(dir = ".", verbose = TRUE)
only messages about progress, returns invisible()
(character) path to package root. default's to current directory
(logical) print progress messages. default: TRUE
Sets a minimum vcr version, which is usually the latest (stable) version on CRAN. You can of course easily remove or change the version requirement yourself after running this function.