--- title: "Debugging your tests that use vcr" date: "`r Sys.Date()`" output: html_document: toc: true toc_float: true theme: readable vignette: > %\VignetteIndexEntry{4. vcr tests debugging} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` ```{r setup} library(vcr) ``` ```{r child='../man/rmdhunks/debugging-vignette.Rmd', eval=TRUE} ```