Nothing
Code
use_vcr(dir, verbose = FALSE)
Condition
Warning:
`use_vcr()` was deprecated in vcr 2.0.0.
Code
use_vcr(dir)
Output
(*) Using package: {dir}
(*) assuming fixtures at: tests/fixtures
v Adding vcr to Suggests field in DESCRIPTION
(*) Looking for testthat.R file or similar
v tests/testthat.R: added
v Adding vcr config to tests/testthat/helper-vcr.R
v Adding example test file tests/testthat/test-vcr_example.R
v .gitattributes: added
(*) Learn more about `vcr`: https://books.ropensci.org/http-testing
Code
use_vcr(5)
Condition
Error in `use_vcr()`:
! `dir` must be a single string, not the number 5.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.